Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_peripheral_drm.cpp131 if (doze_poms_switch_done_ || pending_poms_switch_) { in SetDynamicDSIClock()
150 if (doze_poms_switch_done_ || pending_poms_switch_) { in SetRefreshRate()
165 if (doze_poms_switch_done_ || pending_poms_switch_) { in SetDisplayMode()
220 doze_poms_switch_done_ = true; in Commit()
533 if (switch_mode_valid_ && doze_poms_switch_done_ && (current_mode_index_ == cmd_mode_index_)) { in PowerOn()
536 doze_poms_switch_done_ = false; in PowerOn()
581 if (!first_cycle_ && switch_mode_valid_ && !doze_poms_switch_done_ && in Doze()
586 doze_poms_switch_done_ = true; in Doze()
608 if (switch_mode_valid_ && !doze_poms_switch_done_ && in DozeSuspend()
612 doze_poms_switch_done_ = true; in DozeSuspend()
[all …]
H A Dhw_device_drm.h246 bool doze_poms_switch_done_ = false; variable