Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp.c2220 int forced_bpp; in intel_dp_force_dsc_pipe_bpp() local
2225 forced_bpp = intel_dp->force_dsc_bpc * 3; in intel_dp_force_dsc_pipe_bpp()
2227 if (is_dsc_pipe_bpp_sufficient(limits, forced_bpp)) { in intel_dp_force_dsc_pipe_bpp()
2230 return forced_bpp; in intel_dp_force_dsc_pipe_bpp()
2249 int forced_bpp, pipe_bpp; in intel_dp_dsc_compute_pipe_bpp() local
2254 if (forced_bpp) { in intel_dp_dsc_compute_pipe_bpp()
2256 limits, forced_bpp, timeslots); in intel_dp_dsc_compute_pipe_bpp()
2258 pipe_config->pipe_bpp = forced_bpp; in intel_dp_dsc_compute_pipe_bpp()
2292 int pipe_bpp, forced_bpp; in intel_edp_dsc_compute_pipe_bpp() local
2298 if (forced_bpp) { in intel_edp_dsc_compute_pipe_bpp()
[all …]