[PATCH] drm: Fix regression in disable polling e58f637

2010-09-06 Thread Chris Wilson
I broke out my trusty i845 and found a new boot failure, which upon inspection turned out to be a recursion within: drm_helper_probe_single_connector_modes() -> drm_helper_hpd_irq_event() -> intel_crt_detect() -> drm_helper_probe_single_connector_modes() Calling drm_kms_helper_poll_enable() inste

[git pull] drm fixes

2010-09-06 Thread Dave Airlie
I sent a pull req last week you can ignore in favour of this one. radeon + nouveau + a couple of core fixes. Important radeon evergreen fix, which allows accel to run without locking up the gpu, also a fix for r700 AGP, and a couple of bkl removal fixes for nouveau. Dave. The following chang

[Bug 29556] [rv620] GPU reset followed by black screen

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

[Bug 29556] [rv620] GPU reset followed by black screen

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

[Bug 30049] 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30049 Alex Deucher changed: What|Removed |Added Attachment #38483|application/octet-stream|text/plain mime type|

[Bug 30049] 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30049 Alex Deucher changed: What|Removed |Added Attachment #38483|application/octet-stream|text/plain mime type|

[Bug 30030] [r300g, bisected] Crash in loop_control_visitor::visit_leave(ir_loop*) ()

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30030 Ian Romanick changed: What|Removed |Added Platform|x86-64 (AMD64) |All OS/Version|Linux (All)

[Bug 30030] [r300g, bisected] Crash in loop_control_visitor::visit_leave(ir_loop*) ()

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30030 Ian Romanick changed: What|Removed |Added Platform|x86-64 (AMD64) |All OS/Version|Linux (All)

[Bug 30002] [regression r300g] Menu problem in Tiny and Big

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30002 --- Comment #9 from Ian Romanick 2010-09-06 21:56:40 PDT --- (In reply to comment #7) > (In reply to comment #1) > > The handling of textures with a 0 width, height, or depth is an odd corner > > case > > in the spec, so it's not too surprising

[Bug 30002] [regression r300g] Menu problem in Tiny and Big

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30002 --- Comment #9 from Ian Romanick 2010-09-06 21:56:40 PDT --- (In reply to comment #7) > (In reply to comment #1) > > The handling of textures with a 0 width, height, or depth is an odd corner > > case > > in the spec, so it's not too surprising

[Bug 30044] [R600c] Corruption in Penumbra Overture demo when color tiling is enabled

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30044 --- Comment #1 from Alex Deucher 2010-09-06 21:09:54 PDT --- Please attach your xorg log and dmesg output after running the game with tiling enabled. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are rec

[Bug 30044] [R600c] Corruption in Penumbra Overture demo when color tiling is enabled

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30044 --- Comment #1 from Alex Deucher 2010-09-06 21:09:54 PDT --- Please attach your xorg log and dmesg output after running the game with tiling enabled. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are re

[PATCH] drm: Fix regression in disable polling e58f637

2010-09-06 Thread Chris Wilson
I broke out my trusty i845 and found a new boot failure, which upon inspection turned out to be a recursion within: drm_helper_probe_single_connector_modes() -> drm_helper_hpd_irq_event() -> intel_crt_detect() -> drm_helper_probe_single_connector_modes() Calling drm_kms_helper_poll_enable() inste

[Bug 29901] [r300g] Commit eb430b0e948caf02b9f4095d0e1435880073c2aa breaks swtcl

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #3 from Dave Airlie 2010-09-06 15:33:01 PDT --- weird I'm having trouble reproducing this on real r300 using RADEON_NO_TCL=1 Niels can you give me an exact OSG example to run? blender 2.4 seems fine here. -- Configure bugmail: ht

[Bug 29901] [r300g] Commit eb430b0e948caf02b9f4095d0e1435880073c2aa breaks swtcl

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29901 --- Comment #3 from Dave Airlie 2010-09-06 15:33:01 PDT --- weird I'm having trouble reproducing this on real r300 using RADEON_NO_TCL=1 Niels can you give me an exact OSG example to run? blender 2.4 seems fine here. -- Configure bugmail: ht

[git pull] drm fixes

2010-09-06 Thread Dave Airlie
I sent a pull req last week you can ignore in favour of this one. radeon + nouveau + a couple of core fixes. Important radeon evergreen fix, which allows accel to run without locking up the gpu, also a fix for r700 AGP, and a couple of bkl removal fixes for nouveau. Dave. The following chang

[PATCH] drm: gem objects do not have a handle upon creation

2010-09-06 Thread Chris Wilson
On Sun, 5 Sep 2010 23:54:32 +0100, Chris Wilson wrote: > kref_init(handlecount) initialises the number of handles to 1 upon > creation when it should remain 0 until the first allocation. All the > drivers were working around this by deleting the extra count when they > created the first handle f

[Bug 30036] [r300g] Savage 2: rejected CS

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30036 --- Comment #2 from Sven Arvidsson 2010-09-06 12:14:58 PDT --- Yeah, there are a few other bug reports I have filed where the same error appears "Buffer too small for color buffer", not sure if it's the same bug or just similar symptoms? -- Con

[Bug 30036] [r300g] Savage 2: rejected CS

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30036 --- Comment #2 from Sven Arvidsson 2010-09-06 12:14:58 PDT --- Yeah, there are a few other bug reports I have filed where the same error appears "Buffer too small for color buffer", not sure if it's the same bug or just similar symptoms? -- Con

[Bug 30049] 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30049 --- Comment #1 from Jeff Mahoney 2010-09-06 11:47:53 PDT --- With my debugging patch applied, I get the following output: dst_v CRTC:8 [1148]= 041a [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting [drm:atom_exe

[Bug 30049] 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30049 --- Comment #1 from Jeff Mahoney 2010-09-06 11:47:53 PDT --- With my debugging patch applied, I get the following output: dst_v CRTC:8 [1148]= 041a [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting [drm:atom_exe

[Bug 30049] New: 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30049 Summary: 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity:

[Bug 30049] New: 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30049 Summary: 2.6.36-rc3: divide by zero in radeon_crtc_scaling_mode_fixup Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity:

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

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30048 Summary: [r300g] ColorCube: Too many instructions Product: Mesa Version: git Platform: Other URL: http://www.colorcubestudio.com/ OS/Version: All Status: NEW S

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

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30048 Summary: [r300g] ColorCube: Too many instructions Product: Mesa Version: git Platform: Other URL: http://www.colorcubestudio.com/ OS/Version: All Status: NEW S

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #44 from Da Fox 2010-09-06 08:07:07 PDT --- (In reply to comment #43) > Since I don't know, what's important when calling radeontool, I'll better tell > you what I did: > I booted the new kernel, started X (via kdm), switched to a vt

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #44 from Da Fox 2010-09-06 08:07:07 PDT --- (In reply to comment #43) > Since I don't know, what's important when calling radeontool, I'll better tell > you what I did: > I booted the new kernel, started X (via kdm), switched to a vt

Re: [PATCH] drm: gem objects do not have a handle upon creation

2010-09-06 Thread Chris Wilson
On Sun, 5 Sep 2010 23:54:32 +0100, Chris Wilson wrote: > kref_init(handlecount) initialises the number of handles to 1 upon > creation when it should remain 0 until the first allocation. All the > drivers were working around this by deleting the extra count when they > created the first handle f

[Bug 30044] New: [R600c] Corruption in Penumbra Overture demo when color tiling is enabled

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30044 Summary: [R600c] Corruption in Penumbra Overture demo when color tiling is enabled Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW

[Bug 30044] New: [R600c] Corruption in Penumbra Overture demo when color tiling is enabled

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30044 Summary: [R600c] Corruption in Penumbra Overture demo when color tiling is enabled Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW

[Bug 29996] r600g, bisected: oolite segfaults on init with assertion failure

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29996 Nicolas Kaiser changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 29996] r600g, bisected: oolite segfaults on init with assertion failure

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29996 Nicolas Kaiser changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #43 from Lukas Schneiderbauer 2010-09-06 02:03:38 PDT --- Since I don't know, what's important when calling radeontool, I'll better tell you what I did: I booted the new kernel, started X (via kdm), switched to a vt and used radeonto

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #43 from Lukas Schneiderbauer 2010-09-06 02:03:38 PDT --- Since I don't know, what's important when calling radeontool, I'll better tell you what I did: I booted the new kernel, started X (via kdm), switched to a vt and used radeonto

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #42 from Lukas Schneiderbauer 2010-09-06 01:55:34 PDT --- Created an attachment (id=38469) --> (https://bugs.freedesktop.org/attachment.cgi?id=38469) radeontool regmatch '*' on d594e46ace22afa1621254f6f669e65430048153 + 8e3611308282

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #42 from Lukas Schneiderbauer 2010-09-06 01:55:34 PDT --- Created an attachment (id=38469) --> (https://bugs.freedesktop.org/attachment.cgi?id=38469) radeontool regmatch '*' on d594e46ace22afa1621254f6f669e65430048153 + 8e3611308282

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #41 from Lukas Schneiderbauer 2010-09-06 01:53:49 PDT --- Created an attachment (id=38468) --> (https://bugs.freedesktop.org/attachment.cgi?id=38468) radeontool regmatch '*' on 44ca7478d46aaad488d916f7262253e000ee60f9 -- Configure

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #41 from Lukas Schneiderbauer 2010-09-06 01:53:49 PDT --- Created an attachment (id=38468) --> (https://bugs.freedesktop.org/attachment.cgi?id=38468) radeontool regmatch '*' on 44ca7478d46aaad488d916f7262253e000ee60f9 -- Configure

[Bug 30036] [r300g] Savage 2: rejected CS

2010-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30036 Fabio Pedretti changed: What|Removed |Added CC||fabio@libero.it --- Comment #1 from

[Bug 30036] [r300g] Savage 2: rejected CS

2010-09-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30036 Fabio Pedretti changed: What|Removed |Added CC||fabio.ped at libero.it --- Comment #1 f