Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_dsc.c239 int dsc_fw_config; in dsc2_enable() local
245 …REG_GET_2(DSCRM_DSC_FORWARD_CONFIG, DSCRM_DSC_FORWARD_EN, &dsc_fw_config, DSCRM_DSC_OPP_PIPE_SOURC… in dsc2_enable()
246 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable()
264 int dsc_fw_config; in dsc2_disable() local
270 …REG_GET_2(DSCRM_DSC_FORWARD_CONFIG, DSCRM_DSC_FORWARD_EN, &dsc_fw_config, DSCRM_DSC_OPP_PIPE_SOURC… in dsc2_disable()
271 if (!dsc_clock_en || !dsc_fw_config) { in dsc2_disable()

Completed in 5 milliseconds