Home
last modified time | relevance | path

Searched refs:drm_dp_bw_overhead (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/drm/display/
H A Ddrm_dp_helper.h877 int drm_dp_bw_overhead(int lane_count, int hactive,
/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c4433 int drm_dp_bw_overhead(int lane_count, int hactive, in drm_dp_bw_overhead() function
4495 EXPORT_SYMBOL(drm_dp_bw_overhead);
H A Ddrm_dp_mst_topology.c4808 int overhead = drm_dp_bw_overhead(4, 4096, 0, bpp, in drm_dp_calc_pbn_mode()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c157 overhead = drm_dp_bw_overhead(crtc_state->lane_count, in intel_dp_mst_bw_overhead()