Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp189 if (first_cycle_) { in PowerOff()
359 if (first_cycle_) { in PowerOn()
Dhw_virtual_drm.cpp236 if (first_cycle_) { in PowerOn()
Dhw_device_drm.cpp499 if (!first_cycle_) { in Deinit()
873 if (first_cycle_) { in PowerOff()
895 if (!first_cycle_) { in Doze()
929 if (first_cycle_) { in DozeSuspend()
1177 if (first_cycle_) { in SetupAtomic()
1191 if (vrefresh_ || first_cycle_ || update_mode_) { in SetupAtomic()
1395 first_cycle_ = false; in AtomicCommit()
Dhw_device_drm.h217 bool first_cycle_ = true; variable
Dhw_peripheral_drm.cpp439 if (first_cycle_) { in PowerOn()
/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/hwc2/
Dhwc_display.h238 bool IsFirstCommitDone() { return !first_cycle_; } in IsFirstCommitDone()
440 bool first_cycle_ = true; // false if a display commit has succeeded on the device. variable
Dhwc_display.cpp1507 first_cycle_ = false; in CommitLayerStack()