Home
last modified time | relevance | path

Searched refs:link_bpp_x16 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_link_bw.c79 int link_bpp_x16; in intel_link_bw_reduce_bpp() local
90 link_bpp_x16 = crtc_state->dsc.compressed_bpp_x16; in intel_link_bw_reduce_bpp()
98 link_bpp_x16 = fxp_q4_from_int(crtc_state->pipe_bpp); in intel_link_bw_reduce_bpp()
100 if (link_bpp_x16 > max_bpp_x16) { in intel_link_bw_reduce_bpp()
101 max_bpp_x16 = link_bpp_x16; in intel_link_bw_reduce_bpp()
H A Dintel_dp_mst.c292 int link_bpp_x16; in intel_dp_mtp_tu_compute_config() local
296 link_bpp_x16 = dsc ? bpp_x16 : in intel_dp_mtp_tu_compute_config()
301 false, dsc_slice_count, link_bpp_x16); in intel_dp_mtp_tu_compute_config()
303 intel_dp_mst_compute_min_hblank(crtc_state, link_bpp_x16); in intel_dp_mtp_tu_compute_config()
307 link_bpp_x16, in intel_dp_mtp_tu_compute_config()
316 true, dsc_slice_count, link_bpp_x16); in intel_dp_mtp_tu_compute_config()
333 link_bpp_x16, in intel_dp_mtp_tu_compute_config()
H A Dintel_dp.c2962 int link_bpp_x16) in intel_dp_drrs_compute_config() argument
2992 intel_link_compute_m_n(link_bpp_x16, pipe_config->lane_count, pixel_clock, in intel_dp_drrs_compute_config()
3118 int ret = 0, link_bpp_x16; in intel_dp_compute_config() local
3169 link_bpp_x16 = pipe_config->dsc.compressed_bpp_x16; in intel_dp_compute_config()
3171 link_bpp_x16 = fxp_q4_from_int(intel_dp_output_bpp(pipe_config->output_format, in intel_dp_compute_config()
3198 intel_link_compute_m_n(link_bpp_x16, in intel_dp_compute_config()
3214 intel_dp_drrs_compute_config(connector, pipe_config, link_bpp_x16); in intel_dp_compute_config()