[PATCH] gpu/stub: try to make help text readable

2011-08-06 Thread Randy Dunlap
From: Randy Dunlap I couldn't parse the STUB_POULSBO help text and the module names were misleading, so try to make it more readable, use corrected module names, and spell "acpi" as "ACPI". Signed-off-by: Randy Dunlap Cc: Lee, Chun-Yi Cc: Lee, Chun-Yi Cc: Dave Airlie --- drivers/gpu/stub/Kc

[PATCH] gpu/stub: try to make help text readable

2011-08-06 Thread Randy Dunlap
From: Randy Dunlap I couldn't parse the STUB_POULSBO help text and the module names were misleading, so try to make it more readable, use corrected module names, and spell "acpi" as "ACPI". Signed-off-by: Randy Dunlap Cc: Lee, Chun-Yi Cc: Lee, Chun-Yi Cc: Dave Airlie --- drivers/gpu/stub/Kc

[Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch

2011-08-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40622 --- Comment #3 from Torsten Krah 2011-08-06 10:40:09 --- Config is all autodetect, got no xorg.conf. I am attaching 2.6.32 ones and 3.0 ones. Commented Xorg.0.log-* with my "on"/"off" toggles. The interesting thing is - this error seems to b

Re: [PATCH v3] pass ELD to HDMI/DP audio driver

2011-08-06 Thread Keith Packard
> Good questions! In general the audio functionalities should not > depend on the display activeness. There are even audio-only HDMI > devices. So I'll need to make intel_write_eld() work even without > information about the current display mode. Yeah, we'll need to figure out what the ELD shoul

[PATCH v3] pass ELD to HDMI/DP audio driver

2011-08-06 Thread Keith Packard
pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110806/688c0a75/attachment.pgp>

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #5 from gottfried.hai...@gmail.com 2011-08-06 12:26:19 PDT --- Sorry, I tried bisecting, but defconfig does not boot here.. and my normal config takes ages for a full rebuild. -- Configure bugmail: https://bugs.freedesktop.org/userpr

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #5 from gottfried.haider at gmail.com 2011-08-06 12:26:19 PDT --- Sorry, I tried bisecting, but defconfig does not boot here.. and my normal config takes ages for a full rebuild. -- Configure bugmail: https://bugs.freedesktop.org/use

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33348 Dawit Alemayehu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33348] [r300g] Display corruption (artifacts) when using 3D graphics...

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33348 Dawit Alemayehu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 36602] Hierarchical Z support for R600

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 Sven Arvidsson changed: What|Removed |Added Attachment #49931|0 |1 is obsolete|

[Bug 36602] Hierarchical Z support for R600

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 Sven Arvidsson changed: What|Removed |Added Attachment #49931|0 |1 is obsolete|

[Bug 36602] Hierarchical Z support for R600

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #22 from Sven Arvidsson 2011-08-06 12:18:04 PDT --- I followed Andy's advice and grabbed a d-r-t kernel, now everything seems to be running okay. On my HD5670 I haven't noticed any difference in performance, OTOH neither do I get the

[Bug 36602] Hierarchical Z support for R600

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #22 from Sven Arvidsson 2011-08-06 12:18:04 PDT --- I followed Andy's advice and grabbed a d-r-t kernel, now everything seems to be running okay. On my HD5670 I haven't noticed any difference in performance, OTOH neither do I get the

[PATCH 3/4] drm/i915: Fix PCH port pipe select in CPT disable paths

2011-08-06 Thread Keith Packard
CPT pipe select is different from previous generations (using two bits instead of one). All of the paths from intel_disable_pch_ports were not making this distinction. Mode setting with pipe A turned off would then also force all outputs on pipe B to get turned off as the disable code would mistak

[PATCH 4/4] drm/i915: Remove unused 'reg' argument to dp_pipe_enabled

2011-08-06 Thread Keith Packard
Just an extra parameter which isn't actually needed. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_display.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 4c4c903..f

[PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-06 Thread Keith Packard
There's no reason to relock them; it just makes operations more complex. This fixes DPMS where the panel registers were locked making the disable not work. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_lvds.c | 46 +++- 1 files changed, 19 insertio

[PATCH 1/4] drm/i915: Wait for LVDS panel power sequence

2011-08-06 Thread Keith Packard
During mode setting, check to make sure the panel power sequencing has completed before doing further operations on the device. This uncovered errors with DPMS not turning the device off as it was left locked. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_lvds.c | 13 +++-

drm/i915: Disabling unused outputs on CPT is broken

2011-08-06 Thread Keith Packard
Here's a fun sequence: $ xrandr --output LVDS1 --auto --crtc 1 $ sudo chvt 1 (then switch back to X) The LVDS goes black. Why? The LVDS is *disabled*. Turns out that the cause was that after the mode was all nicely set, intel_disable_pch_ports went and turned it back off. Well, a couple of week

[PATCH 4/4] drm/i915: Remove unused 'reg' argument to dp_pipe_enabled

2011-08-06 Thread Keith Packard
Just an extra parameter which isn't actually needed. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_display.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 4c4c903..f

[PATCH 3/4] drm/i915: Fix PCH port pipe select in CPT disable paths

2011-08-06 Thread Keith Packard
CPT pipe select is different from previous generations (using two bits instead of one). All of the paths from intel_disable_pch_ports were not making this distinction. Mode setting with pipe A turned off would then also force all outputs on pipe B to get turned off as the disable code would mistak

[PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-06 Thread Keith Packard
There's no reason to relock them; it just makes operations more complex. This fixes DPMS where the panel registers were locked making the disable not work. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_lvds.c | 46 +++- 1 files changed, 19 insertio

[PATCH 1/4] drm/i915: Wait for LVDS panel power sequence

2011-08-06 Thread Keith Packard
During mode setting, check to make sure the panel power sequencing has completed before doing further operations on the device. This uncovered errors with DPMS not turning the device off as it was left locked. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_lvds.c | 13 +++-

drm/i915: Disabling unused outputs on CPT is broken

2011-08-06 Thread Keith Packard
Here's a fun sequence: $ xrandr --output LVDS1 --auto --crtc 1 $ sudo chvt 1 (then switch back to X) The LVDS goes black. Why? The LVDS is *disabled*. Turns out that the cause was that after the mode was all nicely set, intel_disable_pch_ports went and turned it back off. Well, a couple of week

[Bug 37662] Upgrade to version 2.6.38, disable the laptop display back light

2011-08-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=37662 Gary Liddle changed: What|Removed |Added CC||gary.liddle at sp1der.co.uk --- Comment

[PATCH 2/5] drm/i915: Leave LVDS registers unlocked

2011-08-06 Thread Keith Packard
There's no reason to relock them; it just makes operations more complex. This fixes DPMS where the panel registers were locked making the disable not work. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_lvds.c | 53 ++-- 1 files changed, 15 insertio

[PATCH 2/5] drm/i915: Leave LVDS registers unlocked

2011-08-06 Thread Keith Packard
There's no reason to relock them; it just makes operations more complex. This fixes DPMS where the panel registers were locked making the disable not work. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_lvds.c | 51 +++- 1 files changed, 16 insertio

[PATCH] drm/i915: Wait for LVDS panel power sequence

2011-08-06 Thread Keith Packard
During mode setting, check to make sure the panel power sequencing has completed before doing further operations on the device. This uncovered errors with DPMS not turning the device off as it was left locked. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_lvds.c | 26

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #4 from Alex Deucher 2011-08-06 07:27:46 PDT --- Can you bisect? If I had to guess, it's probably one of the display rework patches added in 3.0. Does a VT switch help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #4 from Alex Deucher 2011-08-06 07:27:46 PDT --- Can you bisect? If I had to guess, it's probably one of the display rework patches added in 3.0. Does a VT switch help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs

[Bug 40622] [radeon] - kms wrong resolution mode used after backlight on/off switch

2011-08-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40622 --- Comment #3 from Torsten Krah 2011-08-06 10:40:09 --- Config is all autodetect, got no xorg.conf. I am attaching 2.6.32 ones and 3.0 ones. Commented Xorg.0.log-* with my "on"/"off" toggles. The interesting thing is - this error seems to b

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #3 from gottfried.hai...@gmail.com 2011-08-06 06:33:29 PDT --- Created an attachment (id=49994) --> (https://bugs.freedesktop.org/attachment.cgi?id=49994) Xorg.log (HDMI insertion happened just before 906.688) -- Configure bugmail:

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #3 from gottfried.haider at gmail.com 2011-08-06 06:33:29 PDT --- Created an attachment (id=49994) --> (https://bugs.freedesktop.org/attachment.cgi?id=49994) Xorg.log (HDMI insertion happened just before 906.688) -- Configure bugmai

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #2 from gottfried.hai...@gmail.com 2011-08-06 06:31:57 PDT --- Created an attachment (id=49993) --> (https://bugs.freedesktop.org/attachment.cgi?id=49993) dmesg (nothing interesting after HDMI insertion) -- Configure bugmail: https:

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #2 from gottfried.haider at gmail.com 2011-08-06 06:31:57 PDT --- Created an attachment (id=49993) --> (https://bugs.freedesktop.org/attachment.cgi?id=49993) dmesg (nothing interesting after HDMI insertion) -- Configure bugmail: htt

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #1 from gottfried.hai...@gmail.com 2011-08-06 06:28:25 PDT --- Created an attachment (id=49992) --> (https://bugs.freedesktop.org/attachment.cgi?id=49992) lspci of Lenovo X120e -- Configure bugmail: https://bugs.freedesktop.org/user

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #1 from gottfried.haider at gmail.com 2011-08-06 06:28:25 PDT --- Created an attachment (id=49992) --> (https://bugs.freedesktop.org/attachment.cgi?id=49992) lspci of Lenovo X120e -- Configure bugmail: https://bugs.freedesktop.org/u

[Bug 39882] New: Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 Summary: Regression: Plugging in a HDMI connector makes the LCD of X120e go dark Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Sta

[Bug 39882] New: Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 Summary: Regression: Plugging in a HDMI connector makes the LCD of X120e go dark Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Sta

[Bug 39877] Games rendered pixelated

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39877 --- Comment #2 from Alex Deucher 2011-08-06 06:20:00 PDT --- Update mesa to 7.11 or disable colortiling: Option "ColorTiling" "False" in the device section of your xorg conf. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 39877] Games rendered pixelated

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39877 --- Comment #2 from Alex Deucher 2011-08-06 06:20:00 PDT --- Update mesa to 7.11 or disable colortiling: Option "ColorTiling" "False" in the device section of your xorg conf. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 39877] Games rendered pixelated

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39877 Alex Deucher changed: What|Removed |Added Attachment #49985|text/x-log |text/plain mime type|

[Bug 39877] Games rendered pixelated

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39877 Alex Deucher changed: What|Removed |Added Attachment #49985|text/x-log |text/plain mime type|

[Bug 33790] [r300g] Black windows with opengl apps (ex. glxgears)

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33790 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33790] [r300g] Black windows with opengl apps (ex. glxgears)

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33790 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29136] compiz + wallpaper plugin + expo causes X to crash

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29136 aaron changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29136] compiz + wallpaper plugin + expo causes X to crash

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29136 aaron changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 39683] radeon "hd6770 flex" dpms fails to unblank one display sometimes

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39683 --- Comment #7 from aaron 2011-08-06 03:45:40 PDT --- i checked the settings and found nothing, so i decided to switch the displays around to see what happens... original layout (1): dvi -> 1 hdmi -> 2 dp -> 3 layout 2: dvi -> 2 hdmi -> 1 dp ->

[Bug 39683] radeon "hd6770 flex" dpms fails to unblank one display sometimes

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39683 --- Comment #7 from aaron 2011-08-06 03:45:40 PDT --- i checked the settings and found nothing, so i decided to switch the displays around to see what happens... original layout (1): dvi -> 1 hdmi -> 2 dp -> 3 layout 2: dvi -> 2 hdmi -> 1 dp ->

[Bug 37662] Upgrade to version 2.6.38, disable the laptop display back light

2011-08-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=37662 Gary Liddle changed: What|Removed |Added CC||gary.lid...@sp1der.co.uk --- Comment #3

[Bug 39877] Games rendered pixelated

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39877 --- Comment #1 from Alex 2011-08-06 01:32:10 PDT --- Created an attachment (id=49985) --> (https://bugs.freedesktop.org/attachment.cgi?id=49985) My latest Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 39877] Games rendered pixelated

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39877 --- Comment #1 from Alex 2011-08-06 01:32:10 PDT --- Created an attachment (id=49985) --> (https://bugs.freedesktop.org/attachment.cgi?id=49985) My latest Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 39877] New: Games rendered pixelated

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39877 Summary: Games rendered pixelated Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: D

[Bug 39877] New: Games rendered pixelated

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39877 Summary: Games rendered pixelated Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: D

[Bug 27314] displayport link training fails on certain panels (channel equalization fails)

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27314 --- Comment #53 from Ortwin Glück 2011-08-06 01:29:30 PDT --- I am happy to report that with kernel 3.0.1 all works well on the iMac 27". -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 27314] displayport link training fails on certain panels (channel equalization fails)

2011-08-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=27314 --- Comment #53 from Ortwin Gl?ck 2011-08-06 01:29:30 PDT --- I am happy to report that with kernel 3.0.1 all works well on the iMac 27". -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this