== Series Details == Series: drm/i915: Fix UHBR data, link M/N/TU and PBN values (rev5) URL : https://patchwork.freedesktop.org/series/126526/ State : warning == Summary == Error: dim checkpatch failed 6342447c744c 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 a5a67b8d2d38 drm/dp_mst: Fix PBN divider calculation for UHBR rates 91c286f3e426 drm/dp_mst: Add kunit tests for drm_dp_get_vc_payload_bw() -:167: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #167: 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, 159 lines checked cf90fb72a753 drm/i915/dp: Replace intel_dp_is_uhbr_rate() with drm_dp_is_uhbr_rate() 3dc4aa3c5ba0 drm/i915/dp: Account for channel coding efficiency on UHBR links 248f4ebb3a74 drm/i915/dp: Fix UHBR link M/N values a4f29fb44362 drm/i915/dp_mst: Calculate the BW overhead in intel_dp_mst_find_vcpi_slots_for_bpp() d7242ec4a694 drm/i915/dp_mst: Fix PBN / MTP_TU size calculation for UHBR rates 09f8b9574450 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 32c0e45f1cb5 drm/i915/dp: Simplify intel_dp_max_data_rate() dab9f41557ac drm/i915/dp: Reuse intel_dp_{max, effective}_data_rate in intel_link_compute_m_n()