[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2012-01-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #18 from Florian Mickler 2012-01-24 23:15:56 --- Is this still a problem in 3.2 / 3.3-rc1? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[PATCH] drm/nouveau: fix move notify callback

2012-01-24 Thread John Doe
On vram buffer eviction the ttm_bo_move_accel_cleanup will the mm_node field of struct ttm_mem_reg of new_mem placement to NULL. As move notify call back is now call after ttm_bo_move_accel_cleanup it was using NULL ptr for mm_node. Signed-off-by: Jerome Glisse ---

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

2012-01-24 Thread Rob Clark
On Tue, Jan 24, 2012 at 8:17 PM, Felipe Contreras wrote: > On Tue, Jan 24, 2012 at 5:54 PM, Rob Clark wrote: >> On Tue, Jan 24, 2012 at 9:33 AM, Felipe Contreras >> wrote: >>> On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark wrote: On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras wrote:

[PATCH] drm/radeon/kms: add support for streamout v4

2012-01-24 Thread Alex Deucher
On Tue, Jan 24, 2012 at 6:43 PM, Jerome Glisse wrote: > On Tue, Jan 24, 2012 at 05:17:18PM -0500, alexdeucher at gmail.com wrote: >> From: Marek Ol??k >> >> v2: agd5f: add strmout CS checking, copy_dw register checking >> >> v3: agd5f: don't use cs_check_reg() for copy_dw checking as it >> will

[PATCH] drm/radeon/kms: add support for streamout v5

2012-01-24 Thread alexdeuc...@gmail.com
From: Marek Ol??k v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw checking as it will incorrectly patch the command stream for certain regs. v4: agd5f: add warning if safe reg check fails for copy_dw v5: agd5f:

[Bug 27942] Screen garbled with GeForce 6150 Force 430

2012-01-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=27942 --- Comment #4 from Simon Deziel 2012-01-24 19:45:48 --- Please disregard my comments (#2 and #3) as I'm looking at the wrong bug obviously. My problem is apparently solvable by https://lkml.org/lkml/2010/12/6/464 as outlined by Konrad

[PATCH] drm/radeon: silence out possible lock dependency warning

2012-01-24 Thread Alexandre Demers
I suppose I can stop bisecting kernel about this possible lock and close the bug then? -- Alexandre Demers

[Bug 27942] Screen garbled with GeForce 6150 Force 430

2012-01-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=27942 --- Comment #3 from Simon Deziel 2012-01-24 19:07:35 --- I'm observing a similar issue with various kernels from 3.2 to 3.3rc1. This only manifests when booting a Xen dom0 without "nomodeset" so I'm not sure that's actually the same bug.

[Bug 27942] Screen garbled with GeForce 6150 Force 430

2012-01-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=27942 --- Comment #2 from Simon Deziel 2012-01-24 19:03:24 --- Created an attachment (id=72183) --> (https://bugzilla.kernel.org/attachment.cgi?id=72183) dmesg without "nomodeset" -- Configure bugmail:

[PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Thomas Hellstrom
If the master tries to authenticate a client using drm_authmagic and that client has already closed its drm file descriptor, either wilfully or because it was terminated, the call to drm_authmagic will dereference a stale pointer into kmalloc'ed memory and corrupt it. Typically this results in a

[PATCH] drm/radeon/kms: add support for streamout v4

2012-01-24 Thread Jerome Glisse
On Tue, Jan 24, 2012 at 05:17:18PM -0500, alexdeucher at gmail.com wrote: > From: Marek Ol??k > > v2: agd5f: add strmout CS checking, copy_dw register checking > > v3: agd5f: don't use cs_check_reg() for copy_dw checking as it > will incorrectly patch the command stream for certain regs. > >

[next] Null pointer dereference in nouveau_vm_map_sg

2012-01-24 Thread Jerome Glisse
On Sun, Jan 22, 2012 at 01:33:16PM -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 17, 2012 at 12:57:50AM +0100, Martin Nyhus wrote: > > On Monday 16. January 2012 21:30:59 Jerome Glisse wrote: > > > On Sun, Jan 15, 2012 at 10:31:08PM +0100, Martin Nyhus wrote: > > > > In some cases mem will be

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

2012-01-24 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark wrote: > On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras > wrote: >> On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark wrote: >>> On Mon, Jan 16, 2012 at 10:59 AM, Felipe Contreras >>> wrote: #if defined(CONFIG_DRM_OMAP) ||

[PATCH] drm/radeon/kms: add support for streamout v4

2012-01-24 Thread alexdeuc...@gmail.com
From: Marek Ol??k v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw checking as it will incorrectly patch the command stream for certain regs. v4: agd5f: add warning if safe reg check fails for copy_dw

[PATCH] drm/radeon/kms: add support for streamout v3

2012-01-24 Thread alexdeuc...@gmail.com
From: Marek Ol??k v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw checking as it will incorrectly patch the command stream for certain regs. Signed-off-by: Marek Ol??k Signed-off-by: Alex Deucher ---

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40776 Michel D?nzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 44919] Wayland clients segfault

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44919 --- Comment #10 from Scott Moreau 2012-01-24 07:56:34 PST --- (In reply to comment #9) > Possible fix: > http://lists.freedesktop.org/archives/mesa-dev/2012-January/018029.html I tested this patch and it solves the issue with weston clients

new GPU hang [was: g33: GPU hangs]

2012-01-24 Thread Jiri Slaby
On 01/18/2012 12:43 PM, Daniel Vetter wrote: >>> From 2b76187d2f5fc2352e391914b1828f91f93bb356 Mon Sep 17 00:00:00 2001 >>> From: Chris Wilson >>> Date: Tue, 29 Nov 2011 15:12:16 + >>> Subject: [PATCH] drm/i915: Only clear the GPU domains upon a successful >>> finish >> >> Hi, do you plan to

[PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Daniel Vetter
On Tue, Jan 24, 2012 at 10:31:46AM +0100, Thomas Hellstrom wrote: > If the master tries to authenticate a client using drm_authmagic and > that client has already closed its drm file descriptor, > either wilfully or because it was terminated, the > call to drm_authmagic will dereference a stale

[Bug 40034] E-350 misprocesses shader

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40034 --- Comment #10 from Lauri Kasanen 2012-01-24 07:11:39 PST --- I can test on the weekend. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40776 --- Comment #5 from Fabio Pedretti 2012-01-24 06:18:21 PST --- (In reply to comment #4) > Is this still an issue with the latest mesa git? Yes -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 44919] Wayland clients segfault

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44919 --- Comment #9 from Alex Deucher 2012-01-24 06:15:48 PST --- Possible fix: http://lists.freedesktop.org/archives/mesa-dev/2012-January/018029.html -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40776 --- Comment #4 from Alex Deucher 2012-01-24 05:58:55 PST --- Is this still an issue with the latest mesa git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Bug 40034] E-350 misprocesses shader

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40034 --- Comment #9 from Alex Deucher 2012-01-24 05:58:00 PST --- Is this still an issue with latest git? This commit looks relevant: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d89c96c75dbb9c003e4643942f2cce8d6cd4995b -- Configure bugmail:

[PATCH] drm/radeon: silence out possible lock dependency warning

2012-01-24 Thread j.gli...@gmail.com
From: Jerome Glisse Silence out the lock dependency warning by moving bo allocation out of ib mutex protected section. Might lead to useless temporary allocation but it's not harmful as such things only happen at initialization. Signed-off-by: Jerome Glisse ---

[PATCH] drm/radeon/kms: add support for streamout v2

2012-01-24 Thread alexdeuc...@gmail.com
From: Marek Ol??k v2: agd5f: add strmout CS checking, copy_dw register checking Signed-off-by: Marek Ol??k Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen_cs.c | 114 +-- drivers/gpu/drm/radeon/evergreend.h |9 ++

Looking for libsegfault

2012-01-24 Thread Rafał Miłecki
Hey, I want to do some RE-ing and I'm looking for libsegfault to trace Xorg driver ops. Unfortunately I can't find libsegfault at http://people.freedesktop.org/~glisse/ anymore. Can someone share this, please? -- Rafa?

[PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Thomas Hellstrom
If the master tries to authenticate a client using drm_authmagic and that client has already closed its drm file descriptor, either wilfully or because it was terminated, the call to drm_authmagic will dereference a stale pointer into kmalloc'ed memory and corrupt it. Typically this results in a

Looking for libsegfault

2012-01-24 Thread Jerome Glisse
2012/1/24 Rafa? Mi?ecki : > Hey, > > I want to do some RE-ing and I'm looking for libsegfault to trace Xorg > driver ops. Unfortunately I can't find libsegfault at > http://people.freedesktop.org/~glisse/ anymore. > > Can someone share this, please? > > -- > Rafa? You better of using valgrind. I

[PATCH] drm/nouveau: fix ttm move notify callback

2012-01-24 Thread Konrad Rzeszutek Wilk
On Tue, Jan 10, 2012 at 01:46:05PM +1000, Ben Skeggs wrote: > On Fri, 2012-01-06 at 16:00 -0500, Jerome Glisse wrote: > > On Fri, Jan 06, 2012 at 02:52:49PM -0500, Konrad Rzeszutek Wilk wrote: > > > > Still having difficulty to reproduce can you reproduce with the attached > > > > printk debuging

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

2012-01-24 Thread Rob Clark
On Tue, Jan 24, 2012 at 9:33 AM, Felipe Contreras wrote: > On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark wrote: >> On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras >> wrote: >>> On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark wrote: On Mon, Jan 16, 2012 at 10:59 AM, Felipe Contreras

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

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #32 from Camale?n 2012-01-24 01:16:03 PST --- (In reply to comment #31) > bugzilla-daemon at freedesktop.org wrote: > > > The user reported that system crashed after a while. > > Interesting --- so it sounds like there is a random

[PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Greg KH
On Tue, Jan 24, 2012 at 10:31:46AM +0100, Thomas Hellstrom wrote: > If the master tries to authenticate a client using drm_authmagic and > that client has already closed its drm file descriptor, > either wilfully or because it was terminated, the > call to drm_authmagic will dereference a stale

[PATCH 1/2] drm/radeon: fix invalid memory access in radeon_atrm_get_bios()

2012-01-24 Thread Alex Deucher
On Sun, Jan 22, 2012 at 9:43 AM, Igor Murzov wrote: > From 77c912ea1eca50a93a34d5be69f9dc96a8bef0d8 Mon Sep 17 00:00:00 2001 > From: Igor Murzov > Date: Sun, 22 Jan 2012 19:02:27 +0400 > Subject: [PATCH 1/2] drm/radeon: fix invalid memory access in > radeon_atrm_get_bios() > > At a boot time I

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

2012-01-24 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

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

2012-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #31 from Jonathan Nieder 2012-01-24 00:00:35 PST --- bugzilla-daemon at freedesktop.org wrote: > The user reported that system crashed after a while. Interesting --- so it sounds like there is a random element to this, too. Can

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

2012-01-24 Thread bugzilla-dae...@freedesktop.org
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

No subject

2012-01-24 Thread
GPU lockup CP stall for more than 1msec Jan 23 23:53:54 thoregon kernel: [17121.080137] GPU lockup (waiting for 0x002080B7 last fence id 0x002080B6) Jan 23 23:53:54 thoregon kernel: [17121.096334] radeon :07:00.0: GPU softreset Jan 23 23:53:54 thoregon kernel: [17121.096341] radeon

[Bug 44919] Wayland clients segfault

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

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

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

[Bug 44919] Wayland clients segfault

2012-01-24 Thread bugzilla-dae...@freedesktop.org
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 at ran:~$ uname -sr Linux 3.2.1-1-ARCH ran at ran:~$ lspci | grep nVi 01:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9600 GT]

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

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #31 from Jonathan Nieder jrnie...@gmail.com 2012-01-24 00:00:35 PST --- bugzilla-dae...@freedesktop.org wrote: The user reported that system crashed after a while. Interesting --- so it sounds like there is a random element to

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

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43835 --- Comment #32 from Camaleón noela...@gmail.com 2012-01-24 01:16:03 PST --- (In reply to comment #31) bugzilla-dae...@freedesktop.org wrote: The user reported that system crashed after a while. Interesting --- so it sounds like there is

[PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Thomas Hellstrom
If the master tries to authenticate a client using drm_authmagic and that client has already closed its drm file descriptor, either wilfully or because it was terminated, the call to drm_authmagic will dereference a stale pointer into kmalloc'ed memory and corrupt it. Typically this results in a

Looking for libsegfault

2012-01-24 Thread Rafał Miłecki
Hey, I want to do some RE-ing and I'm looking for libsegfault to trace Xorg driver ops. Unfortunately I can't find libsegfault at http://people.freedesktop.org/~glisse/ anymore. Can someone share this, please? -- Rafał ___ dri-devel mailing list

[Bug 40034] E-350 misprocesses shader

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40034 --- Comment #9 from Alex Deucher ag...@yahoo.com 2012-01-24 05:58:00 PST --- Is this still an issue with latest git? This commit looks relevant: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d89c96c75dbb9c003e4643942f2cce8d6cd4995b --

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40776 --- Comment #4 from Alex Deucher ag...@yahoo.com 2012-01-24 05:58:55 PST --- Is this still an issue with the latest mesa git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [PATCH 1/2] drm/radeon: fix invalid memory access in radeon_atrm_get_bios()

2012-01-24 Thread Alex Deucher
On Sun, Jan 22, 2012 at 9:43 AM, Igor Murzov intergalactic.anonym...@gmail.com wrote: From 77c912ea1eca50a93a34d5be69f9dc96a8bef0d8 Mon Sep 17 00:00:00 2001 From: Igor Murzov e-m...@date.by Date: Sun, 22 Jan 2012 19:02:27 +0400 Subject: [PATCH 1/2] drm/radeon: fix invalid memory access in

[Bug 44919] Wayland clients segfault

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44919 --- Comment #9 from Alex Deucher ag...@yahoo.com 2012-01-24 06:15:48 PST --- Possible fix: http://lists.freedesktop.org/archives/mesa-dev/2012-January/018029.html -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40776 --- Comment #5 from Fabio Pedretti fabio@libero.it 2012-01-24 06:18:21 PST --- (In reply to comment #4) Is this still an issue with the latest mesa git? Yes -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

Re: [PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Daniel Vetter
On Tue, Jan 24, 2012 at 10:31:46AM +0100, Thomas Hellstrom wrote: If the master tries to authenticate a client using drm_authmagic and that client has already closed its drm file descriptor, either wilfully or because it was terminated, the call to drm_authmagic will dereference a stale

new GPU hang [was: g33: GPU hangs]

2012-01-24 Thread Jiri Slaby
On 01/18/2012 12:43 PM, Daniel Vetter wrote: From 2b76187d2f5fc2352e391914b1828f91f93bb356 Mon Sep 17 00:00:00 2001 From: Chris Wilson ch...@chris-wilson.co.uk Date: Tue, 29 Nov 2011 15:12:16 + Subject: [PATCH] drm/i915: Only clear the GPU domains upon a successful finish Hi, do you

[Bug 40034] E-350 misprocesses shader

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40034 --- Comment #10 from Lauri Kasanen cur...@operamail.com 2012-01-24 07:11:39 PST --- I can test on the weekend. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

Re: Looking for libsegfault

2012-01-24 Thread Jerome Glisse
2012/1/24 Rafał Miłecki zaj...@gmail.com: Hey, I want to do some RE-ing and I'm looking for libsegfault to trace Xorg driver ops. Unfortunately I can't find libsegfault at http://people.freedesktop.org/~glisse/ anymore. Can someone share this, please? -- Rafał You better of using

Re: [PATCH] drm/nouveau: fix ttm move notify callback

2012-01-24 Thread Konrad Rzeszutek Wilk
On Tue, Jan 10, 2012 at 01:46:05PM +1000, Ben Skeggs wrote: On Fri, 2012-01-06 at 16:00 -0500, Jerome Glisse wrote: On Fri, Jan 06, 2012 at 02:52:49PM -0500, Konrad Rzeszutek Wilk wrote: Still having difficulty to reproduce can you reproduce with the attached printk debuging patch and

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

2012-01-24 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 10:59 AM, Felipe Contreras

[Bug 44919] Wayland clients segfault

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44919 --- Comment #10 from Scott Moreau ore...@gmail.com 2012-01-24 07:56:34 PST --- (In reply to comment #9) Possible fix: http://lists.freedesktop.org/archives/mesa-dev/2012-January/018029.html I tested this patch and it solves the issue with

[PATCH] drm/radeon/kms: add support for streamout v2

2012-01-24 Thread alexdeucher
From: Marek Olšák mar...@gmail.com v2: agd5f: add strmout CS checking, copy_dw register checking Signed-off-by: Marek Olšák mar...@gmail.com Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/radeon/evergreen_cs.c | 114 +--

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2012-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40776 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH] drm/radeon: silence out possible lock dependency warning

2012-01-24 Thread j . glisse
From: Jerome Glisse jgli...@redhat.com Silence out the lock dependency warning by moving bo allocation out of ib mutex protected section. Might lead to useless temporary allocation but it's not harmful as such things only happen at initialization. Signed-off-by: Jerome Glisse jgli...@redhat.com

Re: [PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Greg KH
On Tue, Jan 24, 2012 at 10:31:46AM +0100, Thomas Hellstrom wrote: If the master tries to authenticate a client using drm_authmagic and that client has already closed its drm file descriptor, either wilfully or because it was terminated, the call to drm_authmagic will dereference a stale

[PATCH] drm: Fix authentication kernel crash

2012-01-24 Thread Thomas Hellstrom
If the master tries to authenticate a client using drm_authmagic and that client has already closed its drm file descriptor, either wilfully or because it was terminated, the call to drm_authmagic will dereference a stale pointer into kmalloc'ed memory and corrupt it. Typically this results in a

[Bug 27942] Screen garbled with GeForce 6150 Force 430

2012-01-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=27942 --- Comment #2 from Simon Deziel simon.dez...@gmail.com 2012-01-24 19:03:24 --- Created an attachment (id=72183) -- (https://bugzilla.kernel.org/attachment.cgi?id=72183) dmesg without nomodeset -- Configure bugmail:

[Bug 27942] Screen garbled with GeForce 6150 Force 430

2012-01-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=27942 --- Comment #3 from Simon Deziel simon.dez...@gmail.com 2012-01-24 19:07:35 --- I'm observing a similar issue with various kernels from 3.2 to 3.3rc1. This only manifests when booting a Xen dom0 without nomodeset so I'm not sure that's

[Bug 27942] Screen garbled with GeForce 6150 Force 430

2012-01-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=27942 --- Comment #4 from Simon Deziel simon.dez...@gmail.com 2012-01-24 19:45:48 --- Please disregard my comments (#2 and #3) as I'm looking at the wrong bug obviously. My problem is apparently solvable by https://lkml.org/lkml/2010/12/6/464 as

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

2012-01-24 Thread Rob Clark
On Tue, Jan 24, 2012 at 9:33 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark

[PATCH] drm/radeon/kms: add support for streamout v3

2012-01-24 Thread alexdeucher
From: Marek Olšák mar...@gmail.com v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw checking as it will incorrectly patch the command stream for certain regs. Signed-off-by: Marek Olšák mar...@gmail.com Signed-off-by: Alex Deucher

[PATCH] drm/radeon/kms: add support for streamout v4

2012-01-24 Thread alexdeucher
From: Marek Olšák mar...@gmail.com v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw checking as it will incorrectly patch the command stream for certain regs. v4: agd5f: add warning if safe reg check fails for copy_dw Signed-off-by:

Re: [next] Null pointer dereference in nouveau_vm_map_sg

2012-01-24 Thread Jerome Glisse
On Sun, Jan 22, 2012 at 01:33:16PM -0500, Konrad Rzeszutek Wilk wrote: On Tue, Jan 17, 2012 at 12:57:50AM +0100, Martin Nyhus wrote: On Monday 16. January 2012 21:30:59 Jerome Glisse wrote: On Sun, Jan 15, 2012 at 10:31:08PM +0100, Martin Nyhus wrote: In some cases mem will be null in

[Bug 39832] HDA ATI HDMI: no sound with 3.0 - 2.6.39.3 works

2012-01-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39832 --- Comment #18 from Florian Mickler flor...@mickler.org 2012-01-24 23:15:56 --- Is this still a problem in 3.2 / 3.3-rc1? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [PATCH] drm/radeon/kms: add support for streamout v4

2012-01-24 Thread Jerome Glisse
On Tue, Jan 24, 2012 at 05:17:18PM -0500, alexdeuc...@gmail.com wrote: From: Marek Olšák mar...@gmail.com v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw checking as it will incorrectly patch the command stream for certain regs.

Re: [PATCH] drm/radeon: silence out possible lock dependency warning

2012-01-24 Thread Alexandre Demers
I suppose I can stop bisecting kernel about this possible lock and close the bug then? -- Alexandre Demers ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] drm/radeon/kms: add support for streamout v4

2012-01-24 Thread Marek Olšák
Sorry Jerome, I didn't have time to properly finish the patch and update the CS checker properly. Also evergreen_cs_track_check has been a no-op for a long time and this patch doesn't make it any more exploitable. Marek On Wed, Jan 25, 2012 at 12:43 AM, Jerome Glisse j.gli...@gmail.com wrote:

[PATCH] drm/radeon/kms: add support for streamout v5

2012-01-24 Thread alexdeucher
From: Marek Olšák mar...@gmail.com v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw checking as it will incorrectly patch the command stream for certain regs. v4: agd5f: add warning if safe reg check fails for copy_dw v5: agd5f: add

Re: [PATCH] drm/radeon/kms: add support for streamout v4

2012-01-24 Thread Alex Deucher
On Tue, Jan 24, 2012 at 6:43 PM, Jerome Glisse j.gli...@gmail.com wrote: On Tue, Jan 24, 2012 at 05:17:18PM -0500, alexdeuc...@gmail.com wrote: From: Marek Olšák mar...@gmail.com v2: agd5f: add strmout CS checking, copy_dw register checking v3: agd5f: don't use cs_check_reg() for copy_dw

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

2012-01-24 Thread Felipe Contreras
On Tue, Jan 24, 2012 at 5:54 PM, Rob Clark rob.cl...@linaro.org wrote: On Tue, Jan 24, 2012 at 9:33 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras

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

2012-01-24 Thread Rob Clark
On Tue, Jan 24, 2012 at 8:17 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Tue, Jan 24, 2012 at 5:54 PM, Rob Clark rob.cl...@linaro.org wrote: On Tue, Jan 24, 2012 at 9:33 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark

[PATCH] drm/ttm: fix two regressions since move_notify changes

2012-01-24 Thread Ben Skeggs
From: Ben Skeggs bske...@redhat.com Both changes in dc97b3409a790d2a21aac6e5cdb99558b5944119 cause serious regressions in the nouveau driver. move_notify() was originally able to presume that bo-mem is the old node, and new_mem is the new node. The above commit moves the call to move_notify()

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-24 Thread Semwal, Sumit
On Sat, Jan 21, 2012 at 11:02 PM, Daniel Vetter dan...@ffwll.ch wrote: On Fri, Jan 20, 2012 at 10:04:57AM -0800, Robert Morell wrote: On Wed, Jan 18, 2012 at 01:10:04AM -0800, Semwal, Sumit wrote: On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell rmor...@nvidia.com wrote: EXPORT_SYMBOL_GPL is