Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c80 int dsc_clock_en; in dsc35_enable() local
94 REG_GET(DSC_TOP_CONTROL, DSC_CLOCK_EN, &dsc_clock_en); in dsc35_enable()
96 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc35_enable()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c99 REG_GET(DSC_TOP_CONTROL, DSC_CLOCK_EN, &s->dsc_clock_en); in dsc401_read_state()
141 int dsc_clock_en; in dsc401_enable() local
147 REG_GET(DSC_TOP_CONTROL, DSC_CLOCK_EN, &dsc_clock_en); in dsc401_enable()
149 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc401_enable()
166 int dsc_clock_en; in dsc401_disable() local
170 REG_GET(DSC_TOP_CONTROL, DSC_CLOCK_EN, &dsc_clock_en); in dsc401_disable()
171 if (!dsc_clock_en) { in dsc401_disable()
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddsc.h56 uint32_t dsc_clock_en; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c805 s.dsc_clock_en && s.dsc_fw_en) in dcn35_init_pipes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c657 s.dsc_clock_en, in dcn10_log_hw_state()
1716 s.dsc_clock_en && s.dsc_fw_en) in dcn10_init_pipes()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c1584 dsc_state.dsc_clock_en); in dp_dsc_clock_en_read()