Re: [Intel-gfx] [v11 05/13] drm/i915/display: Add a WARN for invalid output range and format

2020-11-26 Thread Ville Syrjälä
On Thu, Nov 26, 2020 at 01:44:37PM +0530, Uma Shankar wrote: > Add a WARN to rule out an invalid output range and format > combination. This is to align the lspcon code with > compute_avi_infoframes. > > Signed-off-by: Uma Shankar Reviewed-by: Ville Syrjälä > --- >

[Intel-gfx] [v11 05/13] drm/i915/display: Add a WARN for invalid output range and format

2020-11-25 Thread Uma Shankar
Add a WARN to rule out an invalid output range and format combination. This is to align the lspcon code with compute_avi_infoframes. Signed-off-by: Uma Shankar --- drivers/gpu/drm/i915/display/intel_lspcon.c | 4 1 file changed, 4 insertions(+) diff --git