[PATCH] fix backlight brightness on intel LVDS panel after reopening lid

2011-02-22 Thread Tino Keitel
On Tue, Feb 22, 2011 at 13:04:40 -0800, Jesse Barnes wrote: > On Sat, 19 Feb 2011 15:07:49 -0800 > Linus Torvalds wrote: > > > On Sat, Feb 19, 2011 at 4:26 AM, Alex Riesen wrote: > > > On Sat, Feb 19, 2011 at 13:11, Alex Riesen wrote: > > >>> Lastly, could you verify that my patch at > > >>>

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 --- Comment #6 from Alex Deucher 2011-02-22 22:05:12 PST --- Does this commit to the ddx fix the issue? http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=91070cfd75d5607c4a72ace780f830f0ddb40e84 -- Configure bugmail:

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30167 --- Comment #21 from Marek Ol??k 2011-02-22 22:02:32 PST --- I don't think so. We can't fix the error, we can only suppress printing it. If there is any issue unrelated to the error, let's keep this report open (is there any?), otherwise I'd

[Bug 26552] Screen flickering with 2.6.37 [ATI X1600]

2011-02-22 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=26552 --- Comment #61 from Andrea Iob 2011-02-22 21:03:28 --- 2.6.38-rc5 works for me. Thanks. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the

[Bug 34588] Screen corruption when running gtkperf on awesomewm

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34588 --- Comment #1 from Alex Deucher 2011-02-22 20:46:28 PST --- Does disabling tiling help? Option "ColorTiling" "false" in the device section of your xorg.conf? If so this bug is probably a duplicate of bug 33929. You might try the xserver

[Bug 34588] New: Screen corruption when running gtkperf on awesomewm

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34588 Summary: Screen corruption when running gtkperf on awesomewm Product: Mesa Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 --- Comment #5 from Alex Deucher 2011-02-22 18:51:02 PST --- (In reply to comment #4) > > I don't test this yet, but is it necessary? Because it is maybe more important > that I just reverted >

[PATCH] drm/i915: fix corruptions on i8xx due to relaxed fencing

2011-02-22 Thread Daniel Vetter
On Tue, Feb 22, 2011 at 06:32:11PM +0100, Thierry Vignaud wrote: > Giving that lack of documentation, could you put some more comments in the > code? > so that nobody cleans out that "strange workaround" in 6 monthes... It's not a workaround, it's how the hw works. If we'd add the explanation

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 --- Comment #4 from Jan Buecken 2011-02-22 18:33:48 PST --- (In reply to comment #3) > Is this still an issue with the latest commits in xf86-video-ati? Yes. Sorry, my git bisect log is misunderstanding: Ofcourse I tested xf86-video-ati from

[PATCH] drm/i915: fix corruptions on i8xx due to relaxed fencing

2011-02-22 Thread Thierry Vignaud
On 22 February 2011 18:25, Daniel Vetter wrote: > It looks like gen2 has a peculiar interleaved 2-row inter-tile > layout. Probably inherited from i81x which had 2kb tiles (which > naturally fit an even-number-of-tile-rows scheme to fit onto 4kb > pages). There is no other mention of this in any

[PATCH] drm/i915: fix corruptions on i8xx due to relaxed fencing

2011-02-22 Thread Daniel Vetter
It looks like gen2 has a peculiar interleaved 2-row inter-tile layout. Probably inherited from i81x which had 2kb tiles (which naturally fit an even-number-of-tile-rows scheme to fit onto 4kb pages). There is no other mention of this in any docs (also not in the Intel internal documention

[PATCH] fix backlight brightness on intel LVDS panel after reopening lid

2011-02-22 Thread Linus Torvalds
On Tue, Feb 22, 2011 at 2:31 PM, Tino Keitel wrote: > > I just tried 2.6.38-rc6 on my ThinkPad X61s without any other DRM > related patches, and my backlight issue is gone. I applied Indan's fix in -rc6 (commit 951f3512dba5), since it had several testers and seemed to simplify the code nicely

[Bug 34583] New: graphics artifacts in Opengl

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34583 Summary: graphics artifacts in Opengl Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority:

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30167 --- Comment #20 from Sven Arvidsson 2011-02-22 13:36:53 PST --- (In reply to comment #16) > I also noticed this error message: > r300: ERROR: FS input generic 17 unassigned, not enough hardware slots. > Since this error now reports that this

[PATCH] fix backlight brightness on intel LVDS panel after reopening lid

2011-02-22 Thread Jesse Barnes
On Sat, 19 Feb 2011 15:07:49 -0800 Linus Torvalds wrote: > On Sat, Feb 19, 2011 at 4:26 AM, Alex Riesen wrote: > > On Sat, Feb 19, 2011 at 13:11, Alex Riesen wrote: > >>> Lastly, could you verify that my patch at > >>> https://lkml.org/lkml/2011/2/16/447 fixes > >>> it for you too? (Make sure

[Bug 33038] celestia crashes with error: "radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi->space_accounted' failed"

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33038 --- Comment #3 from aceman 2011-02-22 12:46:09 PST --- Yes, r600g (from Mesa 7.10) does not have this particular bug. But it has loads of other visual problems in celestia (which are not in r600c). -- Configure bugmail:

[stable] 2.6.38-rc5-git6: Reported regressions 2.6.36 -> 2.6.37

2011-02-22 Thread Greg KH
On Mon, Feb 21, 2011 at 11:29:26PM +0100, Rafael J. Wysocki wrote: > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=24582 > Subject : Kernel Oops at tty_buffer_request_room when using > pppd program (2.6.37-rc4) > Submitter : baoyb > Date : 2010-12-08 13:55

[Bug 34418] SuperTuxRacer 0.7/Warzone 2100 and r300g MemoryFault (64bit only)

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34418 --- Comment #14 from Chistopher Krakowiak 2011-02-22 11:37:39 PST --- Created an attachment (id=43675) View: https://bugs.freedesktop.org/attachment.cgi?id=43675 Review: https://bugs.freedesktop.org/review?bug=34418=43675 Fix proposed by

[Bug 34556] BUG in drm/radeon/ttm after leaving fullscreen flash.

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34556 --- Comment #3 from Rafael Monica 2011-02-22 11:13:21 PST --- Nope. Just plain metacity without any form of compositing. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 32455] Crash with mame using OpenGL with newest Gallium on Radeon 4350

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32455 --- Comment #16 from Alexandre Derumier 2011-02-22 10:38:39 PST --- seem to be corrected for me since today mesa git ! :) maybe commit http://cgit.freedesktop.org/mesa/mesa/commit/?id7942e6a5ae0113f1cbdf62b772849cf6cdd4eca1 st/mesa: fix

[Bug 34097] Screen clearing issues in Minecraft and Blender

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34097 --- Comment #4 from Sven Arvidsson 2011-02-22 09:46:09 PST --- (In reply to comment #3) > Is there anything in dmesg? Nothing in dmesg. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 31246] [RADEON::CYPRESS:R600C] reproducible hangs on piglit tests with HD5850

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31246 --- Comment #5 from Wyatt Epp 2011-02-22 09:01:57 PST --- (In reply to comment #4) > Do you still have issue with lastest r600c or r600g ? Just happened about an hour ago for me on glsl-vs-vec4-indexing-temp-dst-in-nested-loop-combined. --

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 --- Comment #3 from Alex Deucher 2011-02-22 08:25:33 PST --- Is this still an issue with the latest commits in xf86-video-ati? This is probably be related to the CS block size checking changes in d-r-t

[Bug 33078] Sauerbraten refuses to start

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33078 Marek Ol??k changed: What|Removed |Added Component|Drivers/Gallium/r300|GLX AssignedTo|dri-devel at

[Bug 33185] X crashes when kWin effects are turned on

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33185 --- Comment #12 from Marek Ol??k 2011-02-22 08:16:55 PST --- (In reply to comment #10) > Created an attachment (id=43244) --> (https://bugs.freedesktop.org/attachment.cgi?id=43244) > kWin backtrace #2 This backtrace doesn't make sense.

[Bug 32946] piglit glx-make-current gives X error BadMatch

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32946 Marek Ol??k changed: What|Removed |Added Component|Drivers/Gallium/r300|GLX AssignedTo|dri-devel at

[Bug 34418] SuperTuxRacer 0.7/Warzone 2100 and r300g MemoryFault (64bit only)

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34418 --- Comment #13 from Wiktor Janas 2011-02-22 08:10:43 PST --- Created an attachment (id=43668) --> (https://bugs.freedesktop.org/attachment.cgi?id=43668) (trivial) test case -- Configure bugmail:

[Bug 34418] SuperTuxRacer 0.7/Warzone 2100 and r300g MemoryFault (64bit only)

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34418 --- Comment #12 from Wiktor Janas 2011-02-22 08:10:18 PST --- Hooray, I've nailed it! Look at setup_interleaved_attribs in st_draw.c. There's that little snippet that computes minimum from array[...]->Ptr and... it's wrong! ->Ptr can be very

[Bug 34556] BUG in drm/radeon/ttm after leaving fullscreen flash.

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34556 --- Comment #2 from Alex Deucher 2011-02-22 08:00:28 PST --- Are you using a GL compositor like compiz or kwin in GL mode? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 --- Comment #2 from Andy Furniss 2011-02-22 07:35:34 PST --- (In reply to comment #1) > The commit 7ac3a2e0bcdadff7c7172a9f833f526b526da16b belongs to the > xf86-video-ati git. (To make clear it does not belong to the > drm-radeon-testing >

[Bug 31776] R300 (Compiz 0.9) crash on resizing windows

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31776 --- Comment #3 from Marek Ol??k 2011-02-22 06:14:05 PST --- Commit 94ccc31ba4f64ac480137fd90f1ded44d2072f6e should fix this. Can you test? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 30048] [r300g] ColorCube: Too many instructions

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30048 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 Jan Buecken changed: What|Removed |Added Summary|xf86-video-ati git and |xf86-video-ati git and

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker leads mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 --- Comment #1 from Jan Buecken 2011-02-22 05:53:57 PST --- The commit 7ac3a2e0bcdadff7c7172a9f833f526b526da16b belongs to the xf86-video-ati git. (To make clear it does not belong to the drm-radeon-testing git branch). -- Configure bugmail:

[Bug 34567] New: xf86-video-ati git and drm-radeon-testing git: CS checker leads mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34567 Summary: xf86-video-ati git and drm-radeon-testing git: CS checker leads mplayer / vlc to fail with xv Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux

[Bug 33515] System lockup with Page-flipping

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33515 --- Comment #7 from Marek Ol??k 2011-02-22 05:46:05 PST --- Could you try latest kernel 2.6.38-rc*, latest xf86-video-ati from git, and r300g from the Mesa master branch? -- Configure bugmail:

[Bug 34097] Screen clearing issues in Minecraft and Blender

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34097 --- Comment #3 from Marek Ol??k 2011-02-22 05:41:42 PST --- Is there anything in dmesg? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[Bug 34427] Graphical corruption when opening windows

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34427 --- Comment #9 from Harald Judt 2011-02-22 05:41:33 PST --- I wonder if anyone else is able to reproduce this issue... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 34427] Graphical corruption when opening windows

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34427 --- Comment #8 from Harald Judt 2011-02-22 05:40:30 PST --- > Any chance you could track down which component is problematic > (drm, ddx, or mesa) and bisect? Chance yes, but bisecting will be /very/ time-consuming as it needs compiling

[Bug 34238] Tiny and Big: Slow on r300g

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34238 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 34427] Graphical corruption when opening windows

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34427 --- Comment #7 from Harald Judt 2011-02-22 05:32:19 PST --- Created an attachment (id=43656) --> (https://bugs.freedesktop.org/attachment.cgi?id=43656) xorg.conf xorg.conf as requested. -- Configure bugmail:

[Bug 34427] Graphical corruption when opening windows

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34427 --- Comment #6 from Harald Judt 2011-02-22 05:31:24 PST --- Created an attachment (id=43655) --> (https://bugs.freedesktop.org/attachment.cgi?id=43655) Xorg.0.log Xorg.0.log as requested. -- Configure bugmail:

[Bug 34545] [gallium] segfault with vertarrays in mixed user/gpu buffers

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34545 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[BUG] drm/i915 Screen corruption introduced by a00b10c360b35d6431a94cb

2011-02-22 Thread Indan Zupancic
On Tue, February 22, 2011 04:25, Indan Zupancic wrote: > Hi, > > On Sun, February 20, 2011 14:21, Daniel Vetter wrote: >> Well, don't start jumping around, yet. These patches are just to rule out >> some theories. Now: Is it fixed with just the 2nd patch alone or do you need >> both >> patches?

[BUG] drm/i915 Screen corruption introduced by a00b10c360b35d6431a94cb

2011-02-22 Thread Indan Zupancic
Hi, On Sun, February 20, 2011 14:21, Daniel Vetter wrote: > Well, don't start jumping around, yet. These patches are just to rule out > some theories. Now: Is it fixed with just the 2nd patch alone or do you need > both > patches? This is very important, so please test extensively whether there

[Bug 34556] BUG in drm/radeon/ttm after leaving fullscreen flash.

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34556 --- Comment #1 from Rafael Monica 2011-02-22 03:55:27 PST --- I think this is a bug with pageflipping. Whereas I have successfully have been able to trigger this bug all the 3 times I tried with the method mentioned above with pageflipping

[Bug 34427] Graphical corruption when opening windows

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34427 --- Comment #5 from Michel D?nzer 2011-02-22 03:42:47 PST --- Please attach the full Xorg.0.log and xorg.conf files. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 34556] New: BUG in drm/radeon/ttm after leaving fullscreen flash.

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34556 Summary: BUG in drm/radeon/ttm after leaving fullscreen flash. Product: DRI Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal

[Bug 34545] [gallium] segfault with vertarrays in mixed user/gpu buffers

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34545 --- Comment #2 from Wiktor Janas 2011-02-22 00:58:08 PST --- (In reply to comment #1) > This should fix it: Yes it does, but this commit is not in git yet. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 34545] [gallium] segfault with vertarrays in mixed user/gpu buffers

2011-02-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34545 --- Comment #1 from Marek Ol??k 2011-02-22 00:36:02 PST --- This should fix it: http://lists.freedesktop.org/archives/mesa-dev/2011-February/005596.html -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 34545] [gallium] segfault with vertarrays in mixed user/gpu buffers

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34545 --- Comment #1 from Marek Olšák mar...@gmail.com 2011-02-22 00:36:02 PST --- This should fix it: http://lists.freedesktop.org/archives/mesa-dev/2011-February/005596.html -- Configure bugmail:

[Bug 34545] [gallium] segfault with vertarrays in mixed user/gpu buffers

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34545 --- Comment #2 from Wiktor Janas wixorp...@gmail.com 2011-02-22 00:58:08 PST --- (In reply to comment #1) This should fix it: Yes it does, but this commit is not in git yet. -- Configure bugmail:

Clutter run time error on Gallium RV350

2011-02-22 Thread Pierre-Yves Luyten
Hello, I'm trying to jhbuild gnome-shell with a fedora 14 and an ATI radeon 9600 card. I can configure and make clutter library but then make check test shows a runtime issue . The standalone test which fails is test_texture_pick_with_alpha. The full output of this test is attached. I was told

[Bug 34567] New: xf86-video-ati git and drm-radeon-testing git: CS checker leads mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34567 Summary: xf86-video-ati git and drm-radeon-testing git: CS checker leads mplayer / vlc to fail with xv Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux

[Bug 34567] xf86-video-ati git and drm-radeon-testing git: CS checker let mplayer / vlc to fail with xv

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34567 Jan Buecken jb@gmx.de changed: What|Removed |Added Summary|xf86-video-ati git and |xf86-video-ati git and

[Bug 30048] [r300g] ColorCube: Too many instructions

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30048 Marek Olšák mar...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 31776] R300 (Compiz 0.9) crash on resizing windows

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31776 --- Comment #3 from Marek Olšák mar...@gmail.com 2011-02-22 06:14:05 PST --- Commit 94ccc31ba4f64ac480137fd90f1ded44d2072f6e should fix this. Can you test? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 34588] Screen corruption when running gtkperf on awesomewm

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34588 --- Comment #1 from Alex Deucher ag...@yahoo.com 2011-02-22 20:46:28 PST --- Does disabling tiling help? Option ColorTiling false in the device section of your xorg.conf? If so this bug is probably a duplicate of bug 33929. You might try the

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2011-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30167 --- Comment #21 from Marek Olšák mar...@gmail.com 2011-02-22 22:02:32 PST --- I don't think so. We can't fix the error, we can only suppress printing it. If there is any issue unrelated to the error, let's keep this report open (is there any?),

Re: [PATCH] drm/i915: fix corruptions on i8xx due to relaxed fencing

2011-02-22 Thread Indan Zupancic
Hi, On Tue, February 22, 2011 18:25, Daniel Vetter wrote: It looks like gen2 has a peculiar interleaved 2-row inter-tile layout. Probably inherited from i81x which had 2kb tiles (which naturally fit an even-number-of-tile-rows scheme to fit onto 4kb pages). There is no other mention of this

Re: [PATCH] drm/i915: fix corruptions on i8xx due to relaxed fencing

2011-02-22 Thread Daniel Vetter
Am Mi, 23.02.2011, 07:59 schrieb Indan Zupancic: On Tue, February 22, 2011 18:25, Daniel Vetter wrote: It looks like gen2 has a peculiar interleaved 2-row inter-tile layout. Probably inherited from i81x which had 2kb tiles (which naturally fit an even-number-of-tile-rows scheme to fit onto 4kb