== Series Details ==

Series: DSC misc fixes
URL   : https://patchwork.freedesktop.org/series/117662/
State : warning

== Summary ==

Error: dim checkpatch failed
8b7dfbf8e8be drm/i915/dp: Consider output_format while computing dsc bpp
e7726119c13a drm/i915/dp_mst: Use output_format to get the final link bpp
ce784adf138b drm/i915/dp: Use consistent name for link bpp and compressed bpp
194b402b3ddd drm/i915/dp: Update Bigjoiner interface bits for computing 
compressed bpp
f1b7482a1331 drm/i915/intel_cdclk: Add vdsc with bigjoiner constraints on 
min_cdlck
9fb55f039585 drm/i915/dp: Remove extra logs for printing DSC info
0aef4f9b4d71 drm/display/dp: Fix the DP DSC Receiver cap size
fe1cce8890e8 drm/i915/dp: Avoid forcing DSC BPC for MST case
e46fda8329fc drm/i915/dp: Check min bpc DSC limits for dsc_force_bpc also
78d1c68e2ca6 drm/i915/dp: Avoid left shift of DSC output bpp by 4
7a5453d51038 drm/i915/dp: Rename helpers to get DSC max pipe_bpp/output_bpp
a46d572243b6 drm/i915/dp: Get optimal link config to have best compressed bpp
-:69: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#69: FILE: drivers/gpu/drm/i915/display/intel_dp.c:1680:
+                                                                         
adjusted_mode->crtc_hdisplay,

-:70: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#70: FILE: drivers/gpu/drm/i915/display/intel_dp.c:1681:
+                                                                         
pipe_config->bigjoiner_pipes,

-:71: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#71: FILE: drivers/gpu/drm/i915/display/intel_dp.c:1682:
+                                                                         
pipe_config->output_format,

total: 0 errors, 3 warnings, 0 checks, 351 lines checked
3391a8ef8aee drm/i915: Query compressed bpp properly using correct DPCD and DP 
Spec info
-:7: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description 
(prefer a maximum 75 chars per line)
#7: 
Currently we seem to be using wrong DPCD register for reading compressed bpps,

-:98: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#98: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:236:
+       max_compressed_bpp = intel_dp_dsc_max_sink_compressed_bppx16(intel_dp, 
crtc_state, max_bpp / 3) >> 4;

-:107: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#107: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:242:
+       max_compressed_bpp = intel_dp_dsc_nearest_valid_bpp(i915, 
max_compressed_bpp, crtc_state->pipe_bpp);

-:108: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#108: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:243:
+       min_compressed_bpp = intel_dp_dsc_nearest_valid_bpp(i915, 
min_compressed_bpp, crtc_state->pipe_bpp);

total: 0 errors, 4 warnings, 0 checks, 89 lines checked


Reply via email to