]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21c6d508d286f1ace56f8e1b769dbf895b5c37f5
treec84dfbeef3b1a421e81d78316a09ccf227dfd6c3
parentb60e49ce1e1414c0844d043e9cb373b03ad0874a
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