Searched refs:link_bpp_x16 (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_link_bw.c | 112 int link_bpp_x16; in __intel_link_bw_reduce_bpp() local 123 link_bpp_x16 = crtc_state->dsc.compressed_bpp_x16; in __intel_link_bw_reduce_bpp() 131 link_bpp_x16 = fxp_q4_from_int(crtc_state->pipe_bpp); in __intel_link_bw_reduce_bpp() 134 link_bpp_x16 <= get_forced_link_bpp_x16(state, crtc)) in __intel_link_bw_reduce_bpp() 137 if (link_bpp_x16 > max_bpp_x16) { in __intel_link_bw_reduce_bpp() 138 max_bpp_x16 = link_bpp_x16; in __intel_link_bw_reduce_bpp()
|
| A D | intel_dp_mst.c | 326 int link_bpp_x16; in intel_dp_mtp_tu_compute_config() local 336 link_bpp_x16 = dsc ? bpp_x16 : in intel_dp_mtp_tu_compute_config() 341 false, dsc_slice_count, link_bpp_x16); in intel_dp_mtp_tu_compute_config() 345 link_bpp_x16, in intel_dp_mtp_tu_compute_config() 354 true, dsc_slice_count, link_bpp_x16); in intel_dp_mtp_tu_compute_config() 371 link_bpp_x16, in intel_dp_mtp_tu_compute_config()
|
| A D | intel_dp.c | 2975 int link_bpp_x16) in intel_dp_drrs_compute_config() argument 3005 intel_link_compute_m_n(link_bpp_x16, pipe_config->lane_count, pixel_clock, in intel_dp_drrs_compute_config() 3139 int link_bpp_x16; in intel_dp_compute_min_hblank() local 3160 link_bpp_x16 = crtc_state->dsc.compressed_bpp_x16; in intel_dp_compute_min_hblank() 3162 link_bpp_x16 = fxp_q4_from_int(intel_dp_output_bpp(crtc_state->output_format, in intel_dp_compute_min_hblank() 3169 link_bpp_x16, in intel_dp_compute_min_hblank() 3201 int ret = 0, link_bpp_x16; in intel_dp_compute_config() local 3252 link_bpp_x16 = pipe_config->dsc.compressed_bpp_x16; in intel_dp_compute_config() 3254 link_bpp_x16 = fxp_q4_from_int(intel_dp_output_bpp(pipe_config->output_format, in intel_dp_compute_config() 3281 intel_link_compute_m_n(link_bpp_x16, in intel_dp_compute_config() [all …]
|
Completed in 25 milliseconds