drm/i915: Fix skl+ max plane width
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 18 Apr 2019 19:59:07 +0000 (22:59 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 23 Apr 2019 16:34:51 +0000 (19:34 +0300)
commit372b9ffb5799a3d5f4a9c51ac35cf65ed8f40101
treec84dfbeef3b1a421e81d78316a09ccf227dfd6c3
parent9c11b12184bb01d8ba2c48e655509b184f02c769
drm/i915: Fix skl+ max plane width

The spec has changed since skl_max_plane_width() was written.
Now the SKL limits are lower than what they were initially, and
GLK and ICL have different limits. Update the code to match the
spec.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190418195907.23912-1-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/intel_display.c