Re: [Intel-gfx] [PATCH] drm/i915: Fix skl+ max plane width

2019-04-19 Thread Souza, Jose
On Thu, 2019-04-18 at 22:59 +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > 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. Reviewed-by:

[Intel-gfx] [PATCH] drm/i915: Fix skl+ max plane width

2019-04-18 Thread Ville Syrjala
From: Ville Syrjälä 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ä --- drivers/gpu/drm/i915/intel_display.c | 73 +++