[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #30 from Camaleón 2012-01-23 23:58:35 PST --- (In reply to comment #29) > I neither see a kernel oops at the "syslog". I just have asked the user if the > system crashed this time again. The user reported that system crashed after a

Re: [3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec

2012-01-23 Thread Torsten Kaiser
On Mon, Jan 23, 2012 at 7:01 PM, Torsten Kaiser wrote: > On Mon, Jan 23, 2012 at 5:57 PM, Jerome Glisse wrote: >> On Sat, Jan 21, 2012 at 08:03:37PM +0100, Torsten Kaiser wrote: >>> After updating to kernel 3.3-rc1 I have experienced a lockup of my GPU. >>> I left my KDE desktop running until the

[Bug 44919] Wayland clients segfault

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44919 Scott Moreau changed: What|Removed |Added Component|Drivers/Gallium/r300|Mesa core -- Configure bugmail: https://

[3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec

2012-01-23 Thread Alexandre Demers
ug.cgi?id=42639). It may or may not be related, but both problems appeared when moving to 3.3-rc1. -- Alexandre Demers -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120123/8d55bb2d/attachment.html>

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Alexandre Demers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #29 from Camale?n 2012-01-23 13:40:19 PST --- (In reply to comment #28) > bugzilla-daemon at freedesktop.org wrote: > > > Dmesg with "drm.debug=6" > > Hm, no page table corruption/crash this time? I neither see a kernel oops at th

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #28 from Jonathan Nieder 2012-01-23 13:25:16 PST --- bugzilla-daemon at freedesktop.org wrote: > Dmesg with "drm.debug=6" Hm, no page table corruption/crash this time? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #27 from Camale?n 2012-01-23 13:25:10 PST --- (In reply to comment #24) > Could you send a log from booting and starting X with drm.debug=6 on > the kernel command line? I'm attaching "syslog" and "dmesg" with the above kernel opti

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #26 from Camale?n 2012-01-23 13:22:08 PST --- Created attachment 56056 --> https://bugs.freedesktop.org/attachment.cgi?id=56056 Syslog with "drm.debug=6" -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #25 from Camale?n 2012-01-23 13:21:32 PST --- Created attachment 56055 --> https://bugs.freedesktop.org/attachment.cgi?id=56055 Dmesg with "drm.debug=6" -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

Re: [3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec

2012-01-23 Thread Alexandre Demers
My two cents here: I'm experiencing the same problem. I've noticed there was a problem earlier in the boot process where the kernel was crying about a deadlock in radeon power management. I opened a bug and I'm bisecting the kernel right now ( https://bugzilla.kernel.org/show_bug.cgi?id=42639). I

[3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec

2012-01-23 Thread Torsten Kaiser
On Mon, Jan 23, 2012 at 5:57 PM, Jerome Glisse wrote: > On Sat, Jan 21, 2012 at 08:03:37PM +0100, Torsten Kaiser wrote: >> After updating to kernel 3.3-rc1 I have experienced a lockup of my GPU. >> I left my KDE desktop running until the screensaver turned off the >> monitors. But on key presses i

[PATCH 1/2] omap2+: add drm device

2012-01-23 Thread Cousson, Benoit
Hi Rob, On 1/13/2012 9:41 PM, Rob Clark wrote: > From: Rob Clark [...] > +static int __init omap_init_gpu(void) Why is the function to init drm device is named gpu? > +{ > + struct omap_hwmod *oh = NULL; > + > + /* lookup and populate the DMM information, if present - OMAP4+ */ > +

[Bug 44919] Wayland clients segfault

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44919 --- Comment #8 from Ran Benita 2012-01-23 17:21:56 PST --- Sorry, here are some more details. ran@ran:~$ uname -sr Linux 3.2.1-1-ARCH ran@ran:~$ lspci | grep nVi 01:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9600 GT] (rev a1

Re: [PATCH 1/2] omap2+: add drm device

2012-01-23 Thread Cousson, Benoit
Hi Rob, On 1/13/2012 9:41 PM, Rob Clark wrote: From: Rob Clark [...] +static int __init omap_init_gpu(void) Why is the function to init drm device is named gpu? +{ + struct omap_hwmod *oh = NULL; + + /* lookup and populate the DMM information, if present - OMAP4+ */ + o

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Michel D?nzer changed: What|Removed |Added Attachment #55913|text/x-log |text/plain mime type|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Michel D?nzer changed: What|Removed |Added Attachment #55912|text/x-log |text/plain mime type|

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #20 from Alexander Konotop 2012-01-23 05:49:49 PST --- Normal 3.2 kernel doesn't work for me. I tried Debian's 3.2rc7 and Aptosid's 3.2 kernels - they don't work. So seems like the patches haven't been merged into 3.2. Maybe not all

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #29 from Camaleón 2012-01-23 13:40:19 PST --- (In reply to comment #28) > bugzilla-dae...@freedesktop.org wrote: > > > Dmesg with "drm.debug=6" > > Hm, no page table corruption/crash this time? I neither see a kernel oops at the "s

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #28 from Jonathan Nieder 2012-01-23 13:25:16 PST --- bugzilla-dae...@freedesktop.org wrote: > Dmesg with "drm.debug=6" Hm, no page table corruption/crash this time? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #27 from Camaleón 2012-01-23 13:25:10 PST --- (In reply to comment #24) > Could you send a log from booting and starting X with drm.debug=6 on > the kernel command line? I'm attaching "syslog" and "dmesg" with the above kernel optio

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #26 from Camaleón 2012-01-23 13:22:08 PST --- Created attachment 56056 --> https://bugs.freedesktop.org/attachment.cgi?id=56056 Syslog with "drm.debug=6" -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 43835] System crashes when radeon firmware blob (R520_cp.bin) is installed

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #25 from Camaleón 2012-01-23 13:21:32 PST --- Created attachment 56055 --> https://bugs.freedesktop.org/attachment.cgi?id=56055 Dmesg with "drm.debug=6" -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

[3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec

2012-01-23 Thread Jerome Glisse
On Sat, Jan 21, 2012 at 08:03:37PM +0100, Torsten Kaiser wrote: > After updating to kernel 3.3-rc1 I have experienced a lockup of my GPU. > I left my KDE desktop running until the screensaver turned off the > monitors. But on key presses it would not turn back on. Ctrl+Alt+F1 to > switch to another

[PATCH] drm/radeon: avoid deadlock if GPU lockup is detected in ib_pool_get

2012-01-23 Thread Jerome Glisse
If GPU lockup is detected in ib_pool get we are holding the ib_pool mutex that will be needed by the GPU reset code. As ib_pool code is safe to be reentrant from GPU reset code we should not block if we are trying to get the ib pool lock on the behalf of the same userspace caller, thus use the rade

[PATCH] drm/radeon/kms: add some missing semaphore init

2012-01-23 Thread Michel Dänzer
On Fre, 2012-01-20 at 14:47 -0500, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Signed-off-by: Alex Deucher Reviewed-by: Michel D?nzer -- Earthling Michel D?nzer | http://www.amd.com Libre software enthusiast | Debian, X and DRI deve

[PATCH 1/2] omap2+: add drm device

2012-01-23 Thread Rob Clark
On Mon, Jan 23, 2012 at 11:24 AM, Cousson, Benoit wrote: > Hi Rob, > > On 1/13/2012 9:41 PM, Rob Clark wrote: >> >> From: Rob Clark > > > [...] > >> +static int __init omap_init_gpu(void) > > > Why is the function to init drm device is named gpu? > drm drivers are typically gpu drivers (although

Patch to add hp t5745 thin client to no-lvds list

2012-01-23 Thread Adam Jackson
mi matching is case sensitive. - ajax -- 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/20120123/2b9bcc82/attachment-0001.pgp>

Re: [3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec

2012-01-23 Thread Torsten Kaiser
On Mon, Jan 23, 2012 at 5:57 PM, Jerome Glisse wrote: > On Sat, Jan 21, 2012 at 08:03:37PM +0100, Torsten Kaiser wrote: >> After updating to kernel 3.3-rc1 I have experienced a lockup of my GPU. >> I left my KDE desktop running until the screensaver turned off the >> monitors. But on key presses i

Re: [PATCH 1/2] omap2+: add drm device

2012-01-23 Thread Rob Clark
On Mon, Jan 23, 2012 at 11:24 AM, Cousson, Benoit wrote: > Hi Rob, > > On 1/13/2012 9:41 PM, Rob Clark wrote: >> >> From: Rob Clark > > > [...] > >> +static int __init omap_init_gpu(void) > > > Why is the function to init drm device is named gpu? > drm drivers are typically gpu drivers (although

Re: [3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec

2012-01-23 Thread Jerome Glisse
On Sat, Jan 21, 2012 at 08:03:37PM +0100, Torsten Kaiser wrote: > After updating to kernel 3.3-rc1 I have experienced a lockup of my GPU. > I left my KDE desktop running until the screensaver turned off the > monitors. But on key presses it would not turn back on. Ctrl+Alt+F1 to > switch to another

Re: Patch to add hp t5745 thin client to no-lvds list

2012-01-23 Thread Adam Jackson
On Tue, 2012-01-17 at 17:31 +0100, Daniel Vetter wrote: > On Wed, Jan 04, 2012 at 05:50:36PM -0500, Marc Gariépy wrote: > > Sorry for the mistake, i made a typo when correcting the indentation issue > > i had. > > here is the correct patch and also the dmidecode from the thin client. > > Signed-Of

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Michel Dänzer changed: What|Removed |Added Attachment #55913|text/x-log |text/plain mime type|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Michel Dänzer changed: What|Removed |Added Attachment #55912|text/x-log |text/plain mime type|

[Bug 41569] [r600 KMS] Asus A53T A4-3400

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41569 --- Comment #20 from Alexander Konotop 2012-01-23 05:49:49 PST --- Normal 3.2 kernel doesn't work for me. I tried Debian's 3.2rc7 and Aptosid's 3.2 kernels - they don't work. So seems like the patches haven't been merged into 3.2. Maybe not all

Re: [PATCH] drm/radeon/kms: add some missing semaphore init

2012-01-23 Thread Michel Dänzer
On Fre, 2012-01-20 at 14:47 -0500, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Signed-off-by: Alex Deucher Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Debian, X and DRI develop