== Series Details == Series: Calculate CDCLK more properly when DSC is enabled URL : https://patchwork.freedesktop.org/series/120172/ State : warning == Summary == Error: dim checkpatch failed 476f8562d050 drm/i915: Add helper function for getting number of VDSC engines 8b7b5c506272 drm/i915: Don't rely that 2 VDSC engines are always enough for pixel rate -:51: ERROR:CODE_INDENT: code indent should use tabs where possible #51: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:2620: +^I^I^I crtc_state->pixel_rate / num_vdsc_instances);$ -:51: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #51: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:2620: + min_cdclk = max_t(int, min_cdclk, + crtc_state->pixel_rate / num_vdsc_instances); total: 1 errors, 0 warnings, 1 checks, 26 lines checked