Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sdm/libs/core/
Dcomp_manager.h119 bool first_cycle_ = true; member
Dcomp_manager.cpp338 if (safe_mode_ && display_comp_ctx->first_cycle_) { in Prepare()
418 display_comp_ctx->first_cycle_ = false; in PostCommit()
Ddisplay_builtin.cpp456 first_cycle_ = false; in Commit()
1111 if (!hw_panel_info_.qsync_support || qsync_mode_ == qsync_mode || first_cycle_) { in SetQSyncMode()
1113 first_cycle_, qsync_mode_, qsync_mode); in SetQSyncMode()
Ddisplay_base.h305 bool first_cycle_ = true; variable
Ddisplay_base.cpp380 if (!rc_core_ && !first_cycle_ && rc_enable_prop_ && pf_factory_ && prop_intf_) { in Prepare()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp202 if (first_cycle_) { in PowerOff()
445 if (first_cycle_) { in PowerOn()
Dhw_peripheral_drm.cpp568 if (first_cycle_ || delay_first_commit_) { in PowerOn()
624 if (!first_cycle_ && switch_mode_valid_ && !doze_poms_switch_done_ && in Doze()
640 if (first_cycle_) { in Doze()
Dhw_virtual_drm.cpp246 if (first_cycle_) { in PowerOn()
Dhw_device_drm.h273 bool first_cycle_ = true; variable
Dhw_device_drm.cpp564 if (!first_cycle_ || null_display_commit_) { in Deinit()
1052 if (first_cycle_) { in PowerOff()
1087 if (first_cycle_ || ((!switch_mode_valid_) && (last_power_mode_ != DRMPowerMode::OFF))) { in Doze()
1137 if (first_cycle_) { in DozeSuspend()
1438 if (first_cycle_ || delay_first_commit_) { in SetupAtomic()
1456 if (first_cycle_ || vrefresh_ || update_mode_ || panel_mode_changed_) { in SetupAtomic()
1689 first_cycle_ = false; in AtomicCommit()
/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/sm8150/display/sdm/libs/core/drm/
Dhw_virtual_drm.cpp238 if (first_cycle_) { in PowerOn()
Dhw_device_drm.cpp523 if (!first_cycle_) { in Deinit()
859 if (first_cycle_) { in PowerOn()
892 if (first_cycle_) { in PowerOff()
915 if (first_cycle_ || last_power_mode_ != DRMPowerMode::OFF) { in Doze()
956 if (first_cycle_) { in DozeSuspend()
1216 if (first_cycle_) { in SetupAtomic()
1437 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.cpp460 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.cpp1776 first_cycle_ = false; in CommitLayerStack()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h346 bool IsFirstCommitDone() { return !first_cycle_; } in IsFirstCommitDone()
645 bool first_cycle_ = true; // false if a display commit has succeeded on the device. variable
Dhwc_display.cpp1694 first_cycle_ = false; in CommitLayerStack()