Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_panel_cntl.h36 DCE_PANEL_CNTL_SR(PWRSEQ_CNTL, LVTMA), \
50 DCN_PANEL_CNTL_SR(PWRSEQ_CNTL, LVTMA), \
105 uint32_t PWRSEQ_CNTL; member
H A Ddce_panel_cntl.c152 REG_GET_2(PWRSEQ_CNTL, LVTMA_BLON, &blon, LVTMA_BLON_OVRD, &blon_ovrd); in dce_is_panel_backlight_on()
153 REG_GET(PWRSEQ_CNTL, LVTMA_PWRSEQ_TARGET_STATE, &pwrseq_target_state); in dce_is_panel_backlight_on()
168 REG_GET_2(PWRSEQ_CNTL, LVTMA_DIGON, &dig_on, LVTMA_DIGON_OVRD, &dig_on_ovrd); in dce_is_panel_powered_on()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_panel_cntl.c163 REG_GET(PWRSEQ_CNTL, PANEL_BLON, &value); in dcn301_is_panel_backlight_on()
175 REG_GET_2(PWRSEQ_CNTL, PANEL_DIGON, &dig_on, PANEL_DIGON_OVRD, &dig_on_ovrd); in dcn301_is_panel_powered_on()
H A Ddcn301_panel_cntl.h34 SRIR(PWRSEQ_CNTL, CNTL, PANEL_PWRSEQ, id), \