[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Don't rely that 2 VDSC engines are always enough for pixel rate
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 28 14:56:48 UTC 2023
== Series Details ==
Series: drm/i915: Don't rely that 2 VDSC engines are always enough for pixel rate
URL : https://patchwork.freedesktop.org/series/119967/
State : warning
== Summary ==
Error: dim checkpatch failed
f10b5f4e2d3d drm/i915: Don't rely that 2 VDSC engines are always enough for pixel rate
-:37: ERROR:CODE_INDENT: code indent should use tabs where possible
#37: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:2617:
+^I^I^I crtc_state->pixel_rate);$
-:37: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#37: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:2617:
+ min_cdclk = max_t(int, min_cdclk * crtc_state->dsc.slice_count,
+ crtc_state->pixel_rate);
total: 1 errors, 0 warnings, 1 checks, 16 lines checked
More information about the Intel-gfx
mailing list