Re: [Intel-gfx] [PATCH v2] drm/i915/skl: Implement the skl version of MMIO flips

2014-10-28 Thread Ville Syrjälä
On Tue, Oct 28, 2014 at 10:57:45AM +, Damien Lespiau wrote: > Because the plane registers are different in Skylake we need to adapt > the MMIO code as well. > > v2: Don't introduce yet another vfunc when the direction is do > consolidate the plane updates to use the same code path (Daniel) >

[Intel-gfx] [PATCH v2] drm/i915/skl: Implement the skl version of MMIO flips

2014-10-28 Thread Damien Lespiau
Because the plane registers are different in Skylake we need to adapt the MMIO code as well. v2: Don't introduce yet another vfunc when the direction is do consolidate the plane updates to use the same code path (Daniel) Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/intel_display.c | 3