Re: [Intel-gfx] [PATCH 26/43] drm/i915/bdw: Always use MMIO flips with Execlists

2014-08-11 Thread Daniel Vetter
On Thu, Jul 24, 2014 at 05:04:34PM +0100, Thomas Daniel wrote: > From: Oscar Mateo > > The normal flip function places things in the ring in the legacy > way, so we either fix that or force MMIO flips always as we do in > this patch. > > Signed-off-by: Oscar Mateo > --- > drivers/gpu/drm/i915/

[Intel-gfx] [PATCH 26/43] drm/i915/bdw: Always use MMIO flips with Execlists

2014-07-24 Thread Thomas Daniel
From: Oscar Mateo The normal flip function places things in the ring in the legacy way, so we either fix that or force MMIO flips always as we do in this patch. Signed-off-by: Oscar Mateo --- drivers/gpu/drm/i915/intel_display.c |2 ++ drivers/gpu/drm/i915/intel_lrc.c |3 ++- 2 fil