Re: [Intel-gfx] [PATCH v11 05/11] drm/i915/dp: Rearrange check for illegal mode and comments in mode_valid

2023-03-16 Thread Ville Syrjälä
On Tue, Mar 14, 2023 at 04:34:09PM +0530, Ankit Nautiyal wrote: > Check for MODE_H_ILLEGAL before calculating max rates, lanes etc. > Move comments about compressed bpp U6.4 format closer to where it is used. > > Signed-off-by: Ankit Nautiyal Reviewed-by: Ville Syrjälä > --- >

[Intel-gfx] [PATCH v11 05/11] drm/i915/dp: Rearrange check for illegal mode and comments in mode_valid

2023-03-14 Thread Ankit Nautiyal
Check for MODE_H_ILLEGAL before calculating max rates, lanes etc. Move comments about compressed bpp U6.4 format closer to where it is used. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_dp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git