Bug 25732 - [G35] i915 turns picture green when display switched off-on
Summary: [G35] i915 turns picture green when display switched off-on
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - Intel) (show other bugs)
Hardware: All Linux
: P1 blocking
Assignee: Paulo Zanoni
URL:
Keywords:
: 39812 (view as bug list)
Depends on:
Blocks: 21782
  Show dependency tree
 
Reported: 2010-12-27 22:14 UTC by Tõnu Raitviir
Modified: 2012-11-05 23:15 UTC (History)
18 users (show)

See Also:
Kernel Version: 2.6.37-rc7
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
Prep the HDMI encoder for AVI format (1.40 KB, patch)
2010-12-30 12:30 UTC, Chris Wilson
Details | Diff
After a reboot where everything looks fine (1.12 KB, text/plain)
2012-02-27 19:26 UTC, John Obaterspok
Details
After a pm-suspend/resume cycle where I get a green tint (1.19 KB, text/plain)
2012-02-27 19:29 UTC, John Obaterspok
Details
pink tint on boot with 3.2 kernels (2.41 KB, application/x-zip-compressed)
2012-02-27 19:41 UTC, John Obaterspok
Details
patch 0001: first blind attempt to fix the problem... (1.46 KB, patch)
2012-03-23 18:32 UTC, Paulo Zanoni
Details | Diff
patch 2 (for gen4 and before) (737 bytes, patch)
2012-03-23 18:33 UTC, Paulo Zanoni
Details | Diff
patch 3: may have the same effect as running intel_infoframes? (1.69 KB, patch)
2012-03-23 18:34 UTC, Paulo Zanoni
Details | Diff
handle sdvo hdmi input timings correctly (3.98 KB, patch)
2012-04-01 19:29 UTC, Daniel Vetter
Details | Diff
proposed patches (3.59 KB, application/x-gzip)
2012-04-24 13:53 UTC, Paulo Zanoni
Details
Tests with 3.1.0 (last kernel to boot fine) (42.64 KB, application/x-compressed)
2012-04-26 16:44 UTC, John Obaterspok
Details
Tests with 3.4.0-rc4 ( git://people.freedesktop.org/~danvet/drm-intel) (144.11 KB, application/x-compressed)
2012-04-26 16:45 UTC, John Obaterspok
Details
good colors (47.99 KB, image/jpeg)
2012-04-26 16:46 UTC, John Obaterspok
Details
R+B is pink (42.68 KB, image/jpeg)
2012-04-26 16:47 UTC, John Obaterspok
Details
R is pink, G green, B black (22.09 KB, image/jpeg)
2012-04-26 16:49 UTC, John Obaterspok
Details
patch 1/2 of the fix (1.16 KB, patch)
2012-04-27 19:37 UTC, Paulo Zanoni
Details | Diff
patch 2/2 of the fix (1.84 KB, patch)
2012-04-27 19:38 UTC, Paulo Zanoni
Details | Diff
3.4.0-rc3+ Tests after Paulo's fix (111.04 KB, application/x-compressed-tar)
2012-04-29 08:18 UTC, John Obaterspok
Details
New set of patches (2.68 KB, application/x-gzip)
2012-05-01 21:20 UTC, Paulo Zanoni
Details
New set of patches (6.55 KB, application/x-gzip)
2012-05-04 20:22 UTC, Paulo Zanoni
Details
dmesg from 3.4.0-rc3 (179.71 KB, text/plain)
2012-05-12 15:13 UTC, Daniel Vetter
Details
fixup sdvo avi infoframe support (3.40 KB, patch)
2012-05-12 18:24 UTC, Daniel Vetter
Details | Diff
drm/i915/sdvo: do not send uninitialized memory in infoframe (1.21 KB, patch)
2012-10-14 22:37 UTC, Jürg Billeter
Details | Diff
patch for Jürg to clear the entire infoframe buffer (4.24 KB, patch)
2012-10-18 15:48 UTC, Daniel Vetter
Details | Diff
dmesg with debug information (121.81 KB, text/plain)
2012-10-20 14:10 UTC, Jürg Billeter
Details

Description Tõnu Raitviir 2010-12-27 22:14:40 UTC
Asus P5E-VM HDMI motherboard (G35 chipset) with only HDMI output
connected. Initially everything is normal but after turning display off and back on picture appears green -- instead of white text on black background there is light green text on dark green background and also some colour bleeding appears at straight edges.

Bisect gave me this:
3c17fe4b8f40a112a85758a9ab2aebf772bdd647 is the first bad commit
commit 3c17fe4b8f40a112a85758a9ab2aebf772bdd647
Author: David Härdeman <david@hardeman.nu>
Date:   Fri Sep 24 21:44:32 2010 +0200

    i915: enable AVI infoframe for intel_hdmi.c [v4]
    
    This patch enables the sending of AVI infoframes in
    drivers/gpu/drm/i915/intel_hdmi.c.
    
    My receiver currently loses sync when the HDMI output on my computer
    (DG45FC motherboard) is switched from 800x600 (the BIOS resolution) to
    1920x1080 as part of the boot. Fixable by switching inputs on the receiver
    a couple of times.
    
    With this patch, my receiver has not lost sync yet (> 40 tries).
    
    Fourth version, now based on drm-intel-next from:
    git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
    
    Two questions still remain:
    
    I'm assuming that the sdvo hardware also stores a header ECC byte in
    the MSB of the first dword - is this correct?
    
    Does the SDVOB and SDVOC handling in intel_hdmi_set_avi_infoframe()
    look correct?
    
    Signed-off-by: David Härdeman <david@hardeman.nu>
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

:040000 040000 691f5ca8361ca600cc220986609a2225cdadff26 c9d2208c9e04a373d6804e1ac4795ea9ce545a01 M	drivers
Comment 1 Chris Wilson 2010-12-30 12:30:45 UTC
Created attachment 41912 [details]
Prep the HDMI encoder for AVI format

Can you please test this patch? From the documentation it looks like this is required whenever using the HDMI encoding and not just for audio signals.
Comment 2 Tõnu Raitviir 2010-12-31 04:16:16 UTC
No good, picture still goes green.
Comment 3 Chris Wilson 2010-12-31 08:10:13 UTC
Did you have an SDVO attached HDMI? I seem to recall you hit an earlier bug in that configuration...
Comment 4 Tõnu Raitviir 2010-12-31 21:00:08 UTC
Yes I'm using HDMI output, it's all integrated on the motherboard.

# lspci -vv 
00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device 8276
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fe900000 (32-bit, non-prefetchable) [size=1M]
	Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at ec00 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee0100c  Data: 4189
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: i915
	Kernel modules: i915

00:02.1 Display controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device 8276
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fea00000 (32-bit, non-prefetchable) [size=1M]
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Comment 5 Rafael J. Wysocki 2011-01-03 21:07:57 UTC
First-Bad-Commit : 3c17fe4b8f40a112a85758a9ab2aebf772bdd647
Handled-By : Chris Wilson <chris@chris-wilson.co.uk>
Comment 6 Tõnu Raitviir 2011-01-08 02:22:28 UTC
Still present in 2.6.37 release. Any plans to fix it?
Comment 7 Chris Wilson 2011-01-08 08:50:37 UTC
Step 1: Work out how to fix it.
Comment 8 Florian Mickler 2011-02-20 13:52:56 UTC
What's the state of progress on this?
Comment 9 Florian Mickler 2011-04-17 16:28:20 UTC
Tõnu, is this still a problem in 2.6.38?
Comment 10 Tõnu Raitviir 2011-05-03 10:48:12 UTC
Sorry, I don't have the hardware running daily any more, so it took some time. I can now confirm that the problem _is_ still present in 2.6.38.5. I'll test latest 2.6.39-rc soon.
Comment 11 Tõnu Raitviir 2011-05-03 12:36:22 UTC
Well, 2.6.39-rc5-git6 has the same problem. Basically anything newer than 2.6.36 is unusable on this setup. I've done the bisect, is there anything else I can help with?
Comment 12 Florian Mickler 2011-05-09 19:40:52 UTC
Does reverting the bisected commit on top of current linus kernel help?
Comment 13 David Härdeman 2011-05-11 13:56:02 UTC
I see three options:

a) revert the patch (causing other regressions)
b) add a module option (if the AVI infoframe can indeed confuse some HW)
c) go through the AVI infoframe spec (CEA-861-D) and check if changing some flags in the infoframe would make your TV behave (there are some, like IT mode, which might make sense)
Comment 14 Florian Mickler 2011-05-12 09:27:04 UTC
Who prepares some patches regarding option c) for Tõnu to check out? 
Do you have a pointer to the specs?

Else option a) is normally the modus operandi, because of the no regressions rule... (meaning, don't fix stuff(or worse: introduce new features) while breaking other stuff).. but in the end, the i915 maintainers are the one in charge here...
Comment 15 Tom Hunt 2011-06-03 16:40:50 UTC
I am also having this problem. Same motherboard and Linux 2.6.38.

Florian:
I tried reverting the patch on my kernel and the patch would not apply. I guess there are too many other changes since then although I am not a linux kernel expert.
Comment 16 Jürg Billeter 2011-07-23 08:31:13 UTC
*** Bug 39812 has been marked as a duplicate of this bug. ***
Comment 17 Jürg Billeter 2011-07-23 08:45:36 UTC
Removing the ecc field from the dip_infoframe struct in intel_drv.h (and the corresponding assignment in intel_hdmi.c) fixes the issue for me - tested with Linux 3.0. I'm not familiar with the relevant specifications, but I suspect that the ECC byte must not be included for HDMI using SDVO hardware. My mainboard is an Asus P5E-VM HDMI (G35).
Comment 18 Chris Wilson 2011-07-23 10:08:02 UTC
Jesse, can you check whether the infoframe structure really did change between SDVO-HDMI and HDMI, and which one is correct?
Comment 19 Tom Hunt 2011-07-25 13:41:25 UTC
I have tested Jürg's patch on my Kernel (2.6.39) and it works a charm.
Comment 20 Jürg Billeter 2011-07-25 14:11:55 UTC
I can try to come up with a proper patch (removing ECC only in the SDVO case), but I'd like to wait until someone familiar with SDVO confirms that this is the right approach.
Comment 21 Jesse Barnes 2011-08-02 18:06:45 UTC
We're not supposed to write that byte apparently, but the specs aren't clear on whether we need to skip the write by manually writing the index field or simply ignore its existence as Jurg's patch does...

AFAICT the formats are the same between SDVO HDMI and regular HDMI.  Wonder if Jurg's patch will help https://bugs.freedesktop.org/show_bug.cgi?id=39314 as well.
Comment 22 Nick Andrade 2011-08-24 01:58:32 UTC
Jurg's fix (removing ecc from the two files mentioned) resolved the issue for me as well.  I'm using an Intel GM965/GL960 controller (on a Dell Studio Hybrid) running 3.0.3 with Gentoo patches.
Comment 23 Robert Blenkinsopp 2011-08-29 17:46:38 UTC
I can also confirm that Jürg's patch fixes this issue on my Intel GM965 embedded on a Gigabyte GA-6KIEH-RH. This is with Ubuntu 2.6.38-11-generic kernel.

Has anyone established how this should be handled correctly so we can get this submitted as a proper patch for inclusion?
Comment 24 David Härdeman 2012-02-14 11:54:00 UTC
Sorry for loosing track of this bug altogether. This is what I wrote to Peter Ross a few minutes ago:

I did test infoframes without the ecc field for "hdmi" hardware and
confirmed that it wasn't working as expected.

I never tried with or without the ecc field for SDVO hardware since I
don't have any.

I think this info was included in the commit message:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3c17fe4b8f40a112a85758a9ab2aebf772bdd647

quote:
I'm assuming that the sdvo hardware also stores a header ECC byte in
the MSB of the first dword - is this correct?

Please have a look at these threads:
http://lists.freedesktop.org/archives/intel-gfx/2010-September/008042.html
http://lists.freedesktop.org/archives/intel-gfx/2010-September/008052.html
http://lists.freedesktop.org/archives/intel-gfx/2010-September/008161.html
http://lists.freedesktop.org/archives/intel-gfx/2010-September/008215.html

Basically, I did submit a version first which didn't touch the SDVO case,
then Chris Wilson asked me to merge the two, which I did.

My guess is that SDVO hardware doesn't need the ECC byte and that "hdmi"
hardware does.

Oh, and I also seem to remember that there was something funky about the
SDVO avi infoframe code that predated my code....it wrote multiples of 8
bytes no matter what the size of the infofram struct was (something to keep
in mind if you want to revert the SDVO behaviour).
Comment 25 Tom Hunt 2012-02-14 11:56:50 UTC
Just to be clear: I no longer have this issue on latest kernel versions since about 3.0 so it appears to be fixed for me and at least one other person I know who had the same issue.
Comment 26 David Härdeman 2012-02-14 12:18:23 UTC
Oh, and also check this reference:

http://intellinuxgraphics.org/VOL_3_display_registers_updated.pdf

page 108, section 2.8.9, the DIP write table, MSB of DW0

IIRC, I did a readout of the AVI infoframe after the write (where ECC was simply set to zero) and the MSB of DW0 did contain a correct ECC value.
Comment 27 Florian Mickler 2012-02-18 11:09:43 UTC
Sorry, I'm lost. Tõnu, can you verify that your issue is fixed too in v3.2?
Comment 28 Robert Blenkinsopp 2012-02-18 13:23:30 UTC
I'm the other person Tom Hunt was referring to, however he was incorrect, this issue is still present in 3.2 for me.
Comment 29 Paulo Zanoni 2012-02-24 21:31:14 UTC
Please do this:

- git clone git://people.freedesktop.org/~pzanoni/intel-gpu-tools
- compile it (autogen.sh, make)
- sudo tools/intel_infoframes -d

This tool will print the InfoFrames your machine is sending. Run the command when the screen is in a "bad state", then run the command when the screen is in a "good state". Is there any difference?

If there's no difference, you should try to compare the differences between the output of tools/intel_reg_dumper in both the "bad" and the "good" state.

The intel_infoframes tool allows you to change the infoframes too: read the --help output.

This might help the debugging process...
Comment 30 Tõnu Raitviir 2012-02-25 08:41:57 UTC
Unfortunately I don't have access to the hardware anymore and cannot test this.
Comment 31 John Obaterspok 2012-02-26 15:58:00 UTC
I have Intel DH67GD with Sandy Bridge CPU. Diffs are after a good boot with Fedora kernel 3.1.6-1.fc16.x86_64 and after a suspend & resume cycle where I get a green tint.

diff -u good_infoframes.txt bad_infoframes.txt
--- good_infoframes.txt 2012-02-26 09:05:40.649830784 +0100
+++ bad_infoframes.txt  2012-02-26 09:06:44.971543280 +0100
@@ -22,29 +22,31 @@
 AVI InfoFrame:
 - frequency: reserved (invalid)
 - raw:
-  e40d0282 0003006c 00000000 00000000
-  00000000 00000000 000d0282 00000000
-  3a36000a 00000000 00000000 00000000
+  000d0282 00000000 00000000 00000000
   00000000 00000000 00000000 00000000
-- type: 82, version: 2, length: d, ecc: e4, checksum: 6c
+  00000000 00000000 00000000 00000000
+  00000000 00000000 00000000 00000000
+- type: 82, version: 2, length: d, ecc: 0, checksum: 0
 - S: 0, B: 0, A: 0, Y: 0, Rsvd0: 0
-- R: 3, M: 0, C: 0
+- R: 0, M: 0, C: 0
 - SC: 0, Q: 0, EC: 0, ITC: 0
 - VIC: 0, Rsvd1: 0
 - PR: 0, Rsvd2: 0
 - top: 0, bottom: 0, left: 0, right: 0
-- Rsvd3: 0, Rsvd4[0]: 0, Rsvd4[1]: d0282, Rsvd4[2]: 0
+- Rsvd3: 0, Rsvd4[0]: 0, Rsvd4[1]: 0, Rsvd4[2]: 0
+Invalid InfoFrame checksum!
 SPD InfoFrame:
 - frequency: reserved (invalid)
 - raw:
-  00000000 00000000 00000000 00000000
-  00000000 00000000 00190183 00004976
+  00190183 746e4976 00006c65 746e4900
+  61726765 20646574 00786667 00000900
   00000000 00000000 00000000 00000000
   00000000 00000000 00000000 00000000
-- type: 0, version: 0, length: 0, ecc: 0, checksum: 0
-- vendor:
-- description:
-- source: reserved
+- type: 83, version: 1, length: 19, ecc: 0, checksum: 76
+- vendor: Intel
+- description: Integrated gfx
+- source: pc general
+Invalid InfoFrame checksum!

 Transcoder B:
 - disabled
Comment 32 John Obaterspok 2012-02-26 16:20:12 UTC
With the 3.2 series it gets worse. When I boot Fedora kernel 3.2.7-1.fc16.x86_64 I constantly get a pink tint (could this be due to vsync)

diff -u good_infoframes.txt 1_pink_start.txt
--- good_infoframes.txt 2012-02-26 17:07:17.932101147 +0100
+++ 1_pink_start.txt    2012-02-26 17:07:17.952100818 +0100
@@ -20,31 +20,31 @@
 - enabled
 - GCP: disabled
 AVI InfoFrame:
-- frequency: reserved (invalid)
+- frequency: every vsync
 - raw:
-  e40d0282 0003006c 00000000 00000000
-  00000000 00000000 000d0282 00000000
-  3a36000a 00000000 00000000 00000000
+  e40d0282 0000006f 00000000 00000000
   00000000 00000000 00000000 00000000
-- type: 82, version: 2, length: d, ecc: e4, checksum: 6c
+  0000000a 00000000 00000000 00000000
+  00000000 00000000 00000000 00000000
+- type: 82, version: 2, length: d, ecc: e4, checksum: 6f
 - S: 0, B: 0, A: 0, Y: 0, Rsvd0: 0
-- R: 3, M: 0, C: 0
+- R: 0, M: 0, C: 0
 - SC: 0, Q: 0, EC: 0, ITC: 0
 - VIC: 0, Rsvd1: 0
 - PR: 0, Rsvd2: 0
 - top: 0, bottom: 0, left: 0, right: 0
-- Rsvd3: 0, Rsvd4[0]: 0, Rsvd4[1]: d0282, Rsvd4[2]: 0
+- Rsvd3: 0, Rsvd4[0]: 0, Rsvd4[1]: 0, Rsvd4[2]: 0
 SPD InfoFrame:
-- frequency: reserved (invalid)
+- frequency: every vsync
 - raw:
-  00000000 00000000 00000000 00000000
-  00000000 00000000 00190183 00004976
+  00190183 746e49f2 00006c65 746e4900
+  61726765 20646574 00786667 00000900
   00000000 00000000 00000000 00000000
   00000000 00000000 00000000 00000000
-- type: 0, version: 0, length: 0, ecc: 0, checksum: 0
-- vendor:
-- description:
-- source: reserved
+- type: 83, version: 1, length: 19, ecc: 0, checksum: f2
+- vendor: Intel
+- description: Integrated gfx
+- source: pc general

 Transcoder B:
 - disabled


However, after running the intel_infoframes tool everything is back to normal. When I suspend & resume this I get a green tint back. Below are diffs from the before and after resume:

diff -u 2_good_start.txt 3_bad_resume.txt
--- 2_good_start.txt    2012-02-26 17:07:17.932101147 +0100
+++ 3_bad_resume.txt    2012-02-26 17:07:17.915101430 +0100
@@ -22,11 +22,11 @@
 AVI InfoFrame:
 - frequency: every vsync
 - raw:
-  e40d0282 0000006f 00000000 00000000
+  000d0282 0000006f 00000000 00000000
   00000000 00000000 00000000 00000000
-  0000005f 00000000 00000000 00000000
   00000000 00000000 00000000 00000000
-- type: 82, version: 2, length: d, ecc: e4, checksum: 6f
+  00000000 00000000 00000000 00000000
+- type: 82, version: 2, length: d, ecc: 0, checksum: 6f
 - S: 0, B: 0, A: 0, Y: 0, Rsvd0: 0
 - R: 0, M: 0, C: 0
 - SC: 0, Q: 0, EC: 0, ITC: 0
@@ -37,11 +37,11 @@
 SPD InfoFrame:
 - frequency: every vsync
 - raw:
-  64190183 746e49f2 00006c65 746e4900
+  00190183 746e49f2 00006c65 746e4900
   61726765 20646574 00786667 00000900
-  4856d5e5 00000000 00000000 00000000
   00000000 00000000 00000000 00000000
-- type: 83, version: 1, length: 19, ecc: 64, checksum: f2
+  00000000 00000000 00000000 00000000
+- type: 83, version: 1, length: 19, ecc: 0, checksum: f2
 - vendor: Intel
 - description: Integrated gfx
 - source: pc general

And again, running the intel_infoframe tool fixes everthing again.
(Please note that running this tool in comment #31 also fixed the output. I just forgot to mention this)
Comment 33 Paulo Zanoni 2012-02-27 14:32:16 UTC
Hi

The diff got a little bit hard to read. Could you please paste/attach the full outputs?

Things go back to normal just by running "intel_infoframes -d"? Or did you use any other parameters to change the infoframe values?
Comment 34 John Obaterspok 2012-02-27 19:26:27 UTC
Created attachment 72487 [details]
After a reboot where everything looks fine

3.1.6-1.fc16.x86_64
Comment 35 John Obaterspok 2012-02-27 19:29:14 UTC
Created attachment 72488 [details]
After a pm-suspend/resume cycle where I get a green tint

3.1.6-1.fc16.x86_64 

Also note that everthing gets fine as soon as "intel_infoframes -d" is executed.
When executing it when the screen is in a bad state it takes about 5 seconds for the command to complete.
Comment 36 John Obaterspok 2012-02-27 19:41:41 UTC
Created attachment 72489 [details]
pink tint on boot with 3.2 kernels

3.2.7-1.fc16.x86_64 (but tried various other 3.2 kernels with same symptom)

Directly after a boot where screen have a pink tint. 

1_pink_start.txt

When "intel_infoframes -d" command completes the screen looks good 

2_good_start.txt - 

Run again when the screen looked good. Now I do a pm-suspend and then wake the system. Now I observe a green tint.

3_bad_resume.txt

After running intel_infoframes again it's back to normal.

4_good_resume.txt

Finally running again when things look good
Comment 37 Robert Blenkinsopp 2012-02-27 20:50:12 UTC
I just get "This program still only supports ILK or newer.", I presume I need to be running a later kernel to test with this? Currently using 3.2.
Comment 38 Paulo Zanoni 2012-02-28 12:49:57 UTC
(In reply to comment #37)
> I just get "This program still only supports ILK or newer.", I presume I need
> to be running a later kernel to test with this? Currently using 3.2.

The tool I sent is still under development and I did not implement support for all possible hardware yet. I'll add support for more hardware later.

The attachments from John gave us a clue. I'll try to provide a patch based on it.
Comment 39 Paulo Zanoni 2012-03-23 18:31:01 UTC
Three debug patches to be attached.

Please try 0001 first. If that doesn't fix the problem, try 0002 (apply it on top of 0001) and then 0003. If you're using Ironlake (core i3/5/7) or newer then patch 0002 shouldn't make a difference.
Comment 40 Paulo Zanoni 2012-03-23 18:32:11 UTC
Created attachment 72693 [details]
patch 0001: first blind attempt to fix the problem...
Comment 41 Paulo Zanoni 2012-03-23 18:33:04 UTC
Created attachment 72694 [details]
patch 2 (for gen4 and before)
Comment 42 Paulo Zanoni 2012-03-23 18:34:09 UTC
Created attachment 72695 [details]
patch 3: may have the same effect as running intel_infoframes?
Comment 43 Paulo Zanoni 2012-03-23 18:38:07 UTC
(In reply to comment #35)
> When executing it when the screen is in a bad state it takes about 5 seconds
> for the command to complete.

Could you please try to discover which line inside intel_infoframes.c takes so much time to finish? I'd add a few gettimeofday() inside load_infoframe()...
Comment 44 John Obaterspok 2012-03-28 20:02:53 UTC
Patch 1 didn't make a difference
Patch 2 wasn't applied since I have SNB i5-2400S
Patch 3 didn't make a difference

intel_infoframes -d fixes things once again

Please note that my setup is Computer <--HDMI--> Receiver <--HDMI--> 1080p TV if that makes any difference!?

I ran intel_infoframes under callgrind but it seems most of the time was spend in LD. Don't know why, I'll try to see what is taking time in load_infoframe() instead.

Perhaps I should try with a 3.1 kernel as instead since someone threw in several buckets with pink color in the 3.2 series.
Comment 45 Daniel Vetter 2012-04-01 19:29:29 UTC
Created attachment 72786 [details]
handle sdvo hdmi input timings correctly

This patch fixes an issue with how we set up the encoder input timings and might help for your configuration. Please test it.
Comment 46 David Johnson 2012-04-09 19:47:15 UTC
I've tested the above patch from Daniel Vetter and can confirm that this doesn't fix the issue for me (Intel G35, vanilla 3.3.1).

Also tested the other three patches above with the same results as John.
Comment 47 John Obaterspok 2012-04-12 19:22:11 UTC
Daniel, the "handle sdvo hdmi input timings" doesn't help me either (SNB).
Comment 48 Paulo Zanoni 2012-04-24 13:53:53 UTC
Created attachment 73069 [details]
proposed patches

Hi

Could you please test these 9 patches attached on the .tar.gz? They fix many different possible theoretical bugs, and one of them might be the cause.

First of all, please apply all the patches and test the whole set.

Then, if the problem is fixed and you're a patient person with a lot of free time to help Kernel development, you could try to "reverse bisect" and discover which of the patches really fixes the problem. Then I could maybe think about submitting this specific patch to the stable kernels.

Thanks,
Paulo
Comment 49 John Obaterspok 2012-04-26 16:35:00 UTC
Hello,

Unfortunatly this doesn't change anything.

This is what I did:
  git clone git://people.freedesktop.org/~danvet/drm-intel
  cd drm-intel
  git apply ~/patches/gen4-infoframes/000*

I've done drm.debug=0xe, regdump, infoframes, dmesg, xrandr logs of the 3.4.0-rc2 kernel where I get a pink.jpg boot. I've also added the same info with 3.1.0 kernel that boots fine.

Also note, with 3.1.0, somehow I wasn't able to recover with "intel_infoframes -d" after a pm-suspend. I'm think I was able to do this before with this kernel.

-- john
Comment 50 John Obaterspok 2012-04-26 16:44:25 UTC
Created attachment 73103 [details]
Tests with 3.1.0 (last kernel to boot fine)
Comment 51 John Obaterspok 2012-04-26 16:45:24 UTC
Created attachment 73104 [details]
Tests with 3.4.0-rc4 ( git://people.freedesktop.org/~danvet/drm-intel)
Comment 52 John Obaterspok 2012-04-26 16:46:22 UTC
Created attachment 73105 [details]
good colors
Comment 53 John Obaterspok 2012-04-26 16:47:34 UTC
Created attachment 73106 [details]
R+B is pink
Comment 54 John Obaterspok 2012-04-26 16:49:03 UTC
Created attachment 73107 [details]
R is pink, G green, B black
Comment 55 Paulo Zanoni 2012-04-26 17:47:36 UTC
(In reply to comment #49)
> Hello,
> 
> Unfortunatly this doesn't change anything.
> 
> This is what I did:
>   git clone git://people.freedesktop.org/~danvet/drm-intel
>   cd drm-intel
>   git apply ~/patches/gen4-infoframes/000*

Did you switch to the drm-intel-next-queued branch?

I'll provide a new round of patches soon: I found a bug related to InfoFrames I can reproduce on one of my machines. It also gets fixed when I run intel_infoframes -d, so I really hope it is the same problem you're having :)
Comment 56 John Obaterspok 2012-04-26 18:13:33 UTC
bahh, forgot to switch to the drm-inte-next-queued branch. Should I redo the tests for this branch or can I wait for your new patches?
Comment 57 Paulo Zanoni 2012-04-27 19:37:37 UTC
Created attachment 73112 [details]
patch 1/2 of the fix

Ignore the previous patches. Please test this and the next one against the drm-intel-next-queued branch of danvet's drm-intel tree.

These two patches solved the following problem:
- Boot IVB with just a single HDMI monitor (no LVDS), the infoframes are not being sent.
Comment 58 Paulo Zanoni 2012-04-27 19:38:22 UTC
Created attachment 73113 [details]
patch 2/2 of the fix
Comment 59 John Obaterspok 2012-04-29 08:15:51 UTC
Boot still shows pink screen for me. *BUT*, pm-suspend and a resume finally looks great!

I've captured logs for this (3.4.0-rc3+ Tests)
- dmesg, xrandr, regdump, infoframes after a pink boot which infoframes -d fixes
- then logs after a pm-suspend/resume cycle

Then I did a reboot to get to pink display. Then straight to pm-suspend/resume and captured logs "resume2".

So now the only problem for me is the pink screen on boot that was introduced between 3.1.0 and 3.2.0. Any ideas for this?
Comment 60 John Obaterspok 2012-04-29 08:18:50 UTC
Created attachment 73119 [details]
3.4.0-rc3+ Tests after Paulo's fix
Comment 61 Paulo Zanoni 2012-05-01 21:20:19 UTC
Created attachment 73152 [details]
New set of patches

New set of patches to test. Patch 1 is for another bug, but should be harmless.

My machine is fixed with these (too). Please test.

Thank you,
Paulo
Comment 62 John Obaterspok 2012-05-02 20:16:04 UTC
Kernel won't boot for me (I get an error about "unable to process initqueue"). I had this while testing the previous patch as well.

But the screen was pink all the way to the crash. But perhaps the patches didn't do anything regarding the boot?
Comment 63 John Obaterspok 2012-05-04 19:13:19 UTC
Okay, I've just tried it again on current drm-intel-next-queued branch and now it boots fine.

Still pink boot. But pm-suspend & resume once again gets me back to a good looking desktop.
Comment 64 Paulo Zanoni 2012-05-04 20:21:14 UTC
(In reply to comment #63)
> Okay, I've just tried it again on current drm-intel-next-queued branch and
> now
> it boots fine.
> 
> Still pink boot. But pm-suspend & resume once again gets me back to a good
> looking desktop.

Running intel-infoframes -d still fixes your problem?

I have an even newer set of patches to test... I'm sending these patches to the intel-gfx mailing list. I'll attach them here.

Remove all the previous patches, apply these and test, please. This should still apply on top of danvet's drm-intel-next-queued branch.
Comment 65 Paulo Zanoni 2012-05-04 20:22:28 UTC
Created attachment 73188 [details]
New set of patches

Apply on drm-intel-next-queued. Remove all the previous patches.
Comment 66 John Obaterspok 2012-05-09 04:35:03 UTC
Same as before.

Pink screen on boot which infoframes -d fixes. Display comes back fine after a pm-suspend/resume cycle.
Comment 67 Daniel Vetter 2012-05-12 15:13:14 UTC
Created attachment 73260 [details]
dmesg from 3.4.0-rc3

For easier reference, the latest dmesg as a simple text/plain attachment.
Comment 68 Daniel Vetter 2012-05-12 15:18:32 UTC
Ok, this bug is a giant mess where tons off different reporters mix in tons of different. John Obaterspok, can you please file a new bug report for your problem? According to your dmesg, you have a sandybridge whereas the original reporter which filed this regression has a G35. Note that hdmi support works _completely_ different on these two chips, so there's zero chance you have the same problem.

Because this tracks I regression, I'll keep this bug report around and just kick out any attachments not by the original reporter (or patches not for the original reporter).

To everyone else: Please file a separate bug report to avoid further confusion, thanks.
Comment 69 Daniel Vetter 2012-05-12 15:21:19 UTC
Small note: If you _have_ a g35 with hdmi issues, you can stay on this obviously until we've figured it out.
Comment 70 Daniel Vetter 2012-05-12 18:24:41 UTC
Created attachment 73263 [details]
fixup sdvo avi infoframe support

Ok, I've fixed this mess up, tested on my g33 and it seems to work. Tested-by on other sdvo hdmi machines still highly appreciated. Note that the patch applies on top of drm-intel-next-queued branch at http://cgit.freedesktop.org/~danvet/drm-intel/

Sorry that it took so long to properly fix this regression.
Comment 71 Daniel Vetter 2012-05-12 18:25:38 UTC
Given that the patch works for me and I could reproduce the green monitor issue, I'll mark this as 'patch available'. Please yell if this doesn't work for you.
Comment 72 pross 2012-05-14 10:53:38 UTC
Tested-by: Peter Ross <pross@xvid.org>
(G35 SDVO-HDMI)
Comment 73 Paulo Zanoni 2012-05-16 21:28:09 UTC
All those that don't have their systems fixed by Daniel's patch, please move to this bug:

https://bugzilla.kernel.org/show_bug.cgi?id=43256
Comment 74 Erik Karlsson 2012-05-24 07:18:29 UTC
This patch solves the problem for me on G35 (same as initial reporter). Sorry if spamming, just wanted to add a third party confirmation.
Comment 75 Florian Mickler 2012-07-01 09:37:47 UTC
A patch referencing this bug report has been merged in Linux v3.5-rc1:

commit 81014b9d0b55fb0b48f26cd2a943359750d532db
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Sat May 12 20:22:00 2012 +0200

    drm/i915: fixup infoframe support for sdvo
Comment 76 Jürg Billeter 2012-10-14 20:43:26 UTC
I'm still seeing the same issue with Linux 3.6.2 on my Asus P5E-VM HDMI. The TV screen is tinted green at all times.
Comment 77 Jürg Billeter 2012-10-14 22:37:16 UTC
Created attachment 83441 [details]
drm/i915/sdvo: do not send uninitialized memory in infoframe

The attached patch fixes the issue for me. As far as I can tell, the last SDVO_CMD_SET_HBUF_DATA command used uninitialized memory as sdvo_data was not a multiple of 8. According to the HDMI spec, the reserved bytes (PB14-PB27) must be set to 0.
Comment 78 Daniel Vetter 2012-10-18 15:48:38 UTC
Created attachment 83901 [details]
patch for Jürg to clear the entire infoframe buffer
Comment 79 Jürg Billeter 2012-10-20 12:36:42 UTC
(In reply to comment #78)
> Created an attachment (id=83901) [details]
> patch for Jürg to clear the entire infoframe buffer

Works fine on top of 3.6.2, thanks.

Tested-by: Jürg Billeter <j@bitron.ch>
Comment 80 Daniel Vetter 2012-10-20 13:56:15 UTC
Thanks for testing. Out of curiosity, can you please attach full dmesg with drm.debug=0xe, so that I can check the buffer sizes?
Comment 81 Jürg Billeter 2012-10-20 14:10:02 UTC
Created attachment 84131 [details]
dmesg with debug information
Comment 82 Florian Mickler 2012-11-05 23:15:59 UTC
A patch referencing this bug report has been merged in Linux v3.7-rc4:

commit b6e0e543f75729f207b9c72b0162ae61170635b2
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Sun Oct 21 12:52:39 2012 +0200

    drm/i915: clear the entire sdvo infoframe buffer

Note You need to log in before you can comment on or make changes to this bug.