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

2014-11-22 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV 367/367

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

2014-11-20 Thread Damien Lespiau
On Thu, Nov 20, 2014 at 04:45:52PM +0200, Ville Syrjälä wrote: > The patch seems whitespace damaged though (lots of spaces where tabs > should be). With that fixed: Oh my, I have no idea how this happnened. Oh well. > Reviewed-by: Ville Syrjälä Thanks! -- Damien __

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

2014-11-20 Thread Ville Syrjälä
On Thu, Nov 20, 2014 at 01:48:35PM +, 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 v4] drm/i915/skl: Implement the skl version of MMIO flips

2014-11-20 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) v3: - Use enum pipe instead of int (Ville) - Also update PLANE_STRIDE wh