[Bug 39672] [r280] Black screen on PPC with digital monitor on radeon / Cannot find any crtc or sizes

2011-08-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39672 Florian Mickler changed: What|Removed |Added Resolution|CODE_FIX|PATCH_ALREADY_AVAILABLE --- Comment

[Bug 39672] [r280] Black screen on PPC with digital monitor on radeon / Cannot find any crtc or sizes

2011-08-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39672 Florian Mickler changed: What|Removed |Added Status|RESOLVED|CLOSED Resolution|PATCH_ALREAD

[Bug 39513] sensors are inaccessible on radeon 9600xt agp

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39513 --- Comment #16 from Florian Mickler 2011-08-08 01:49:13 PDT --- A patch referencing this bug report has been merged in Linux v3.1-rc1: commit c41b9ee901bb2c7e3eacfa7e171de50c15d61c0b Author: Alex Deucher Date: Sat Jul 30 18:12:24 2011 +

[Bug 39897] Graphical glitches in some games on Evergreen

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39897 --- Comment #13 from Sven Arvidsson 2011-08-08 03:38:00 PDT --- (In reply to comment #11) > I have two questions though > - "32 bit games require a 32 bit 3D driver" : how do we check that ? > LIBGL_DEBUG=verbose glxinfo ? > In my case, it opens

[Bug 39902] R600g Evergreen: GPU lockup after launch of StarCraft II

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39902 Michel Dänzer changed: What|Removed |Added Product|xorg|Mesa Version|unspecified

[Bug 36396] r600_state_inlines.h: unsupported color format

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36396 m...@tvk.rwth-aachen.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 39422] s2ram with nouveau leaves VTs blank, works in X (but only for vt X was running on)

2011-08-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39422 Florian Mickler changed: What|Removed |Added CC||flor...@mickler.org --- Comment #10

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

2011-08-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40622 --- Comment #13 from Torsten Krah 2011-08-08 15:43:11 --- Oh didn't know this may be possible, my fault, sorry. If X console is not active all seems to work find - resolution stays the same, so it seems to be a Xorg only problem. Do you have

[PATCH 1/2] radeon: Allow panel preferred EDID to override BIOS native mode

2011-08-08 Thread Matthew Garrett
We have two sources of information about panel capabilities on mobile radeon - the BIOS, which gives us a native mode, and the panel's preferred mode. In theory these two will always match, but there's some corner cases where the BIOS hasn't been fully initialised and so the native mode in it ends

[PATCH 2/2] radeon: re-POST the asic on Apple hardware when booted via EFI

2011-08-08 Thread Matthew Garrett
At least some Apples program the GPU into a state that wedges the engine once userspace starts trying to perform accelerated operations. Executing the Atom init scripts gets the hardware back into a working state. The same hardware works fine when booted via BIOS emulation, so let's just execute th

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Wait for LVDS panel power sequence

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:05 -0700 Keith Packard wrote: > 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

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:06 -0700 Keith Packard wrote: > 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 Yep, looks fine. The only think we might w

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

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:07 -0700 Keith Packard wrote: > 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

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Remove unused 'reg' argument to dp_pipe_enabled

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:08 -0700 Keith Packard wrote: > Just an extra parameter which isn't actually needed. > > Signed-off-by: Keith Packard > --- Reviewed-by: Jesse Barnes -- Jesse Barnes, Intel Open Source Technology Center ___ dri-devel mail

Re: [PATCH 1/2] radeon: Allow panel preferred EDID to override BIOS native mode

2011-08-08 Thread Alex Deucher
On Mon, Aug 8, 2011 at 12:21 PM, Matthew Garrett wrote: > We have two sources of information about panel capabilities on mobile > radeon - the BIOS, which gives us a native mode, and the panel's preferred > mode. In theory these two will always match, but there's some corner cases > where the BIOS

Re: [PATCH 2/2] radeon: re-POST the asic on Apple hardware when booted via EFI

2011-08-08 Thread Alex Deucher
On Mon, Aug 8, 2011 at 12:21 PM, Matthew Garrett wrote: > At least some Apples program the GPU into a state that wedges the engine > once userspace starts trying to perform accelerated operations. Executing > the Atom init scripts gets the hardware back into a working state. The > same hardware wo

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 09:30:10 -0700, Jesse Barnes wrote: > Yep, looks fine. The only think we might want to sprinkle about are > checks for panel off so we can avoid visible corruption if we whack > timing or fb stuff while the panel is on. Yeah, could do. Would be nice to somehow get the LVDS c

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Wait for LVDS panel power sequence

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 09:27:19 -0700, Jesse Barnes wrote: > ...to catch places like this where the wrong register gets used. :) Ouch! There are only two places we *should* have these loops, one when turning it off, another when turning it on. There's a couple of loops which just need to be removed

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 09:30:10 -0700, Jesse Barnes wrote: > Yep, looks fine. The only think we might want to sprinkle about are > checks for panel off so we can avoid visible corruption if we whack > timing or fb stuff while the panel is on. So, I'd like to know if we could unlock the panel regis

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 11:42:56 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 09:30:10 -0700, Jesse Barnes > wrote: > > > Yep, looks fine. The only think we might want to sprinkle about are > > checks for panel off so we can avoid visible corruption if we whack > > timing or fb stuff while the

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Wait for LVDS panel power sequence

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 11:40:06 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 09:27:19 -0700, Jesse Barnes > wrote: > > > ...to catch places like this where the wrong register gets used. :) > > Ouch! There are only two places we *should* have these loops, one when > turning it off, another whe

[Bug 39940] New: OilRush shader water artefacts after GLSL-To-TGSI commit

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39940 Summary: OilRush shader water artefacts after GLSL-To-TGSI commit Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 39940] OilRush shader water artefacts after GLSL-To-TGSI commit

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39940 --- Comment #1 from Uriy Zhuravlev 2011-08-08 12:43:36 PDT --- Created an attachment (id=50038) --> (https://bugs.freedesktop.org/attachment.cgi?id=50038) Normal water, before GLSL-To-TGSI -- Configure bugmail: https://bugs.freedesktop.org/us

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes wrote: > Yep, it's safe and possible to do on pre-PCH as well. For panel > fitting we do need to do an actual power cycle when going from > non-native back to native iirc, but we can still leave them unlocked so > we don't have to worry about the

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 12:53:31 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes > wrote: > > > Yep, it's safe and possible to do on pre-PCH as well. For panel > > fitting we do need to do an actual power cycle when going from > > non-native back to native iirc, but w

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 13:01:28 -0700, Jesse Barnes wrote: > On Mon, 08 Aug 2011 12:53:31 -0700 > Keith Packard wrote: > > > On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes > > wrote: > > > > > Yep, it's safe and possible to do on pre-PCH as well. For panel > > > fitting we do need to do an act

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Leave LVDS registers unlocked

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 13:24:12 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 13:01:28 -0700, Jesse Barnes > wrote: > > On Mon, 08 Aug 2011 12:53:31 -0700 > > Keith Packard wrote: > > > > > On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes > > > wrote: > > > > > > > Yep, it's safe and possibl

[Bug 39897] Graphical glitches in some games on Evergreen

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39897 --- Comment #14 from Alex 2011-08-08 23:30:18 PDT --- alex@Leon:~/Projects/Games/CrayonPhysicsDeluxe$ LIBGL_DEBUG=verbose ./launcher libGL: OpenDriver: trying /usr/lib/dri/tls/r600_dri.so libGL: OpenDriver: trying /usr/lib/dri/r600_dri.so libGL

[PATCH] drm: add missing header file

2011-08-08 Thread Amerigo Wang
This patch fixes the following 'make headers_check' errors: linux-2.6/usr/include/drm/drm_mode.h:85: found __[us]{8,16,32,64} type without #include linux-2.6/usr/include/drm/i915_drm.h:120: found __[us]{8,16,32,64} type without #include linux-2.6/usr/include/drm/mga_drm.h:260: found __[us]{8,1

[Bug 39953] New: Flicker after waking from DPMS sleep

2011-08-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39953 Summary: Flicker after waking from DPMS sleep Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medi

[Bug 39672] [r280] Black screen on PPC with digital monitor on radeon / Cannot find any crtc or sizes

2011-08-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39672 Florian Mickler changed: What|Removed |Added Resolution|CODE_FIX|PATCH_ALREADY_AVAILABLE --- Comment

[Bug 39672] [r280] Black screen on PPC with digital monitor on radeon / Cannot find any crtc or sizes

2011-08-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39672 Florian Mickler changed: What|Removed |Added Status|RESOLVED|CLOSED Resolution|PATCH_ALREAD

[Bug 39513] sensors are inaccessible on radeon 9600xt agp

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39513 --- Comment #16 from Florian Mickler 2011-08-08 01:49:13 PDT --- A patch referencing this bug report has been merged in Linux v3.1-rc1: commit c41b9ee901bb2c7e3eacfa7e171de50c15d61c0b Author: Alex Deucher Date: Sat Jul 30 18:12:24 2011 +

[Bug 39897] Graphical glitches in some games on Evergreen

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39897 --- Comment #13 from Sven Arvidsson 2011-08-08 03:38:00 PDT --- (In reply to comment #11) > I have two questions though > - "32 bit games require a 32 bit 3D driver" : how do we check that ? > LIBGL_DEBUG=verbose glxinfo ? > In my case, it opens

[Bug 39902] R600g Evergreen: GPU lockup after launch of StarCraft II

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39902 Michel D?nzer changed: What|Removed |Added Product|xorg|Mesa Version|unspecified

[Bug 36396] r600_state_inlines.h: unsupported color format

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36396 mark at tvk.rwth-aachen.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 39422] s2ram with nouveau leaves VTs blank, works in X (but only for vt X was running on)

2011-08-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39422 Florian Mickler changed: What|Removed |Added CC||florian at mickler.org --- Comment

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

2011-08-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=40622 --- Comment #13 from Torsten Krah 2011-08-08 15:43:11 --- Oh didn't know this may be possible, my fault, sorry. If X console is not active all seems to work find - resolution stays the same, so it seems to be a Xorg only problem. Do you have

[PATCH 1/2] radeon: Allow panel preferred EDID to override BIOS native mode

2011-08-08 Thread Matthew Garrett
We have two sources of information about panel capabilities on mobile radeon - the BIOS, which gives us a native mode, and the panel's preferred mode. In theory these two will always match, but there's some corner cases where the BIOS hasn't been fully initialised and so the native mode in it ends

[PATCH 2/2] radeon: re-POST the asic on Apple hardware when booted via EFI

2011-08-08 Thread Matthew Garrett
At least some Apples program the GPU into a state that wedges the engine once userspace starts trying to perform accelerated operations. Executing the Atom init scripts gets the hardware back into a working state. The same hardware works fine when booted via BIOS emulation, so let's just execute th

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

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:05 -0700 Keith Packard wrote: > 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

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

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:06 -0700 Keith Packard wrote: > 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 Yep, looks fine. The only think we might w

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

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:07 -0700 Keith Packard wrote: > 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

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

2011-08-08 Thread Jesse Barnes
On Sat, 6 Aug 2011 10:54:08 -0700 Keith Packard wrote: > Just an extra parameter which isn't actually needed. > > Signed-off-by: Keith Packard > --- Reviewed-by: Jesse Barnes -- Jesse Barnes, Intel Open Source Technology Center

[PATCH 1/2] radeon: Allow panel preferred EDID to override BIOS native mode

2011-08-08 Thread Alex Deucher
On Mon, Aug 8, 2011 at 12:21 PM, Matthew Garrett wrote: > We have two sources of information about panel capabilities on mobile > radeon - the BIOS, which gives us a native mode, and the panel's preferred > mode. In theory these two will always match, but there's some corner cases > where the BIOS

[PATCH 2/2] radeon: re-POST the asic on Apple hardware when booted via EFI

2011-08-08 Thread Alex Deucher
On Mon, Aug 8, 2011 at 12:21 PM, Matthew Garrett wrote: > At least some Apples program the GPU into a state that wedges the engine > once userspace starts trying to perform accelerated operations. Executing > the Atom init scripts gets the hardware back into a working state. The > same hardware wo

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

2011-08-08 Thread Keith Packard
able Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110808/1a6cd59e/attachment.pgp>

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

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 09:27:19 -0700, Jesse Barnes wrote: > ...to catch places like this where the wrong register gets used. :) Ouch! There are only two places we *should* have these loops, one when turning it off, another when turning it on. There's a couple of loops which just need to be removed

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

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 09:30:10 -0700, Jesse Barnes wrote: > Yep, looks fine. The only think we might want to sprinkle about are > checks for panel off so we can avoid visible corruption if we whack > timing or fb stuff while the panel is on. So, I'd like to know if we could unlock the panel regis

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

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 11:42:56 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 09:30:10 -0700, Jesse Barnes > wrote: > > > Yep, looks fine. The only think we might want to sprinkle about are > > checks for panel off so we can avoid visible corruption if we whack > > timing or fb stuff while the

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

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 11:40:06 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 09:27:19 -0700, Jesse Barnes > wrote: > > > ...to catch places like this where the wrong register gets used. :) > > Ouch! There are only two places we *should* have these loops, one when > turning it off, another whe

[Bug 39940] New: OilRush shader water artefacts after GLSL-To-TGSI commit

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39940 Summary: OilRush shader water artefacts after GLSL-To-TGSI commit Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 39940] OilRush shader water artefacts after GLSL-To-TGSI commit

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39940 --- Comment #1 from Uriy Zhuravlev 2011-08-08 12:43:36 PDT --- Created an attachment (id=50038) --> (https://bugs.freedesktop.org/attachment.cgi?id=50038) Normal water, before GLSL-To-TGSI -- Configure bugmail: https://bugs.freedesktop.org/us

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

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes wrote: > Yep, it's safe and possible to do on pre-PCH as well. For panel > fitting we do need to do an actual power cycle when going from > non-native back to native iirc, but we can still leave them unlocked so > we don't have to worry about the

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

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 12:53:31 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes > wrote: > > > Yep, it's safe and possible to do on pre-PCH as well. For panel > > fitting we do need to do an actual power cycle when going from > > non-native back to native iirc, but w

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

2011-08-08 Thread Keith Packard
On Mon, 8 Aug 2011 13:01:28 -0700, Jesse Barnes wrote: > On Mon, 08 Aug 2011 12:53:31 -0700 > Keith Packard wrote: > > > On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes > virtuousgeek.org> wrote: > > > > > Yep, it's safe and possible to do on pre-PCH as well. For panel > > > fitting we do ne

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

2011-08-08 Thread Jesse Barnes
On Mon, 08 Aug 2011 13:24:12 -0700 Keith Packard wrote: > On Mon, 8 Aug 2011 13:01:28 -0700, Jesse Barnes > wrote: > > On Mon, 08 Aug 2011 12:53:31 -0700 > > Keith Packard wrote: > > > > > On Mon, 8 Aug 2011 11:49:54 -0700, Jesse Barnes > > virtuousgeek.org> wrote: > > > > > > > Yep, it's s

[Bug 39897] Graphical glitches in some games on Evergreen

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39897 --- Comment #14 from Alex 2011-08-08 23:30:18 PDT --- alex at Leon:~/Projects/Games/CrayonPhysicsDeluxe$ LIBGL_DEBUG=verbose ./launcher libGL: OpenDriver: trying /usr/lib/dri/tls/r600_dri.so libGL: OpenDriver: trying /usr/lib/dri/r600_dri.so l

[PATCH] drm: add missing header file

2011-08-08 Thread Amerigo Wang
This patch fixes the following 'make headers_check' errors: linux-2.6/usr/include/drm/drm_mode.h:85: found __[us]{8,16,32,64} type without #include linux-2.6/usr/include/drm/i915_drm.h:120: found __[us]{8,16,32,64} type without #include linux-2.6/usr/include/drm/mga_drm.h:260: found __[us]{8,1

[Bug 39953] New: Flicker after waking from DPMS sleep

2011-08-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39953 Summary: Flicker after waking from DPMS sleep Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medi