Re: [Intel-gfx] [PATCH] drm/i915: Make wait-for-pending-flips more defensive

2014-08-26 Thread Daniel Vetter
On Tue, Aug 26, 2014 at 02:49:07PM +0300, Jani Nikula wrote: > On Wed, 20 Aug 2014, Chris Wilson wrote: > > Be sure to always flush a stuck pageflip even if we couldn't possibly > > expect one to be there. > > > > References: https://bugs.freedesktop.org/show_bug.cgi?id=82612 > > Signed-off-by: Ch

Re: [Intel-gfx] [PATCH] drm/i915: Make wait-for-pending-flips more defensive

2014-08-26 Thread Chris Wilson
On Tue, Aug 26, 2014 at 02:49:07PM +0300, Jani Nikula wrote: > On Wed, 20 Aug 2014, Chris Wilson wrote: > > Be sure to always flush a stuck pageflip even if we couldn't possibly > > expect one to be there. > > > > References: https://bugs.freedesktop.org/show_bug.cgi?id=82612 > > Signed-off-by: Ch

Re: [Intel-gfx] [PATCH] drm/i915: Make wait-for-pending-flips more defensive

2014-08-26 Thread Jani Nikula
On Wed, 20 Aug 2014, Chris Wilson wrote: > Be sure to always flush a stuck pageflip even if we couldn't possibly > expect one to be there. > > References: https://bugs.freedesktop.org/show_bug.cgi?id=82612 > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/intel_display.c | 12 +-

Re: [Intel-gfx] [PATCH] drm/i915: Make wait-for-pending-flips more defensive

2014-08-20 Thread Ville Syrjälä
On Wed, Aug 20, 2014 at 01:13:34PM +0100, Chris Wilson wrote: > Be sure to always flush a stuck pageflip even if we couldn't possibly > expect one to be there. > > References: https://bugs.freedesktop.org/show_bug.cgi?id=82612 > Signed-off-by: Chris Wilson Reviewed-by: Ville Syrjälä > --- > d

[Intel-gfx] [PATCH] drm/i915: Make wait-for-pending-flips more defensive

2014-08-20 Thread Chris Wilson
Be sure to always flush a stuck pageflip even if we couldn't possibly expect one to be there. References: https://bugs.freedesktop.org/show_bug.cgi?id=82612 Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_display.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) di