[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Calculate CDCLK more properly when DSC is enabled

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 4 11:58:13 UTC 2023


== Series Details ==

Series: Calculate CDCLK more properly when DSC is enabled
URL   : https://patchwork.freedesktop.org/series/120169/
State : warning

== Summary ==

Error: dim checkpatch failed
df36d0fc7a1c drm/i915: Add helper function for getting number of VDSC engines
985670c5386f drm/i915: Don't rely that 2 VDSC engines are always enough for pixel rate
-:50: ERROR:CODE_INDENT: code indent should use tabs where possible
#50: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:2620:
+^I^I^I          crtc_state->pixel_rate / num_vdsc_instances);$

-:50: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#50: 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




More information about the Intel-gfx mailing list