Home
last modified time | relevance | path

Searched refs:first_cycle_ (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_builtin.h180 bool first_cycle_ = true; variable
Ddisplay_builtin.cpp324 first_cycle_ = false; in Commit()
758 if (!hw_panel_info_.qsync_support || qsync_mode_ == qsync_mode || first_cycle_) { in SetQSyncMode()
760 first_cycle_, qsync_mode_, qsync_mode); in SetQSyncMode()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp217 if (first_cycle_) { in PowerOn()
Dhw_device_drm.h194 bool first_cycle_ = true; variable
Dhw_peripheral_drm.cpp282 if (first_cycle_) { in PowerOn()
Dhw_tv_drm.cpp327 if (first_cycle_) { in PowerOn()
Dhw_device_drm.cpp998 if (first_cycle_) { in SetupAtomic()
1005 if (vrefresh_ || first_cycle_ || update_mode_) { in SetupAtomic()
1191 first_cycle_ = false; in AtomicCommit()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp238 if (first_cycle_) { in PowerOn()
Dhw_device_drm.cpp522 if (!first_cycle_) { in Deinit()
855 if (first_cycle_) { in PowerOn()
888 if (first_cycle_) { in PowerOff()
911 if (first_cycle_ || last_power_mode_ != DRMPowerMode::OFF) { in Doze()
952 if (first_cycle_) { in DozeSuspend()
1212 if (first_cycle_) { in SetupAtomic()
1433 first_cycle_ = false; in AtomicCommit()
Dhw_device_drm.h221 bool first_cycle_ = true; variable
Dhw_tv_drm.cpp189 if (first_cycle_) { in PowerOff()
Dhw_peripheral_drm.cpp448 if (first_cycle_) { in PowerOn()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h257 bool IsFirstCommitDone() { return !first_cycle_; } in IsFirstCommitDone()
512 bool first_cycle_ = true; // false if a display commit has succeeded on the device. variable
Dhwc_display.cpp1777 first_cycle_ = false; in CommitLayerStack()