r200 page flipping

2009-03-02 Thread Dave Airlie
Hi Roland, when you tested my radeon-rewrite was it on an r100 or r200? Can you check with a clean master checkout whether page flipping works for you at all? RADEON_DEBUG=ioctl ./progs/trivial/clear for me seems to use a copy buffer but it might be a local issue. However the drawable stamp

Re: r200 page flipping

2009-03-02 Thread Dave Airlie
Hi Roland, when you tested my radeon-rewrite was it on an r100 or r200? Can you check with a clean master checkout whether page flipping works for you at all? please can you re-test radeon-rewrite as well, I've pushed a rewrite of the fb handling towards eventually getting fbos going.

[PATCH 1/3] drm: Don't return ERESTARTSYS to user-space.

2009-03-02 Thread thomas
From: Thomas Hellstrom thellst...@vmware.com That return code is for in-kernel use only. Use EINTR instead. Signed-off-by: Thomas Hellstrom thellst...@vmware.com --- drivers/gpu/drm/drm_lock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/drm_lock.c

[PATCH 2/3] drm: Wake up all lock waiters when the master disappears.

2009-03-02 Thread thomas
From: Thomas Hellstrom thellst...@vmware.com Currently only one waiter is woken up, leaving other waiters hanging waiting for the DRM lock. Signed-off-by: Thomas Hellstrom thellst...@vmware.com --- drivers/gpu/drm/drm_bufs.c |2 +- drivers/gpu/drm/drm_stub.c |2 +- 2 files changed, 2

[PATCH 3/3] drm: Avoid client deadlocks when the master disappears.

2009-03-02 Thread thomas
From: Thomas Hellstrom thellst...@vmware.com This is done by 1) Wake up lock waiters when we close the master file descriptor. Not when the master structure is removed, since the latter requires the waiters themselves to release the refcount on the master structure - Deadlock. 2) Send a

[Bug 8732] Composite breaks OpenGL

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=8732 --- Comment #24 from Martin Schaaf mas...@ma-scha.de 2009-03-02 11:11:15 PST --- I can confirm that this is fixed int ubuntu jaunty alpha5 by enabling dri2 and uxa. Thank you very much. -- Configure bugmail:

[Bug 20129] Large texture object obscuring display with radeon driver in dxx-rebirth

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20129 --- Comment #6 from Roland Scheidegger srol...@tungstengraphics.com 2009-03-02 09:56:03 PST --- (In reply to comment #5) Created an attachment (id=23422) -- (http://bugs.freedesktop.org/attachment.cgi?id=23422) [details] Source code

[Bug 12806] New: i915 broken STR

2009-03-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12806 Summary: i915 broken STR Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc6 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal

Re: [TIP,regression,i915] /dev/dri/card0 is no longer present

2009-03-02 Thread Ingo Molnar
* Pallipadi, Venkatesh venkatesh.pallip...@intel.com wrote: On Mon, 2009-03-02 at 13:34 -0800, Ingo Molnar wrote: * Pallipadi, Venkatesh venkatesh.pallip...@intel.com wrote: On Sun, 2009-03-01 at 05:48 -0800, Sitsofe Wheeler wrote: On Sun, Mar 01, 2009 at 12:39:48PM +0100, Ingo

Re: [TIP,regression,i915] /dev/dri/card0 is no longer present

2009-03-02 Thread Ingo Molnar
* Pallipadi, Venkatesh venkatesh.pallip...@intel.com wrote: On Sun, 2009-03-01 at 05:48 -0800, Sitsofe Wheeler wrote: On Sun, Mar 01, 2009 at 12:39:48PM +0100, Ingo Molnar wrote: Thanks, i've reverted the commit for now. Could you please send a 'dmesg' from the bootup with the failed

[Bug 12419] possible circular locking dependency on i915 dma

2009-03-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12419 --- Comment #8 from r...@sisk.pl 2009-03-02 14:17 --- First-Bad-Commit : 546b0974c39657017407c86fe79811100b60700d -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[git pull] drm fixes

2009-03-02 Thread Dave Airlie
Hi Linus, Please pull the 'drm-fixes' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes This contains an intel oops fix, and some fixups to the lock code since it got split into the per-master code. Dave. drivers/gpu/drm/drm_bufs.c |2 +-

[Bug 20129] Large texture object obscuring display with radeon driver in dxx-rebirth

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20129 --- Comment #7 from jsado_...@comcast.net 2009-03-02 16:53:32 PST --- Thanks for the help. I have looked further into the possibility that the application is using multitexturing. As far as I can tell, it is not. There were some stubs of code

[Bug 20129] Large texture object obscuring display with radeon driver in dxx-rebirth

2009-03-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20129 --- Comment #8 from Roland Scheidegger srol...@tungstengraphics.com 2009-03-02 17:53:52 PST --- (In reply to comment #7) So maybe there are two problems here? One is that if you have texture unit 0 disabled and another texture unit

Re: r200 page flipping

2009-03-02 Thread Roland Scheidegger
On 02.03.2009 10:29, Dave Airlie wrote: Hi Roland, when you tested my radeon-rewrite was it on an r100 or r200? Can you check with a clean master checkout whether page flipping works for you at all? please can you re-test radeon-rewrite as well, I've pushed a rewrite of the fb handling

Re: [TIP,regression,i915] /dev/dri/card0 is no longer present

2009-03-02 Thread Pallipadi, Venkatesh
On Sun, 2009-03-01 at 05:48 -0800, Sitsofe Wheeler wrote: On Sun, Mar 01, 2009 at 12:39:48PM +0100, Ingo Molnar wrote: Thanks, i've reverted the commit for now. Could you please send a 'dmesg' from the bootup with the failed driver? By all likelyhood an ioremap failure causes a driver

Re: [TIP,regression,i915] /dev/dri/card0 is no longer present

2009-03-02 Thread Pallipadi, Venkatesh
On Mon, 2009-03-02 at 13:34 -0800, Ingo Molnar wrote: * Pallipadi, Venkatesh venkatesh.pallip...@intel.com wrote: On Sun, 2009-03-01 at 05:48 -0800, Sitsofe Wheeler wrote: On Sun, Mar 01, 2009 at 12:39:48PM +0100, Ingo Molnar wrote: Thanks, i've reverted the commit for now. Could