Re: [Intel-gfx] [PATCH 2/3] drm/i915: Unify skylake plane update

2017-09-12 Thread Ville Syrjälä
On Tue, Sep 12, 2017 at 12:19:39PM +0300, Juha-Pekka Heikkila wrote: > Don't handle skylake primary plane separately as it is similar > plane as the others. > > Signed-off-by: Juha-Pekka Heikkila > --- > drivers/gpu/drm/i915/i915_drv.h | 8 > drivers/gpu/drm/i915/intel_display.c | 85

[Intel-gfx] [PATCH 2/3] drm/i915: Unify skylake plane update

2017-09-12 Thread Juha-Pekka Heikkila
Don't handle skylake primary plane separately as it is similar plane as the others. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/i915/i915_drv.h | 8 drivers/gpu/drm/i915/intel_display.c | 85 +--- drivers/gpu/drm/i915/intel_drv.h | 9 ++-

[Intel-gfx] [PATCH 2/3] drm/i915: Unify skylake plane update

2017-09-11 Thread Juha-Pekka Heikkila
Don't handle skylake primary plane separately as it is similar plane as the others. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/i915/i915_drv.h | 8 drivers/gpu/drm/i915/intel_display.c | 85 +--- drivers/gpu/drm/i915/intel_drv.h | 9 ++-

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Unify skylake plane update

2017-09-06 Thread Ville Syrjälä
On Tue, Aug 29, 2017 at 12:48:03PM +0300, Juha-Pekka Heikkila wrote: > Don't handle skylake primary plane separately as it is similar > plane as the others. > > Signed-off-by: Juha-Pekka Heikkila > --- > drivers/gpu/drm/i915/intel_display.c | 81 > +--- > drivers

[Intel-gfx] [PATCH 2/3] drm/i915: Unify skylake plane update

2017-08-29 Thread Juha-Pekka Heikkila
Don't handle skylake primary plane separately as it is similar plane as the others. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/i915/intel_display.c | 81 +--- drivers/gpu/drm/i915/intel_drv.h | 3 ++ drivers/gpu/drm/i915/intel_sprite.c | 2 +- 3

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Unify skylake plane update

2017-08-29 Thread Jani Nikula
On Mon, 28 Aug 2017, Juha-Pekka Heikkila wrote: > Don't handle skylake primary plane separately as it is similar > plane as the others. This misses another reference to skylake_update_primary_plane, as reported by CI. BR, Jani. > > Signed-off-by: Juha-Pekka Heikkila > --- > drivers/gpu/drm/i9

[Intel-gfx] [PATCH 2/3] drm/i915: Unify skylake plane update

2017-08-28 Thread Juha-Pekka Heikkila
Don't handle skylake primary plane separately as it is similar plane as the others. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/i915/intel_display.c | 79 +--- drivers/gpu/drm/i915/intel_drv.h | 3 ++ drivers/gpu/drm/i915/intel_sprite.c | 2 +- 3