== Series Details ==

Series: drm/i915: Fix FIFO underruns caused by missing cumulative bpp W/A (rev2)
URL   : https://patchwork.freedesktop.org/series/102322/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
c1adc525a765 drm/i915: Fix FIFO underruns caused by missing cumulative bpp W/A
-:81: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#81: FILE: drivers/gpu/drm/i915/display/intel_bw.c:809:
+       crtc_bw->bpp_cdclk = 
DIV_ROUND_UP_ULL(mul_u32_u32(crtc_state->pixel_rate,
+                                             crtc_bw->pipe_cumulative_bpp * 
512),

-:117: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#117: FILE: drivers/gpu/drm/i915/display/intel_bw.c:854:
+               bpp_cdclk = max_t(unsigned int, crtc_bw->bpp_cdclk,
+                                               bpp_cdclk);

total: 0 errors, 0 warnings, 2 checks, 124 lines checked


Reply via email to