== Series Details ==

Series: drm/i915: Ensure DSC has enough BW and stays within HW limits (rev3)
URL   : https://patchwork.freedesktop.org/series/114679/
State : warning

== Summary ==

Error: dim checkpatch failed
702a04c13be5 drm/i915: Ensure DSC has enough BW and stays within HW limits
-:16: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description 
(prefer a maximum 75 chars per line)
#16: 
So we need to fix that, so that amount of VDSC engines enabled should depend

-:39: WARNING:MINMAX: min() should probably be min_t(u32, bits_per_pixel, 27)
#39: FILE: drivers/gpu/drm/i915/display/intel_dp.c:692:
+               bits_per_pixel = min(bits_per_pixel, (u32)27);

-:42: WARNING:MINMAX: max() should probably be max_t(u32, bits_per_pixel, 8)
#42: FILE: drivers/gpu/drm/i915/display/intel_dp.c:695:
+               bits_per_pixel = max(bits_per_pixel, (u32)8);

total: 0 errors, 3 warnings, 0 checks, 39 lines checked


Reply via email to