Searched refs:doze_poms_switch_done_ (Results 1 – 2 of 2) sorted by relevance
131 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 …]
246 bool doze_poms_switch_done_ = false; variable