✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp_mst: Add support for fractional link bpps (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri May 9 19:01:16 UTC 2025
== Series Details ==
Series: drm/i915/dp_mst: Add support for fractional link bpps (rev4)
URL : https://patchwork.freedesktop.org/series/147435/
State : warning
== Summary ==
Error: dim checkpatch failed
f9a0e2fa4758 drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MST
ae67e116d2c5 drm/i915/dp_mst: Simplify handling the single-bpp case during state computation
52aa212d50c6 drm/i915/dp_mst: Validate compressed bpp vs. platform restrictions
516fce193cf9 drm/i915/dp_mst: Update the total link slot count early
26c9e8ac92d7 drm/i915/dp_mst: Check BW limit on the local MST link early
f0ae3b8b5a63 drm/i915/dp_mst: Simplify computing the min/max compressed bpp limits
2605380600b6 drm/i915/dp: Limit max link bpp properly to a fractional value on SST
66e0a24fae42 drm/i915/dp_mst: Add support for fractional compressed link bpps on MST
-:88: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#88: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:499:
+ "DSC Sink supported compressed min bpp " FXP_Q4_FMT " compressed max bpp " FXP_Q4_FMT "\n",
-:95: WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#95: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:504:
+ max_compressed_bpp_x16 = min(max_compressed_bpp_x16, fxp_q4_from_int(crtc_state->pipe_bpp) - bpp_step_x16);
total: 0 errors, 2 warnings, 0 checks, 76 lines checked
f5763b4e3d45 drm/i915/display: Factor out intel_display_{min, max}_pipe_bpp()
-:30: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#30: FILE: drivers/gpu/drm/i915/display/intel_display.c:4330:
+ return 10*3;
^
-:32: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#32: FILE: drivers/gpu/drm/i915/display/intel_display.c:4332:
+ return 12*3;
^
-:34: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#34: FILE: drivers/gpu/drm/i915/display/intel_display.c:4334:
+ return 8*3;
^
total: 0 errors, 0 warnings, 3 checks, 58 lines checked
47c4c17414e1 drm/i915/dp: Export intel_dp_dsc_min_src_compressed_bpp()
0b189872048c drm/i915: Add support for forcing the link bpp on a connector
-:56: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__display' - possible side-effects?
#56: FILE: drivers/gpu/drm/i915/display/intel_display_device.h:175:
+#define HAS_FDI(__display) (IS_DISPLAY_VER((__display), 5, 8) && !HAS_GMCH(__display))
total: 0 errors, 0 warnings, 1 checks, 342 lines checked
cccb27cc4b43 drm/i915/dp_mst: Enable fractional link bpps on MST if the bpp is forced
More information about the Intel-gfx
mailing list