Searched refs:enabled_opp_pipe (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
H A D | dcn35_dsc.c | 82 int enabled_opp_pipe; in dsc35_enable() local 95 …ORWARD_CONFIG, DSCRM_DSC_FORWARD_EN, &dsc_fw_config, DSCRM_DSC_OPP_PIPE_SOURCE, &enabled_opp_pipe); in dsc35_enable() 96 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc35_enable() 97 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc35_enable()
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
H A D | dcn401_dsc.c | 168 int enabled_opp_pipe; in dsc401_enable() local 173 …ORWARD_CONFIG, DSCRM_DSC_FORWARD_EN, &dsc_fw_config, DSCRM_DSC_OPP_PIPE_SOURCE, &enabled_opp_pipe); in dsc401_enable() 174 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc401_enable() 175 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc401_enable()
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
H A D | dcn20_dsc.c | 231 int enabled_opp_pipe; in dsc2_enable() local 236 …ORWARD_CONFIG, DSCRM_DSC_FORWARD_EN, &dsc_fw_config, DSCRM_DSC_OPP_PIPE_SOURCE, &enabled_opp_pipe); in dsc2_enable() 237 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable() 238 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc2_enable()
|