Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c447 int bw_overhead = intel_dp_link_bw_overhead(link_clock, lane_count, mode_hdisplay, in intel_dp_link_required() local
450 return intel_dp_effective_data_rate(mode_clock, link_bpp_x16, bw_overhead); in intel_dp_link_required()
463 int bw_overhead) in intel_dp_effective_data_rate() argument
465 return DIV_ROUND_UP_ULL(mul_u32_u32(pixel_clock * bpp_x16, bw_overhead), in intel_dp_effective_data_rate()
H A Dintel_display.c2547 int bw_overhead, in intel_link_compute_m_n() argument
2552 bw_overhead); in intel_link_compute_m_n()