Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_dmcu.c107 *psr_state = REG_READ(DMCU_IRAM_RD_DATA); in dce_get_dmcu_psr_state()
122 uint32_t psr_state = 0; in dce_dmcu_set_psr_enable() local
141 dce_get_dmcu_psr_state(dmcu, &psr_state); in dce_dmcu_set_psr_enable()
143 if (psr_state != 0) in dce_dmcu_set_psr_enable()
146 if (psr_state == 0) in dce_dmcu_set_psr_enable()
506 *psr_state = REG_READ(DMCU_IRAM_RD_DATA); in dcn10_get_dmcu_psr_state()
521 uint32_t psr_state = 0; in dcn10_dmcu_set_psr_enable() local
527 dcn10_get_dmcu_psr_state(dmcu, &psr_state); in dcn10_dmcu_set_psr_enable()
528 if (psr_state == 0 && !enable) in dcn10_dmcu_set_psr_enable()
554 if (psr_state != 0) in dcn10_dmcu_set_psr_enable()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Ddmcu.h54 void (*get_psr_state)(struct dmcu *dmcu, uint32_t *psr_state);
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_link.h151 bool dc_link_get_psr_state(const struct dc_link *dc_link, uint32_t *psr_state);