Home
last modified time | relevance | path

Searched refs:bw_overhead (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp.h119 int bw_overhead);
H A Dintel_display.h418 int bw_overhead,
H A Dintel_dp_mst.c188 static int intel_dp_mst_calc_pbn(int pixel_clock, int bpp_x16, int bw_overhead) in intel_dp_mst_calc_pbn() argument
191 intel_dp_effective_data_rate(pixel_clock, bpp_x16, bw_overhead); in intel_dp_mst_calc_pbn()
H A Dintel_dp.c456 int bw_overhead) in intel_dp_effective_data_rate() argument
458 return DIV_ROUND_UP_ULL(mul_u32_u32(pixel_clock * bpp_x16, bw_overhead), in intel_dp_effective_data_rate()
H A Dintel_display.c2526 int bw_overhead, in intel_link_compute_m_n() argument
2531 bw_overhead); in intel_link_compute_m_n()