== Series Details == Series: drm/i915: Fix UHBR data, link M/N/TU and PBN values (rev6) URL : https://patchwork.freedesktop.org/series/126526/ State : warning == Summary == Error: dim checkpatch failed 3513c76cbe67 drm/dp_mst: Store the MST PBN divider value in fixed point format -:45: WARNING:LONG_LINE: line length of 110 exceeds 100 columns #45: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:6915: + mst_state->pbn_div.full = dfixed_const(dm_mst_get_pbn_divider(aconnector->mst_root->dc_link)); -:87: WARNING:LONG_LINE: line length of 111 exceeds 100 columns #87: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c:945: + link_timeslots_used += DIV_ROUND_UP(vars[i + k].pbn, dfixed_trunc(mst_state->pbn_div)); -:91: WARNING:LONG_LINE: line length of 110 exceeds 100 columns #91: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c:948: + (63 - link_timeslots_used) / remaining_to_increase * dfixed_trunc(mst_state->pbn_div); total: 0 errors, 3 warnings, 0 checks, 176 lines checked 88e3c76abeb9 drm/dp_mst: Fix PBN divider calculation for UHBR rates 78f2b3df56e6 drm/dp_mst: Add kunit tests for drm_dp_get_vc_payload_bw() -:171: WARNING:LONG_LINE: line length of 104 exceeds 100 columns #171: FILE: drivers/gpu/drm/tests/drm_dp_mst_helper_test.c:205: + KUNIT_EXPECT_EQ(test, drm_dp_get_vc_payload_bw(mgr, params->link_rate, params->lane_count).full, total: 0 errors, 1 warnings, 0 checks, 179 lines checked 325978fa175e drm/i915/dp: Replace intel_dp_is_uhbr_rate() with drm_dp_is_uhbr_rate() d46ea41579a3 drm/i915/dp: Account for channel coding efficiency on UHBR links cc65f47fbc5a drm/i915/dp: Fix UHBR link M/N values 1cbb990e3949 drm/i915/dp_mst: Calculate the BW overhead in intel_dp_mst_find_vcpi_slots_for_bpp() 754ae198dba1 drm/i915/dp_mst: Fix PBN / MTP_TU size calculation for UHBR rates 8009b4d8db6e drm/i915/dp: Report a rounded-down value as the maximum data rate -:25: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #25: FILE: drivers/gpu/drm/i915/display/intel_dp.c:416: + max_link_rate_kbps = DIV_ROUND_DOWN_ULL(mul_u32_u32(max_link_rate_kbps, 9671), 10000); total: 0 errors, 1 warnings, 0 checks, 16 lines checked a7991e660321 drm/i915/dp: Simplify intel_dp_max_data_rate() 0d2ad4a6dcbf drm/i915/dp: Reuse intel_dp_{max, effective}_data_rate in intel_link_compute_m_n()