Lines Matching refs:forced_bpp
2168 int forced_bpp; in intel_dp_force_dsc_pipe_bpp() local
2173 forced_bpp = intel_dp->force_dsc_bpc * 3; in intel_dp_force_dsc_pipe_bpp()
2175 if (is_dsc_pipe_bpp_sufficient(i915, conn_state, limits, forced_bpp)) { in intel_dp_force_dsc_pipe_bpp()
2177 return forced_bpp; in intel_dp_force_dsc_pipe_bpp()
2199 int forced_bpp, pipe_bpp; in intel_dp_dsc_compute_pipe_bpp() local
2202 forced_bpp = intel_dp_force_dsc_pipe_bpp(intel_dp, conn_state, limits); in intel_dp_dsc_compute_pipe_bpp()
2204 if (forced_bpp) { in intel_dp_dsc_compute_pipe_bpp()
2206 limits, forced_bpp, timeslots); in intel_dp_dsc_compute_pipe_bpp()
2208 pipe_config->pipe_bpp = forced_bpp; in intel_dp_dsc_compute_pipe_bpp()
2253 int pipe_bpp, forced_bpp; in intel_edp_dsc_compute_pipe_bpp() local
2257 forced_bpp = intel_dp_force_dsc_pipe_bpp(intel_dp, conn_state, limits); in intel_edp_dsc_compute_pipe_bpp()
2259 if (forced_bpp) { in intel_edp_dsc_compute_pipe_bpp()
2260 pipe_bpp = forced_bpp; in intel_edp_dsc_compute_pipe_bpp()