Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c153 REG_GET(DSC_TOP_CONTROL, DSC_CLOCK_EN, &s->dsc_clock_en); in dsc2_read_state()
229 int dsc_clock_en; in dsc2_enable() local
235 REG_GET(DSC_TOP_CONTROL, DSC_CLOCK_EN, &dsc_clock_en); in dsc2_enable()
237 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable()
254 int dsc_clock_en; in dsc2_disable() local
260 REG_GET(DSC_TOP_CONTROL, DSC_CLOCK_EN, &dsc_clock_en); in dsc2_disable()
262 if (!dsc_clock_en || !dsc_fw_config) { in dsc2_disable()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddsc.h56 uint32_t dsc_clock_en; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c415 s.dsc_clock_en, in dcn10_log_hw_state()
1470 s.dsc_clock_en && s.dsc_fw_en) in dcn10_init_pipes()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c1480 dsc_state.dsc_clock_en); in dp_dsc_clock_en_read()