[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #12 from Marc Koschewski 2011-03-08 08:42:13 --- I have no other card to test over here. :/ rc8 still fails to behave like 2.6.37. Is this really going to be rolled out? -- Configure bugmail: https://bugzilla.kernel.org/userpr

Re: [regression] 2.6.37-post-rc7 with radeon kms: reproducably locks up hard when using desktop cube of kwin

2011-03-08 Thread Dave Airlie
On Tue, Mar 8, 2011 at 7:35 PM, Martin Steigerwald wrote: > Its rainy again in Sevilla... > > Am Sunday 06 March 2011 schrieb Dave Airlie: >> > I verified this. Lockup happens with 2.6.38, last one tested >> > rc8-gfb62c00, but not with 2.6.37 with exactly same userspace. >> > Needed to try the ef

[Bug 34929] [r300g] slowdown with r300g threading

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34929 --- Comment #8 from Fabio Pedretti 2011-03-08 02:22:57 PST --- (In reply to comment #7) > Does commit 5650a719f0c69c00954e47bd7a7b3e9433cb551d improve anything? It > speeds up glxgears here. Definitively. Now on enabling threading: - torcs goes

Re: [regression] 2.6.37-post-rc7 with radeon kms: reproducably locks up hard when using desktop cube of kwin

2011-03-08 Thread Michel Dänzer
On Die, 2011-03-08 at 19:40 +1000, Dave Airlie wrote: > On Tue, Mar 8, 2011 at 7:35 PM, Martin Steigerwald > wrote: > > Its rainy again in Sevilla... > > > > Am Sunday 06 March 2011 schrieb Dave Airlie: > >> > I verified this. Lockup happens with 2.6.38, last one tested > >> > rc8-gfb62c00, but

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #13 from Lucas Stach 2011-03-08 11:26:25 --- This _is_ already rolled out, as no nouveau version so far didn't lock up randomly on NVA8. It seems you were enormously lucky to not see them on .37. -- Configure bugmail: https://bu

[Bug 31391] [RADEON:R600C] heroes of newerth crashes with cs parser error

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31391 --- Comment #3 from Stephan Hilb 2011-03-08 03:38:30 PST --- Apart from some other rendering bugs, there is no crash with r600g. This bug does only occur with r600c. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #14 from Marc Koschewski 2011-03-08 12:46:01 --- To be honest, I doubt _this_ is rolled out. The behavior might be there in 2.6.37 but in 2.6.38 it seems to be worse. With 2.6.37 I have some random lock-ups leading to the GPU onc

[Bug 35051] [r600g, Wine, Counter Strike Source] Crashes at Startup

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35051 --- Comment #1 from Henri Verbeet 2011-03-08 05:02:19 PST --- I'm able to at least run the CS:S stress tests with current git versions of Wine and r600g on Evergreen, although rendering correctness and performance still have some way to go. The

[Bug 34929] [r300g] slowdown with r300g threading

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34929 --- Comment #9 from Fabio Pedretti 2011-03-08 06:07:15 PST --- > - torcs goes from ~23 to ~28 fps (before was ~20 with or without threading); Note: for some reason torcs here still gives about ~20 fps when vblank_mode=0 is not set, threading en

[Bug 35051] [r600g, Wine, Counter Strike Source] Crashes at Startup

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35051 --- Comment #2 from Tobias Jakobi 2011-03-08 07:06:25 PST --- Hmm, I have a similar problem will all Steam games (which are mostly HL2-engine based). After starting a game, when the loading process finishes, the game immediately exits. @Henri:

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #15 from Florian Mickler 2011-03-08 15:36:50 --- If you find the commit that made this worse it may hint at a solution or maybe just reverting fixes things... so if you can use git bisect (man git-bisect), please do so. -- Conf

[PATCH 2/2] ttm: Pass in 'struct device' to TTM so it can do DMA API on behalf of device.

2011-03-08 Thread Konrad Rzeszutek Wilk
We want to pass in the 'struct device' to the TTM layer in a nice way. This is not strictly required, but it does make accounting of pages and their DMA addresses correct when using CONFIG_DMA_API_DEBUG=y. This patch builds on top of "ttm: Include the 'struct dev' when using the DMA API." and mov

[PATCH 1/2] ttm: Include the 'struct dev' when using the DMA API.

2011-03-08 Thread Konrad Rzeszutek Wilk
This makes the accounting when using 'debug_dma_dump_mappings()' and CONFIG_DMA_API_DEBUG=y be assigned to the correct device instead of 'fallback'. No functional change - just cosmetic. At first it seems that we just need to keep a copy of 'struct device' in the struct ttm_bo_device and use that

[PATCH] cleanup: Add 'struct dev' in the TTM layer to be passed in for DMA API calls.

2011-03-08 Thread Konrad Rzeszutek Wilk
These two patches are not strictly required but they do a bit of cleanup and also fix a false reporting issue when the kernel is compiled with CONFIG_DEBUG_DMA_API. Essentially the patchset modifies 'struct ttm_tt' and 'struct ttm_bo_device' to contain a pointer to 'struct device'. Passing of the

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #16 from Lucas Stach 2011-03-08 15:40:44 --- No please leave it open for now, just remove the regression flag. Also you could add _full_ dmesg output and the versions of your userspace (xf86-video-nouveau, x-server, libdrm and if

Re: i915: 2.6.36: Monitor incorrectly detects 1920x1199

2011-03-08 Thread Mario 'BitKoenig' Holbe
Hello, On Fri, Jan 14, 2011 at 04:19:50PM +0100, Mario 'BitKoenig' Holbe wrote: > starting with 2.6.36 my monitor detects a resolution of 1920x1199 > instead of 1920x1200. The monitor displays 1920x1199 on its OSD, and as > a result, I guess, the display is blurred in the middle section (top to >

Re: [regression] 2.6.37-post-rc7 with radeon kms: reproducably locks up hard when using desktop cube of kwin

2011-03-08 Thread Martin Steigerwald
Am Tuesday 08 March 2011 schrieb Michel Dänzer: > On Die, 2011-03-08 at 19:40 +1000, Dave Airlie wrote: > > On Tue, Mar 8, 2011 at 7:35 PM, Martin Steigerwald wrote: > > > Its rainy again in Sevilla... > > > > > > Am Sunday 06 March 2011 schrieb Dave Airlie: > > >> > I verified this. Lockup happ

[Bug 30102] [RADEON:KMS:RS780:CP] ring test failed

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30102 Jérôme Glisse changed: What|Removed |Added CC||gli...@freedesktop.org Summar

[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052 --- Comment #10 from Antonov Nikolay 2011-03-08 17:48:57 --- Created an attachment (id=50322) --> (https://bugzilla.kernel.org/attachment.cgi?id=50322) ubuntu natty alpha dmesg fedora-20110302 (rawhide) fails to boot. Ubntntu natty alpha3

[Bug 28905] [RADEON:KMS:R600C] missing scene triangle in scorched3d

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28905 Jerome Glisse changed: What|Removed |Added Summary|missing scene triangle in |[RADEON:KMS:R600C] missing

[Bug 30502] [RADEON:R600C] atmospheres of planets get transparent when going away from planets in celestia

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30502 Jerome Glisse changed: What|Removed |Added Summary|atmospheres of planets get |[RADEON:R600C] atmospheres

[Bug 33038] [RADEON:KMS:R600C] celestia crashes radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi->space_accounted' failed

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33038 Jerome Glisse changed: What|Removed |Added Summary|celestia crashes with |[RADEON:KMS:R600C] celestia

[Bug 32556] [RADEON:KMS:PLL] screen flickers all the time with desktop image appearing only briefly

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32556 Jerome Glisse changed: What|Removed |Added Summary|screen flickers all the |[RADEON:KMS:PLL] screen

[Bug 33042] RV770: Broken Mipmap creation/display

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33042 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25764] [RADEON:R600C] glLineStipple gives inconsistent results

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25764 Jerome Glisse changed: What|Removed |Added Summary|R600: glLineStipple gives |[RADEON:R600C] |incons

[Bug 33075] [RADEON:KMS:R600G] runescape low detail lighting option makes character models disappear

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33075 Jerome Glisse changed: What|Removed |Added Summary|[Runescape] "low detail"|[RADEON:KMS:R600G] |li

[Bug 25597] [RADEON:UMS:R200C] SIGSEGV in _radeon_bo_unref

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25597 Jerome Glisse changed: What|Removed |Added Summary|SIGSEGV in _radeon_bo_unref |[RADEON:UMS:R200C] SIGSEGV

[Bug 26812] [RADEON:KMS:BARTS:HD6850:FIRMWARE] radeon module causes hard reset on modprobe

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26812 Jérôme Glisse changed: What|Removed |Added CC||gli...@freedesktop.org Summar

[Bug 33171] [RADEON:KMS:R600G:WINE] kernel crash when loading level in FEAR

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33171 Jerome Glisse changed: What|Removed |Added Summary|[r600g, wine] kernel crash |[RADEON:KMS:R600G:WINE]

[Bug 30651] [RADEON:KMS:R600G] gl output in mplayer have no colors if used with a fragment program with additional lookup and bicubic B-spline filtering

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30651 Jerome Glisse changed: What|Removed |Added Summary|r600g: gl output in mplayer |[RADEON:KMS:R600G] gl

[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33175 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33185] [RADEON:KMS:R300G] X crashes when kwin effects are turned on

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33185 Jerome Glisse changed: What|Removed |Added Summary|X crashes when kWin effects |[RADEON:KMS:R300G] X |

[Bug 11888] [RADEON:UMS] the screen remains black after resume

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=11888 Jérôme Glisse changed: What|Removed |Added CC||gli...@freedesktop.org Summar

[Bug 18872] [RADEON:KMS:R100:SUSPEND] suspend to ram problems

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=18872 Jérôme Glisse changed: What|Removed |Added CC||gli...@freedesktop.org Summar

[Bug 33255] [RADEON:R300C] crash using webgl (firefox 4b9)

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33255 Jerome Glisse changed: What|Removed |Added Summary|Crash using webgl (firefox |[RADEON:R300C] crash using

[Bug 16140] [RADEON:KMS:RV250:RESUME] suspend to RAM resume broken

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16140 Michael Long changed: What|Removed |Added Kernel Version|2.6.29 - 2.6.36-rc4-git3|2.6.29 - |

[Bug 16140] [RADEON:KMS:RV250:RESUME] suspend to RAM resume broken

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=16140 --- Comment #42 from Michael Long 2011-03-08 18:33:58 --- Created an attachment (id=50332) --> (https://bugzilla.kernel.org/attachment.cgi?id=50332) Most recent resume trace -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?t

[Bug 11888] [RADEON:UMS] the screen remains black after resume

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=11888 --- Comment #23 from Matthias-Christian Ott 2011-03-08 18:37:47 --- I don't have the laptop anymore. It broke over a year ago. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail be

[Bug 33301] [RADEON:KMS:R600:DYNPM] dynpm doesn't downclock

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33301 Jerome Glisse changed: What|Removed |Added Summary|dynpm doesn't downclock |[RADEON:KMS:R600:DYNPM]

[Bug 33371] [RADEON:KMS:R600G] zsnes output all garbage when OpenGL is enabled

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33371 Jerome Glisse changed: What|Removed |Added Summary|Zsnes output all garbage|[RADEON:KMS:R600G] zsnes

[Bug 33376] [RADEON:KMS:R600C] screen damage during kde fade-out on logout.

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33376 Jerome Glisse changed: What|Removed |Added Summary|[evergreen] screen damage |[RADEON:KMS:R600C] screen

[Bug 33381] [RADEON:KMS:R600G] es2gears freeze

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33381 Jerome Glisse changed: What|Removed |Added Summary|Freeze / Monitor out of |[RADEON:KMS:R600G] es2gears

[Bug 33389] [RADEON:KMS:R600G] amnesia (closed source game) segfaults

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33389 Jerome Glisse changed: What|Removed |Added Summary|Amnesia (closed source |[RADEON:KMS:R600G] amnesia

[Bug 32688] [RADEON:KMS:R300G] some games have a wireframe or outline visible

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32688 Jerome Glisse changed: What|Removed |Added Summary|Some games have a wireframe |[RADEON:KMS:R300G] some

[Bug 33399] [RADEON:KMS:RV630:HDMI:AUDIO] no PCM mutichannel audio

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33399 Jerome Glisse changed: What|Removed |Added Summary|No HDMI PCM mutichannel |[RADEON:KMS:RV630:HDMI:AUDI

[Bug 33418] [RADEON:KMS:JUNIPER:HD6850:R600G] nexuiz continuous GPU soft resets

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33418 Jerome Glisse changed: What|Removed |Added Summary|Continuous GPU soft resets |[RADEON:KMS:JUNIPER:HD6850:

[Bug 33038] [RADEON:KMS:R600C] celestia crashes radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi->space_accounted' failed

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33038 --- Comment #7 from aceman 2011-03-08 11:05:49 PST --- Please do not spam my celestia bugs with useless comments without reading the history. R600g was already proposed and I already said in this same bug, that r600g is not an option, it is much

[Bug 11888] [RADEON:UMS] the screen remains black after resume

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=11888 Jérôme Glisse changed: What|Removed |Added Status|NEEDINFO|CLOSED Resolution|

[Bug 35051] [RADEON:KMS:R600G] wine Counter Strike Source Crashes at Startup

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35051 Jerome Glisse changed: What|Removed |Added Summary|[r600g, Wine, Counter |[RADEON:KMS:R600G] wine

[Bug 31391] [RADEON:R600C] heroes of newerth crashes with cs parser error

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31391 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 9446] [r300] running compiz or 3d app locks up/freezes X after some time using r300 driver

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9446 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33075] [RADEON:KMS:R600G] runescape low detail lighting option makes character models disappear

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33075 Brian Paterni changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33301] [RADEON:KMS:R600:DYNPM] dynpm doesn't downclock

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33301 --- Comment #1 from Cristian KLEIN 2011-03-08 11:58:14 PST --- Created an attachment (id=44245) --> (https://bugs.freedesktop.org/attachment.cgi?id=44245) Part of dmesg with power states The problem is as follows. On r600, dynpm selects power

[Bug 33171] [RADEON:KMS:R600G:WINE] kernel crash when loading level in FEAR

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33171 --- Comment #3 from Tobias Jakobi 2011-03-08 12:22:30 PST --- No, not really. But I'd like to add that the GPU resets (which eventually lead to a complete crash) only appear when using DX9 level shaders. With DX8 level shader (you can select thi

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 Marc Koschewski changed: What|Removed |Added Blocks|27352 | Regression|Yes

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #18 from Marc Koschewski 2011-03-08 20:47:36 --- Curently I'd already like to offer money for this to get fixed. Damn thing this seems to be so tricky... :/ -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=em

Re: [PATCH] cleanup: Add 'struct dev' in the TTM layer to be passed in for DMA API calls.

2011-03-08 Thread Thomas Hellstrom
Hi, Konrad, Is passing a struct device to the DMA api really *strictly* necessary? I'd like to avoid that at all cost, since we don't want pages that are backing buffer objects (coherent pages) to be associated with a specific device. The reason for this is that we probably soon will want to

[Bug 35051] [RADEON:KMS:R600G] wine Counter Strike Source Crashes at Startup

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35051 --- Comment #3 from Henri Verbeet 2011-03-08 12:56:10 PST --- (In reply to comment #2) > @Henri: Does starting a new game in HL2 work for you? Maybe also with forcing > dxlevel 8. It does, though I haven't tried with dxlevel 8. If you're running

[Bug 33171] [RADEON:KMS:R600G:WINE] kernel crash when loading level in FEAR

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33171 --- Comment #4 from Tobias Jakobi 2011-03-08 13:14:15 PST --- HL2 engine based games also seem to be particularly good in triggering a kernel crash, at least when a DX9 render path is selected. E.g. I have HL2 (vanilla) running here with mat_dx

[Bug 35095] [r300g] More screen corruption in WoW with HyperZ enabled.

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 --- Comment #4 from Chris Rankin 2011-03-08 13:15:50 PST --- Created an attachment (id=44249) --> (https://bugs.freedesktop.org/attachment.cgi?id=44249) Screenshot showing HyperZ corruption. This corruption only seems to happen when playing fu

[Bug 35095] [r300g] More screen corruption in WoW with HyperZ enabled.

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 Chris Rankin changed: What|Removed |Added Attachment #44249|Screenshot showing HyperZ |Deleted. description|corruption.

[Bug 35095] [r300g] More screen corruption in WoW with HyperZ enabled.

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 Chris Rankin changed: What|Removed |Added Attachment #44249|Warcraft.jpeg | filename|

[Bug 35095] [r300g] More screen corruption in WoW with HyperZ enabled.

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 --- Comment #6 from Marek Olšák 2011-03-08 14:25:28 PST --- Please enable HyperZ and try either of these: RADEON_DEBUG=nozmask RADEON_DEBUG=nohiz -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiv

[Bug 35095] [r300g] More screen corruption in WoW with HyperZ enabled.

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 --- Comment #7 from Chris Rankin 2011-03-08 15:13:22 PST --- The git commit that does this to WoW is: d99ec708afbb785ce05031661222b38c9447059f is the first bad commit commit d99ec708afbb785ce05031661222b38c9447059f Author: Marek Olšák Date:

[Bug 35095] [r300g] HiZ broken in WoW

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 Marek Olšák changed: What|Removed |Added Summary|[r300g] More screen |[r300g] HiZ broken in WoW

[Bug 35095] [r300g] HiZ broken in WoW

2011-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35095 --- Comment #8 from Chris Rankin 2011-03-08 15:24:28 PST --- (In reply to comment #6) > Please enable HyperZ and try either of these: > > RADEON_DEBUG=nozmask This makes no difference. > RADEON_DEBUG=nohiz And this removes the corruption. -

Re: [PATCH] cleanup: Add 'struct dev' in the TTM layer to be passed in for DMA API calls.

2011-03-08 Thread Konrad Rzeszutek Wilk
On Tue, Mar 08, 2011 at 09:52:54PM +0100, Thomas Hellstrom wrote: > Hi, Konrad, > > Is passing a struct device to the DMA api really *strictly* necessary? It is allowed. As said, it is a cleanup patch so it can be dropped. > > I'd like to avoid that at all cost, since we don't want pages that >

[Bug 27922] setting graphics mode for text console with video= instead of vga= does not work

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=27922 --- Comment #1 from Felix Miata 2011-03-08 00:16:11 --- With radeon rv380 and a P275 Trinitron CRT, video=1024x768 on cmdline instead of vga=0xwhatever or vga=7whatever works for me with default modesetting state and Kulow/openSUSE kernel-de

Radeon driver failed to work on PAE kernel with memory over 4G?

2011-03-08 Thread april
Hi all: I'm using Ubunut10.10 with kernel 2.6.35-23-generic-pae (4G ddr3 memory) and try to use radeon driver, but failed. Can radeon driver support PAE kernel with memory over 4G? Thanks [ 20.344777] [ cut here ] [ 20.344812] WARNING: at /build/buildd/linux-2.6.35/

Radeon driver failed to work on PAE kernel with memory over 4G?

2011-03-08 Thread Dave Airlie
On Tue, Mar 8, 2011 at 3:44 PM, april wrote: > Hi all: > > I'm using Ubunut10.10 with kernel ?2.6.35-23-generic-pae (4G ddr3 > memory) and try to use radeon driver, but failed. Can you tell us what card etc you have, I know my psychic powers seem to be on the blink. maybe attach a full dmesg. D

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #12 from Marc Koschewski 2011-03-08 08:42:13 --- I have no other card to test over here. :/ rc8 still fails to behave like 2.6.37. Is this really going to be rolled out? -- Configure bugmail: https://bugzilla.kernel.org/userpr

[regression] 2.6.37-post-rc7 with radeon kms: reproducably locks up hard when using desktop cube of kwin

2011-03-08 Thread Dave Airlie
On Tue, Mar 8, 2011 at 7:35 PM, Martin Steigerwald wrote: > Its rainy again in Sevilla... > > Am Sunday 06 March 2011 schrieb Dave Airlie: >> > I verified this. Lockup happens with 2.6.38, last one tested >> > rc8-gfb62c00, but not with 2.6.37 with exactly same userspace. >> > Needed to try the e

[Bug 34929] [r300g] slowdown with r300g threading

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34929 --- Comment #8 from Fabio Pedretti 2011-03-08 02:22:57 PST --- (In reply to comment #7) > Does commit 5650a719f0c69c00954e47bd7a7b3e9433cb551d improve anything? It > speeds up glxgears here. Definitively. Now on enabling threading: - torcs goes

[regression] 2.6.37-post-rc7 with radeon kms: reproducably locks up hard when using desktop cube of kwin

2011-03-08 Thread Michel Dänzer
On Die, 2011-03-08 at 19:40 +1000, Dave Airlie wrote: > On Tue, Mar 8, 2011 at 7:35 PM, Martin Steigerwald > wrote: > > Its rainy again in Sevilla... > > > > Am Sunday 06 March 2011 schrieb Dave Airlie: > >> > I verified this. Lockup happens with 2.6.38, last one tested > >> > rc8-gfb62c00, but

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #13 from Lucas Stach 2011-03-08 11:26:25 --- This _is_ already rolled out, as no nouveau version so far didn't lock up randomly on NVA8. It seems you were enormously lucky to not see them on .37. -- Configure bugmail: https://bu

[Bug 31391] [RADEON:R600C] heroes of newerth crashes with cs parser error

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31391 --- Comment #3 from Stephan Hilb 2011-03-08 03:38:30 PST --- Apart from some other rendering bugs, there is no crash with r600g. This bug does only occur with r600c. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #14 from Marc Koschewski 2011-03-08 12:46:01 --- To be honest, I doubt _this_ is rolled out. The behavior might be there in 2.6.37 but in 2.6.38 it seems to be worse. With 2.6.37 I have some random lock-ups leading to the GPU onc

[Bug 35051] [r600g, Wine, Counter Strike Source] Crashes at Startup

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35051 --- Comment #1 from Henri Verbeet 2011-03-08 05:02:19 PST --- I'm able to at least run the CS:S stress tests with current git versions of Wine and r600g on Evergreen, although rendering correctness and performance still have some way to go. The

[Bug 34929] [r300g] slowdown with r300g threading

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34929 --- Comment #9 from Fabio Pedretti 2011-03-08 06:07:15 PST --- > - torcs goes from ~23 to ~28 fps (before was ~20 with or without threading); Note: for some reason torcs here still gives about ~20 fps when vblank_mode=0 is not set, threading en

[regression] 2.6.37-post-rc7 with radeon kms: reproducably locks up hard when using desktop cube of kwin

2011-03-08 Thread Martin Steigerwald
7; Steigerwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- next part -- A non-text attachment was scrubbed... Name: Xorg.0-2.6.38-rc7-tp42-snapshot-p1+2-00163-gfb62c00-dirty.log Type: text/x-log Size: 47611 bytes Desc: not available URL:

[Bug 35051] [r600g, Wine, Counter Strike Source] Crashes at Startup

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35051 --- Comment #2 from Tobias Jakobi 2011-03-08 07:06:25 PST --- Hmm, I have a similar problem will all Steam games (which are mostly HL2-engine based). After starting a game, when the loading process finishes, the game immediately exits. @Henri:

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #15 from Florian Mickler 2011-03-08 15:36:50 --- If you find the commit that made this worse it may hint at a solution or maybe just reverting fixes things... so if you can use git bisect (man git-bisect), please do so. -- Conf

[PATCH 2/2] ttm: Pass in 'struct device' to TTM so it can do DMA API on behalf of device.

2011-03-08 Thread Konrad Rzeszutek Wilk
We want to pass in the 'struct device' to the TTM layer in a nice way. This is not strictly required, but it does make accounting of pages and their DMA addresses correct when using CONFIG_DMA_API_DEBUG=y. This patch builds on top of "ttm: Include the 'struct dev' when using the DMA API." and mov

[PATCH 1/2] ttm: Include the 'struct dev' when using the DMA API.

2011-03-08 Thread Konrad Rzeszutek Wilk
This makes the accounting when using 'debug_dma_dump_mappings()' and CONFIG_DMA_API_DEBUG=y be assigned to the correct device instead of 'fallback'. No functional change - just cosmetic. At first it seems that we just need to keep a copy of 'struct device' in the struct ttm_bo_device and use that

[PATCH] cleanup: Add 'struct dev' in the TTM layer to be passed in for DMA API calls.

2011-03-08 Thread Konrad Rzeszutek Wilk
These two patches are not strictly required but they do a bit of cleanup and also fix a false reporting issue when the kernel is compiled with CONFIG_DEBUG_DMA_API. Essentially the patchset modifies 'struct ttm_tt' and 'struct ttm_bo_device' to contain a pointer to 'struct device'. Passing of the

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29022 --- Comment #16 from Lucas Stach 2011-03-08 15:40:44 --- No please leave it open for now, just remove the regression flag. Also you could add _full_ dmesg output and the versions of your userspace (xf86-video-nouveau, x-server, libdrm and if

i915: 2.6.36: Monitor incorrectly detects 1920x1199

2011-03-08 Thread Mario 'BitKoenig' Holbe
it forwards, it installs NT. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 482 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110308/0a7fad48/attachment.pgp>

[regression] 2.6.37-post-rc7 with radeon kms: reproducably locks up hard when using desktop cube of kwin

2011-03-08 Thread Martin Steigerwald
rwald - http://www.Lichtvoll.de GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7 -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110308/bf73f847/attachment.pgp>

[Bug 30102] [RADEON:KMS:RS780:CP] ring test failed

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30102 J?r?me Glisse changed: What|Removed |Added CC||glisse at freedesktop.org Sum

[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=30052 --- Comment #10 from Antonov Nikolay 2011-03-08 17:48:57 --- Created an attachment (id=50322) --> (https://bugzilla.kernel.org/attachment.cgi?id=50322) ubuntu natty alpha dmesg fedora-20110302 (rawhide) fails to boot. Ubntntu natty alpha3

[Bug 28905] [RADEON:KMS:R600C] missing scene triangle in scorched3d

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28905 Jerome Glisse changed: What|Removed |Added Summary|missing scene triangle in |[RADEON:KMS:R600C] missing

[Bug 30502] [RADEON:R600C] atmospheres of planets get transparent when going away from planets in celestia

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30502 Jerome Glisse changed: What|Removed |Added Summary|atmospheres of planets get |[RADEON:R600C] atmospheres

[Bug 33038] [RADEON:KMS:R600C] celestia crashes radeon_cs_gem.c:181: cs_gem_write_reloc: Assertion `boi->space_accounted' failed

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33038 Jerome Glisse changed: What|Removed |Added Summary|celestia crashes with |[RADEON:KMS:R600C] celestia

[Bug 32556] [RADEON:KMS:PLL] screen flickers all the time with desktop image appearing only briefly

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32556 Jerome Glisse changed: What|Removed |Added Summary|screen flickers all the |[RADEON:KMS:PLL] screen

[Bug 33042] RV770: Broken Mipmap creation/display

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

[Bug 25764] [RADEON:R600C] glLineStipple gives inconsistent results

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25764 Jerome Glisse changed: What|Removed |Added Summary|R600: glLineStipple gives |[RADEON:R600C] |incons

[Bug 33075] [RADEON:KMS:R600G] runescape low detail lighting option makes character models disappear

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33075 Jerome Glisse changed: What|Removed |Added Summary|[Runescape] "low detail"|[RADEON:KMS:R600G] |li

[Bug 25597] [RADEON:UMS:R200C] SIGSEGV in _radeon_bo_unref

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25597 Jerome Glisse changed: What|Removed |Added Summary|SIGSEGV in _radeon_bo_unref |[RADEON:UMS:R200C] SIGSEGV

[Bug 26812] [RADEON:KMS:BARTS:HD6850:FIRMWARE] radeon module causes hard reset on modprobe

2011-03-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=26812 J?r?me Glisse changed: What|Removed |Added CC||glisse at freedesktop.org Sum

[Bug 33171] [RADEON:KMS:R600G:WINE] kernel crash when loading level in FEAR

2011-03-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33171 Jerome Glisse changed: What|Removed |Added Summary|[r600g, wine] kernel crash |[RADEON:KMS:R600G:WINE]

  1   2   >