Home
last modified time | relevance | path

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

/linux/include/drm/display/
H A Ddrm_dp_helper.h1025 int drm_dp_bw_overhead(int lane_count, int hactive,
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c4798 int drm_dp_bw_overhead(int lane_count, int hactive, in drm_dp_bw_overhead() function
4855 EXPORT_SYMBOL(drm_dp_bw_overhead);
H A Ddrm_dp_mst_topology.c4809 int overhead = drm_dp_bw_overhead(4, 4096, 0, bpp, in drm_dp_calc_pbn_mode()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c398 overhead = drm_dp_bw_overhead(lane_count, hdisplay, in intel_dp_link_bw_overhead()