Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c240 int enabled_opp_pipe; in dsc2_enable() local
245 …ORWARD_CONFIG, DSCRM_DSC_FORWARD_EN, &dsc_fw_config, DSCRM_DSC_OPP_PIPE_SOURCE, &enabled_opp_pipe); in dsc2_enable()
246 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable()
247 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc2_enable()
265 int enabled_opp_pipe; in dsc2_disable() local
270 …ORWARD_CONFIG, DSCRM_DSC_FORWARD_EN, &dsc_fw_config, DSCRM_DSC_OPP_PIPE_SOURCE, &enabled_opp_pipe); in dsc2_disable()
272 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already disabled!", dsc->inst, enabled_opp_pipe); in dsc2_disable()