Re: [Intel-gfx] [PATCH] drm/i915: use wake_up instead of drm wrapper.

2010-05-28 Thread Jesse Barnes
On Fri, 28 May 2010 19:55:24 +1000 Dave Airlie wrote: > On Fri, May 28, 2010 at 7:12 PM, Daniel Vetter wrote: > > On Fri, May 28, 2010 at 01:02:08PM +1000, Dave Airlie wrote: > >> This fixes a regression in the copy fb code we use to get seamless > >> startup on Fedora/RHEL, without this fix, we

Re: [Intel-gfx] [PATCH] drm/i915: use wake_up instead of drm wrapper.

2010-05-28 Thread Dave Airlie
On Fri, May 28, 2010 at 7:12 PM, Daniel Vetter wrote: > On Fri, May 28, 2010 at 01:02:08PM +1000, Dave Airlie wrote: >> This fixes a regression in the copy fb code we use to get seamless >> startup on Fedora/RHEL, without this fix, we block forever in the wait >> when starting X. > > I've just che

Re: [Intel-gfx] [PATCH] drm/i915: use wake_up instead of drm wrapper.

2010-05-28 Thread Daniel Vetter
On Fri, May 28, 2010 at 01:02:08PM +1000, Dave Airlie wrote: > This fixes a regression in the copy fb code we use to get seamless > startup on Fedora/RHEL, without this fix, we block forever in the wait > when starting X. I've just checked latest -linus and found in include/drm/drm_os_linux.h: #d

[Intel-gfx] [PATCH] drm/i915: use wake_up instead of drm wrapper.

2010-05-27 Thread Dave Airlie
From: Dave Airlie Since b9241ea31fae4887104e5d1b3b18f4009c25a0c4 drm/i915: Don't wait interruptible for possible plane buffer flush and previous to that 48764bf43f746113fc77877d7e80f2df23ca4cbb drm/i915: add i915_lp_ring_sync helper The irq wait queue has uninterruptible waiters, however the DR