Bug#622993: every 10s I get "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid ..."

2011-05-01 Thread Stuart Pook
On 01/05/11 22:26, Thibaut Girka wrote: > Anyway, I'd be really interested to hear from Stuart Pook: his story > sounds exactly like mine. I'm not sure exactly what to say. My screen/PC died on about 23 February. At that time it would not even show BIOS messages. I started to try and understand

Bug#622993: every 10s I get "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid ..."

2011-05-01 Thread Thibaut Girka
s a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110501/dfcc9325/attachment-0001.pgp>

Bug#622993: every 10s I get "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid ..."

2011-05-01 Thread Thibaut Girka
available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110501/4936f6f1/attachment-0001.pgp>

[PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record.

2011-05-01 Thread Dave Airlie
From: Dave Airlie Since fafcf94e2b5732d1e13b440291c53115d2b172e9 introduced an edid size, it seems to have broken this path. This manifest as oops on T500 Lenovo laptops with dual graphics primarily. Should fix: https://bugzilla.kernel.org/show_bug.cgi?id=33812

[PATCH 2/2] drm/nouveau: Check that the device is enabled before processing interrupt

2011-05-01 Thread Alex Williamson
We're likely to be sharing an interrupt line with other devices, which means our handler might get called after we've turned off the device via vga switcheroo. This can lead to all sorts of badness, like nv04_fifo_isr() spewing "PFIFO still angry after 100 spins, halt" to the console before the

[PATCH 1/2] vga_switcheroo: Remove unbalanced pci_enable_device

2011-05-01 Thread Alex Williamson
This is unbalanced and probably more fitting for the client to take care of. Remove it. Signed-off-by: Alex Williamson --- drivers/gpu/vga/vga_switcheroo.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/vga/vga_switcheroo.c

[PATCH 0/2] vga switcheroo: Prevent nouveau irq handler from kill the system

2011-05-01 Thread Alex Williamson
On an Intel/Nvidia hybrid graphics system, using the integrated graphics and powering off the discrete, one of the primary sources of system hangs seems to be the nouveau driver processing interrupts while the device is powered off. This short series removes the unbalanced pci_enable_device()

Bug#622993: every 10s I get "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid ..."

2011-05-01 Thread Lisandro Damián Nicanor Pérez Meyer
A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110501/ecc45a9b/attachment-0001.pgp>

[PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record.

2011-05-01 Thread Alex Deucher
On Sun, May 1, 2011 at 5:03 PM, Dave Airlie wrote: > On Mon, May 2, 2011 at 4:26 AM, Alex Deucher wrote: >> On Sun, May 1, 2011 at 6:16 AM, Dave Airlie wrote: >>> From: Dave Airlie >>> >>> Since fafcf94e2b5732d1e13b440291c53115d2b172e9 introduced an edid size, it >>> seems to have broken this

Bug#622993: every 10s I get "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid ..."

2011-05-01 Thread Lisandro Damián Nicanor Pérez Meyer
t;http://lists.freedesktop.org/archives/dri-devel/attachments/20110501/9913b0eb/attachment-0001.pgp>

every 10s I get "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid ..."

2011-05-01 Thread Stuart Pook
On 30/04/11 06:11, Jonathan Nieder wrote: > Two corrupt-EDID/dmesg-spam puzzles for you. Seems to be a > regression, though I'm not sure from when. >> I have a Benq Product Name FP241W manufactured February 2007 Revision >> B4-125 and used to use the DVI input. The EDID data in the DVI input >>

[Bug 36753] Some textures now rendered as completely black after register allocator rewrite.

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36753 --- Comment #1 from Tom Stellard 2011-05-01 17:22:17 PDT --- Can you run the program with RADEON_DEBUG=fp and post the output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Bug#622993: every 10s I get "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid ..."

2011-05-01 Thread Lisandro Damián Nicanor Pérez Meyer
nor P?rez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: <http://lists.freede

[Bug 36753] New: Some textures now rendered as completely black after register allocator rewrite.

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36753 Summary: Some textures now rendered as completely black after register allocator rewrite. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler changed: What|Removed |Added Status|REOPENED|NEW -- Configure bugmail:

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler changed: What|Removed |Added Status|CLOSED |REOPENED Resolution|CODE_FIX

[PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record.

2011-05-01 Thread Alex Deucher
On Sun, May 1, 2011 at 6:16 AM, Dave Airlie wrote: > From: Dave Airlie > > Since fafcf94e2b5732d1e13b440291c53115d2b172e9 introduced an edid size, it > seems to have broken this path. > > This manifest as oops on T500 Lenovo laptops with dual graphics primarily. > > Should fix:

[Bug 31782] nouveau: lockdep spew

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31782 --- Comment #9 from Florian Mickler 2011-05-01 14:19:55 --- The Patch from comment #6 has been merged in 2.6.39-rc5. Can you retest with that? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail:

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

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

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

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33389 --- Comment #9 from Sven Arvidsson 2011-05-01 12:23:56 PDT --- Have you had a chance to retry Amnesia? With r600g on a HD5670 both the RenderTest and the game itself is working. There's still a few rendering issues though, the game itself has

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Dragothic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36745 Andrew Randrianasulu changed: What|Removed |Added Summary|wine 1.3.19 and |wine 1.3.19 and

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #5 from Andrew Randrianasulu 2011-05-01 12:03:48 PDT --- Disabling colortiling and/or pageflips has no effect on this bug. Also changing texture mode in 3Dmark itself from default "compressed" to 32-bit does nothing. -- Configure

[Bug 33422] oops in radeon_ddc_get_modes on first boot of rc3

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33422 Rafael J. Wysocki changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail:

[Bug 33422] oops in radeon_ddc_get_modes on first boot of rc3

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33422 Rafael J. Wysocki changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33422] oops in radeon_ddc_get_modes on first boot of rc3

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33422 Johannes Engel changed: What|Removed |Added CC||jcnengel at googlemail.com ---

[Bug 36715] Occasional Oops in 2.6.39-rc5: *ERROR* Failed to parse relocation -35!

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36715 --- Comment #2 from Shawn Nock 2011-05-01 11:45:58 PDT --- I am not currently using any dri driver for 3d ( I am only really interested in 2d ). If you think it would help I could compile it, but r600c wouldn't be causing this bug. Please

[Bug 32982] Kernel locks up a few minutes after boot

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32982 Rafael J. Wysocki changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure bugmail:

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33812 Dave Airlie changed: What|Removed |Added AssignedTo|drivers_video-dri at kernel-bu |airlied at linux.ie

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33812 --- Comment #4 from Dave Airlie 2011-05-01 10:14:41 --- Created an attachment (id=56052) --> (https://bugzilla.kernel.org/attachment.cgi?id=56052) attempted fix. please test this. -- Configure bugmail:

[Bug 32982] Kernel locks up a few minutes after boot

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=32982 Bart Van Assche changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #4 from Andrew Randrianasulu 2011-05-01 09:34:03 PDT --- Currently I use zram module, it may interfere with ttm/drm memory management, but for me "Buffer too small for color buffer 0" sounds like buffer in VRAM ... but I can unload

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #3 from Andrew Randrianasulu 2011-05-01 09:25:06 PDT --- Created an attachment (id=46225) --> (https://bugs.freedesktop.org/attachment.cgi?id=46225) last 350 lines from /var/log/messages -- Configure bugmail:

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #2 from Andrew Randrianasulu 2011-05-01 09:21:19 PDT --- Created an attachment (id=46224) --> (https://bugs.freedesktop.org/attachment.cgi?id=46224) X log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #1 from Andrew Randrianasulu 2011-05-01 09:20:27 PDT --- Created an attachment (id=46223) --> (https://bugs.freedesktop.org/attachment.cgi?id=46223) glxinfo -- Configure bugmail:

[Bug 36745] New: wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36745 Summary: wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 36256] Return to tty after leaving X problematic if using multiple cards since 2.6.32

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36256 Connor Behan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28627] 2.6.31.6 is the last kernel where KMS works well on an RV515 card for regular PCI

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28627 Connor Behan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 36255] [r128] Kernel panic after killing X since 2.6.37

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36255 Connor Behan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=33812 --- Comment #3 from Dave Airlie 2011-05-01 08:07:11 --- don't suppose anyone can bisect this? you'd only have to bisect drivers/gpu I can probably try and reproduce it next week. -- Configure bugmail:

[Bug 29495] [r300g] Shadowgrounds: character portraits rendered wrong

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29495 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 36738] Openarena crash with r300g, swrastg + llvm > 2.8

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36738 Iaroslav changed: What|Removed |Added Summary|Openarena crash with r300g |Openarena crash with r300g,

[Bug 36738] Openarena crash with r300g + llvm > 2.8

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36738 Iaroslav changed: What|Removed |Added Summary|Openarena crash with r300g |Openarena crash with r300g

[Bug 36738] New: Openarena crash with r300g + llvm < 2.8

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36738 Summary: Openarena crash with r300g + llvm < 2.8 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority:

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #4 from Tobias Jakobi 2011-05-01 04:02:42 PDT --- This seems to be a problem with all games that use the HL2 engine in its DX9 level mode. Portal seems to force dxlevel >= 90 and therefore always produces this lockups. --

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #3 from Vladimir Ysikov 2011-04-30 23:41:06 PDT --- Created an attachment (id=46207) --> (https://bugs.freedesktop.org/attachment.cgi?id=46207) dmesg output -- Configure bugmail:

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #2 from Vladimir Ysikov 2011-04-30 23:39:39 PDT --- I have ArchLinux x86, Radeon HD 4850 OpenGL renderer string: Gallium 0.4 on AMD RV770 OpenGL version string: 2.1 Mesa 7.11-devel (git-bd661a9) I have similar error in Portal &

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #1 from Vladimir Ysikov 2011-04-30 23:38:36 PDT --- I have ArchLinux x86, Radeon HD 4850 OpenGL renderer string: Gallium 0.4 on AMD RV770 OpenGL version string: 2.1 Mesa 7.11-devel (git-bd661a9) I have similar error in Portal &

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #1 from Vladimir Ysikov granti...@gmail.com 2011-04-30 23:38:36 PDT --- I have ArchLinux x86, Radeon HD 4850 OpenGL renderer string: Gallium 0.4 on AMD RV770 OpenGL version string: 2.1 Mesa 7.11-devel (git-bd661a9) I have similar

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #2 from Vladimir Ysikov granti...@gmail.com 2011-04-30 23:39:39 PDT --- I have ArchLinux x86, Radeon HD 4850 OpenGL renderer string: Gallium 0.4 on AMD RV770 OpenGL version string: 2.1 Mesa 7.11-devel (git-bd661a9) I have similar

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #3 from Vladimir Ysikov granti...@gmail.com 2011-04-30 23:41:06 PDT --- Created an attachment (id=46207) -- (https://bugs.freedesktop.org/attachment.cgi?id=46207) dmesg output -- Configure bugmail:

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33812 --- Comment #3 from Dave Airlie airl...@linux.ie 2011-05-01 08:07:11 --- don't suppose anyone can bisect this? you'd only have to bisect drivers/gpu I can probably try and reproduce it next week. -- Configure bugmail:

[Bug 32982] Kernel locks up a few minutes after boot

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32982 Bart Van Assche bvanass...@acm.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: i915/kms/backlight-combo mode problem (was: Re: Linux 2.6.39-rc5)

2011-05-01 Thread Joey Lee
Hi Melchior, 於 六,2011-04-30 於 13:34 +0200,Melchior FRANZ 提到: Dropping Linus from the CC. * Takashi Iwai -- Saturday 30 April 2011: * * At Sat, 30 Apr 2011 10:32:04 +0200, Melchior FRANZ wrote: Yes, backlight adjustment generally works on this notebook, but only with acpi_osi=Linux

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33812 --- Comment #4 from Dave Airlie airl...@linux.ie 2011-05-01 10:14:41 --- Created an attachment (id=56052) -- (https://bugzilla.kernel.org/attachment.cgi?id=56052) attempted fix. please test this. -- Configure bugmail:

[Bug 33812] radeon with modeset option causes oops as secondary adapter (vgaswitcheroo)

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33812 Dave Airlie airl...@linux.ie changed: What|Removed |Added AssignedTo|drivers_video-dri@kernel-bu |airl...@linux.ie

[PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record.

2011-05-01 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com Since fafcf94e2b5732d1e13b440291c53115d2b172e9 introduced an edid size, it seems to have broken this path. This manifest as oops on T500 Lenovo laptops with dual graphics primarily. Should fix: https://bugzilla.kernel.org/show_bug.cgi?id=33812

[Bug 36421] RV710: GPU lockup running portal2 in wine.

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36421 --- Comment #4 from Tobias Jakobi liquid.a...@gmx.net 2011-05-01 04:02:42 PDT --- This seems to be a problem with all games that use the HL2 engine in its DX9 level mode. Portal seems to force dxlevel = 90 and therefore always produces this

[Bug 32982] Kernel locks up a few minutes after boot

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32982 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure

[Bug 33422] oops in radeon_ddc_get_modes on first boot of rc3

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33422 Johannes Engel jcnen...@googlemail.com changed: What|Removed |Added CC|

[Bug 36738] New: Openarena crash with r300g + llvm 2.8

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36738 Summary: Openarena crash with r300g + llvm 2.8 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority:

[Bug 33422] oops in radeon_ddc_get_modes on first boot of rc3

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33422 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 33422] oops in radeon_ddc_get_modes on first boot of rc3

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=33422 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure

[Bug 36738] Openarena crash with r300g + llvm 2.8

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36738 Iaroslav pontost...@gmail.com changed: What|Removed |Added Summary|Openarena crash with r300g |Openarena crash with

[Bug 36738] Openarena crash with r300g, swrastg + llvm 2.8

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36738 Iaroslav pontost...@gmail.com changed: What|Removed |Added Summary|Openarena crash with r300g |Openarena crash with

[Bug 29495] [r300g] Shadowgrounds: character portraits rendered wrong

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29495 Sven Arvidsson s...@whiz.se changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler flor...@mickler.org changed: What|Removed |Added CC||flor...@mickler.org

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler flor...@mickler.org changed: What|Removed |Added Status|RESOLVED|CLOSED --

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler flor...@mickler.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 31782] nouveau: lockdep spew

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31782 --- Comment #9 from Florian Mickler flor...@mickler.org 2011-05-01 14:19:55 --- The Patch from comment #6 has been merged in 2.6.39-rc5. Can you retest with that? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler flor...@mickler.org changed: What|Removed |Added Status|CLOSED |REOPENED

[Bug 32072] 2.6.38 Regression: Nvidia GeForce8400 + i915 = Crash on Boot

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=32072 Florian Mickler flor...@mickler.org changed: What|Removed |Added Status|REOPENED|NEW --

[Bug 36255] [r128] Kernel panic after killing X since 2.6.37

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36255 Connor Behan connor.be...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 28627] 2.6.31.6 is the last kernel where KMS works well on an RV515 card for regular PCI

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28627 Connor Behan connor.be...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 36256] Return to tty after leaving X problematic if using multiple cards since 2.6.32

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36256 Connor Behan connor.be...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 36745] New: wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36745 Summary: wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #1 from Andrew Randrianasulu rand...@mail.ru 2011-05-01 09:20:27 PDT --- Created an attachment (id=46223) -- (https://bugs.freedesktop.org/attachment.cgi?id=46223) glxinfo -- Configure bugmail:

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #2 from Andrew Randrianasulu rand...@mail.ru 2011-05-01 09:21:19 PDT --- Created an attachment (id=46224) -- (https://bugs.freedesktop.org/attachment.cgi?id=46224) X log -- Configure bugmail:

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #3 from Andrew Randrianasulu rand...@mail.ru 2011-05-01 09:25:06 PDT --- Created an attachment (id=46225) -- (https://bugs.freedesktop.org/attachment.cgi?id=46225) last 350 lines from /var/log/messages -- Configure bugmail:

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #4 from Andrew Randrianasulu rand...@mail.ru 2011-05-01 09:34:03 PDT --- Currently I use zram module, it may interfere with ttm/drm memory management, but for me Buffer too small for color buffer 0 sounds like buffer in VRAM ... but

Re: [PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record.

2011-05-01 Thread Alex Deucher
On Sun, May 1, 2011 at 6:16 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com Since fafcf94e2b5732d1e13b440291c53115d2b172e9 introduced an edid size, it seems to have broken this path. This manifest as oops on T500 Lenovo laptops with dual graphics primarily.

[Bug 36715] Occasional Oops in 2.6.39-rc5: *ERROR* Failed to parse relocation -35!

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36715 --- Comment #2 from Shawn Nock n...@nocko.org 2011-05-01 11:45:58 PDT --- I am not currently using any dri driver for 3d ( I am only really interested in 2d ). If you think it would help I could compile it, but r600c wouldn't be causing this bug.

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Draghotic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #5 from Andrew Randrianasulu rand...@mail.ru 2011-05-01 12:03:48 PDT --- Disabling colortiling and/or pageflips has no effect on this bug. Also changing texture mode in 3Dmark itself from default compressed to 32-bit does nothing.

[Bug 36745] wine 1.3.19 and 3Dmark2001SE Dragothic demo upset kernel 2.6.38.4

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36745 Andrew Randrianasulu rand...@mail.ru changed: What|Removed |Added Summary|wine 1.3.19 and |wine 1.3.19 and

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

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33389 --- Comment #9 from Sven Arvidsson s...@whiz.se 2011-05-01 12:23:56 PDT --- Have you had a chance to retry Amnesia? With r600g on a HD5670 both the RenderTest and the game itself is working. There's still a few rendering issues though, the game

Re: [PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record.

2011-05-01 Thread Dave Airlie
On Mon, May 2, 2011 at 4:26 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Sun, May 1, 2011 at 6:16 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com Since fafcf94e2b5732d1e13b440291c53115d2b172e9 introduced an edid size, it seems to have broken this path.

Re: [PATCH] drm/radeon: fix regression on atom cards with hardcoded EDID record.

2011-05-01 Thread Alex Deucher
On Sun, May 1, 2011 at 5:03 PM, Dave Airlie airl...@gmail.com wrote: On Mon, May 2, 2011 at 4:26 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Sun, May 1, 2011 at 6:16 AM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com Since

[Bug 36753] New: Some textures now rendered as completely black after register allocator rewrite.

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36753 Summary: Some textures now rendered as completely black after register allocator rewrite. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All)

Re: [PATCH] drm: Factor-out drm_emit_vblank_event code. (v2)

2011-05-01 Thread Christopher James Halse Rogers
On Fri, 2011-04-29 at 17:55 +0200, Marcin Slusarz wrote: On Fri, Apr 29, 2011 at 01:57:10PM +1000, christopher.halse.rog...@canonical.com wrote: From: Christopher James Halse Rogers christopher.halse.rog...@canonical.com v2: Also pull out the drm_vblank_put call. Signed-off-by:

[PATCH] drm: Factor-out drm_emit_vblank_event code. (v3)

2011-05-01 Thread christopher . halse . rogers
From: Christopher James Halse Rogers christopher.halse.rog...@canonical.com v2: Also pull out the drm_vblank_put call. v3: Always set the reply.sequence value properly. Signed-off-by: Christopher James Halse Rogers christopher.halse.rog...@canonical.com --- drivers/gpu/drm/drm_irq.c | 43

[Bug 36753] Some textures now rendered as completely black after register allocator rewrite.

2011-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36753 --- Comment #1 from Tom Stellard tstel...@gmail.com 2011-05-01 17:22:17 PDT --- Can you run the program with RADEON_DEBUG=fp and post the output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 34212] New: radeon: 3650 AGP lockup on radeon.ko load

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34212 Summary: radeon: 3650 AGP lockup on radeon.ko load Product: Drivers Version: 2.5 Kernel Version: 2.6.39-rc5 + drm-next 1794d25 Platform: All OS/Version: Linux Tree: Mainline

[PATCH 0/2] vga switcheroo: Prevent nouveau irq handler from kill the system

2011-05-01 Thread Alex Williamson
On an Intel/Nvidia hybrid graphics system, using the integrated graphics and powering off the discrete, one of the primary sources of system hangs seems to be the nouveau driver processing interrupts while the device is powered off. This short series removes the unbalanced pci_enable_device()

[PATCH 1/2] vga_switcheroo: Remove unbalanced pci_enable_device

2011-05-01 Thread Alex Williamson
This is unbalanced and probably more fitting for the client to take care of. Remove it. Signed-off-by: Alex Williamson alex.william...@redhat.com --- drivers/gpu/vga/vga_switcheroo.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/vga/vga_switcheroo.c

[Bug 34212] radeon: 3650 AGP lockup on radeon.ko load

2011-05-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34212 --- Comment #1 from Jason Detring detri...@gmail.com 2011-05-02 00:50:49 --- Created an attachment (id=56132) -- (https://bugzilla.kernel.org/attachment.cgi?id=56132) Netconsole output, kernel drm-next 1794d25 -- Configure bugmail: