drm/i915/display/icl: Bump up the plane/fb height
authorManasi Navare <manasi.d.navare@intel.com>
Fri, 12 Jul 2019 20:38:08 +0000 (13:38 -0700)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 13 Sep 2019 13:32:26 +0000 (15:32 +0200)
commite91c8a29b452671d9af7259cd30980e6a2d78005
treedd2e394f9aad55900172005c9f76b1346f77f381
parent12a97df00e2aa6fb2200a8935e78f3e00fab4eb2
drm/i915/display/icl: Bump up the plane/fb height

On ICL+, the max supported plane height is 4320, so bump it up
To support 4320, we need to increase the number of bits used to
read plane_height to 13 as opposed to older 12 bits.

v4:
* Adjust the width mask also since extra bits are mbz (Ville)
v3:
* Use 0xffff for mask as extra bits are mbz (Ville)
v2:
* ICL plane height supported is 4320 (Ville)
* Add a new line between max width and max height (Jose)

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190712203808.4126-1-manasi.d.navare@intel.com
drivers/gpu/drm/i915/display/intel_display.c