[PATCH] Fix deadlock in drm_setmaster_ioctl

2009-03-04 Thread Helge Bahmann
Fix deadlock in drm_setmaster_ioctl diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c index 096e2a3..7c8b15b 100644 --- a/drivers/gpu/drm/drm_stub.c +++ b/drivers/gpu/drm/drm_stub.c @@ -168,7 +168,7 @@ int drm_setmaster_ioctl(struct drm_device *dev, void *data,

Re: [PATCH] Fix deadlock in drm_setmaster_ioctl

2009-03-04 Thread Jiri Kosina
On Wed, 4 Mar 2009, Helge Bahmann wrote: Fix deadlock in drm_setmaster_ioctl diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c index 096e2a3..7c8b15b 100644 --- a/drivers/gpu/drm/drm_stub.c +++ b/drivers/gpu/drm/drm_stub.c @@ -168,7 +168,7 @@ int

Re: [Intel-gfx] [PATCH] drm/i915: TV mode_set sync up with 2D driver

2009-03-04 Thread Robert Lowery
Fix TV control save register for untouched bits, and color knobs different definition for 945 and 965 chips. Signed-off-by: Zhenyu Wang zhenyu.z.w...@intel.com --- drivers/gpu/drm/i915/i915_reg.h |2 +- drivers/gpu/drm/i915/intel_tv.c | 11 --- 2 files changed, 9

Re: [PATCH] Fix deadlock in drm_setmaster_ioctl

2009-03-04 Thread Zoltan Boszormenyi
Jiri Kosina írta: On Wed, 4 Mar 2009, Helge Bahmann wrote: Fix deadlock in drm_setmaster_ioctl diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c index 096e2a3..7c8b15b 100644 --- a/drivers/gpu/drm/drm_stub.c +++ b/drivers/gpu/drm/drm_stub.c @@ -168,7 +168,7 @@ int

Re: [PATCH] Fix deadlock in drm_setmaster_ioctl

2009-03-04 Thread Helge Bahmann
Am Wednesday 04 March 2009 11:00:00 schrieb Jiri Kosina: On Wed, 4 Mar 2009, Zoltan Boszormenyi wrote: diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c index 096e2a3..7c8b15b 100644 --- a/drivers/gpu/drm/drm_stub.c +++ b/drivers/gpu/drm/drm_stub.c @@ -168,7

Re: [PATCH] Fix deadlock in drm_setmaster_ioctl

2009-03-04 Thread Dave Airlie
Fix deadlock in drm_setmaster_ioctl Wow, I have this right in my rawhide tree, I must have retyped this when I ported it back. thanks I'll send it to Linus now. Dave. diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c index 096e2a3..7c8b15b 100644 ---

[Bug 20456] New: DRI won't work due to unkown chip id.

2009-03-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20456 Summary: DRI won't work due to unkown chip id. Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 4696] segfault in server-side glXMakeCurrent path with indirect rendering

2009-03-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=4696 --- Comment #11 from Steven Houston ste...@shouston.net 2009-03-04 08:55:18 PST --- Created an attachment (id=23514) -- (http://bugs.freedesktop.org/attachment.cgi?id=23514) Reproduce code This code reproduces the crash on mesa 6.5.1. It

[Bug 4696] segfault in server-side glXMakeCurrent path with indirect rendering

2009-03-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=4696 Steven Houston ste...@shouston.net changed: What|Removed |Added CC||ste...@shouston.net

[Bug 12419] possible circular locking dependency on i915 dma

2009-03-04 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #9 from r...@sisk.pl 2009-03-04 11:44 --- On Wednesday 04 March 2009, Wang Chen wrote: Rafael J. Wysocki said the following on 2009-3-4 3:25: This message has been generated automatically as a part of a report of

[Bug 12771] Oops in i915_gem_flush

2009-03-04 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12771 --- Comment #1 from ka...@colleduc.ee 2009-03-04 12:00 --- The oops still occurs with 2.6.29-rc7. An additional thing to note is that it only happens with EXA turned on, but not with UXA. I compiled my kernel with CONFIG_DEBUG_INFO

Re: [PATCH] Fix deadlock in drm_setmaster_ioctl

2009-03-04 Thread Kristian Høgsberg
On Wed, Mar 4, 2009 at 6:50 AM, Dave Airlie airl...@linux.ie wrote: Fix deadlock in drm_setmaster_ioctl Wow, I have this right in my rawhide tree, I must have retyped this when I ported it back. We need to bump the dri version for this so we don't deadlock on older kernels when the 2d

Re: [PATCH] Fix deadlock in drm_setmaster_ioctl

2009-03-04 Thread Dave Airlie
I ported it back. We need to bump the dri version for this so we don't deadlock on older kernels when the 2d drivers start using this. A second non-kms X server would just fail to initialize DRI before, when we add drmSetMaster() support they will deadlock if we don't make it

Re: [Intel-gfx] [PATCH] drm/i915: TV mode_set sync up with 2D driver

2009-03-04 Thread Wang, Zhenyu Z
On 2009.03.04 15:54:15 +0800, Robert Lowery wrote: Fix TV control save register for untouched bits, and color knobs different definition for 945 and 965 chips. ... This is out of sync now that the following is committed