[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #75 from Myckel Habets --- (In reply to comment #72) > (In reply to comment #71) > > (In reply to comment #69) > > > I went ahead and pushed a split up version of attachment 75373 [details] > > > [review] [review] > > > [review] to m

[Bug 61386] i855 GPU hang with AoE2 under Wine

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61386 Chris Wilson changed: What|Removed |Added Assignee|ch...@chris-wilson.co.uk|dri-devel@lists.freedesktop

[Bug 54381] New: [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=54381 Summary: [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL Product: Drivers Version: 2.5 Kernel Version: 3.7.2 and up Platform: All OS/Version: Linux

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=54381 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #1 f

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58354 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=54381 --- Comment #2 from Sebastian Rose 2013-02-24 16:57:38 --- That explains why the 3 monitor setup works, but 2 monitors plus a projector don't: two of the monitors are the same. Interestingly enough, it works completely fine for any kernel < 3

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=54381 Sebastian Rose changed: What|Removed |Added Kernel Version|3.7.2 and up|3.7.0 and up -- Configure bugmail:

[Bug 61386] i855 GPU hang with AoE2 under Wine

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61386 --- Comment #3 from Bruno --- Created attachment 75452 --> https://bugs.freedesktop.org/attachment.cgi?id=75452&action=edit Second error_state Sole console output from wine: fixme:system:SystemParametersInfoW Unimplemented action: 110 (SPI_GET

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=54381 --- Comment #3 from Alex Deucher 2013-02-24 23:14:49 --- (In reply to comment #2) > That explains why the 3 monitor setup works, but 2 monitors plus a projector > don't: two of the monitors are the same. Interestingly enough, it works > comp

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61182 --- Comment #3 from Eugene Shalygin --- With "glamor" as acceleration method, these crashes are much more rare -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel m

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (boot/grub2 and suspend/resume) (CAYMAN)

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 --- Comment #49 from Alexandre Demers --- What if the problem is not from this code, but underneath? I'll try to suspend and resume without having Xorg running. Would that help in any way? -- You are receiving this mail because: You are the ass

[Bug 61419] New: r600g: No OpenGL Core 3.1 available on Cayman

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61419 Priority: medium Bug ID: 61419 Assignee: dri-devel@lists.freedesktop.org Summary: r600g: No OpenGL Core 3.1 available on Cayman Severity: normal Classification: Unclassified

[Bug 61419] r600g: No OpenGL Core 3.1 available on Cayman

2013-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61419 Alexandre Demers changed: What|Removed |Added Hardware|Other |All -- You are receiving this mail b

Re: resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-24 Thread Dave Airlie
On Mon, Feb 25, 2013 at 3:52 PM, Greg KH wrote: > Hi Ben, > > My Macbook Pro Retina fails to resume properly on 3.8. I tracked this > down to commit 6c5a04249d7afeea3e0ed971e7813f84e29a1706 (drm/nvd0/disp: > move link training helpers into core as display methods) > > Anything I can try to help s

Re: resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-24 Thread Dave Airlie
On Mon, Feb 25, 2013 at 4:06 PM, Dave Airlie wrote: > On Mon, Feb 25, 2013 at 3:52 PM, Greg KH wrote: >> Hi Ben, >> >> My Macbook Pro Retina fails to resume properly on 3.8. I tracked this >> down to commit 6c5a04249d7afeea3e0ed971e7813f84e29a1706 (drm/nvd0/disp: >> move link training helpers in

Re: [PATCH v4 6/9] drm/tegra: Implement page-flipping support

2013-02-24 Thread Thierry Reding
On Fri, Feb 22, 2013 at 05:13:47PM +0100, Mario Kleiner wrote: > On 02/21/2013 03:35 PM, Thierry Reding wrote: > >All the necessary support bits like .mode_set_base() and VBLANK are now > >available, so page-flipping case easily be implemented on top. > > > >Signed-off-by: Thierry Reding > >--- >

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (boot/grub2 and suspend/resume) (CAYMAN)

2013-02-24 Thread bugzilla-dae...@freedesktop.org
rubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130224/8aeae970/attachment.html>

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2013-02-24 Thread bugzilla-dae...@freedesktop.org
cause: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130224/c5f85bca/attachment.html>

[Bug 61386] i855 GPU hang with AoE2 under Wine

2013-02-24 Thread bugzilla-dae...@freedesktop.org
Wilson --- Slightly puzzling. Is the hang always the same? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130224/c701c

[Bug 54381] New: [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=54381 Summary: [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL Product: Drivers Version: 2.5 Kernel Version: 3.7.2 and up Platform: All OS/Version: Linux

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=54381 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #

[Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

2013-02-24 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130224/20697152/attachment.html>

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=54381 --- Comment #2 from Sebastian Rose 2013-02-24 16:57:38 --- That explains why the 3 monitor setup works, but 2 monitors plus a projector don't: two of the monitors are the same. Interestingly enough, it works completely fine for any kernel < 3

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=54381 Sebastian Rose changed: What|Removed |Added Kernel Version|3.7.2 and up|3.7.0 and up -- Configure bugmail:

[Bug 61386] i855 GPU hang with AoE2 under Wine

2013-02-24 Thread bugzilla-dae...@freedesktop.org
on: 110 (SPI_GETSHOWIMEUI) intel_do_flush_locked failed: Input/output error -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2013022

[Bug 54381] [drm:radeon_atom_pick_pll] *ERROR* unable to allocate a PPLL

2013-02-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=54381 --- Comment #3 from Alex Deucher 2013-02-24 23:14:49 --- (In reply to comment #2) > That explains why the 3 monitor setup works, but 2 monitors plus a projector > don't: two of the monitors are the same. Interestingly enough, it works > comp

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-02-24 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130224/a8e03a7f/attachment.html>

[PATCH 1/2] drivers/gpu/drm/tilcdc/tilcdc_drv.c: adjust duplicate test

2013-02-24 Thread Julia Lawall
From: Julia Lawall Delete successive tests to the same location. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @s exists@ local idexpression y; expression x,e; @@ *if ( \(x == NULL\|IS_ERR(x)\|y != 0\) ) { ... when forall

resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-24 Thread Greg KH
Hi Ben, My Macbook Pro Retina fails to resume properly on 3.8. I tracked this down to commit 6c5a04249d7afeea3e0ed971e7813f84e29a1706 (drm/nvd0/disp: move link training helpers into core as display methods) Anything I can try to help solve this? Note, I'm using the Intel driver as the main cont