drm/i915: Make sure Y slave planes get all the required state
authorImre Deak <imre.deak@intel.com>
Sat, 21 Dec 2019 12:05:42 +0000 (14:05 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 23 Dec 2019 11:51:02 +0000 (13:51 +0200)
commit320625aac3c427118c8675404e01914ff51924cd
treec8255f8d09d58324581f0952a0dc441fc1159f9e
parent931cd348bb8dc9374b9561846be149bfae7571b6
drm/i915: Make sure Y slave planes get all the required state

Y planes program the offset and stride of the AUX plane, so make sure we
copy the required info for this into their plane state.

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191221120543.22816-10-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display.c