Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_device_drm.cpp361 void HWDeviceDRM::SetupAtomic(HWLayers *hw_layers, bool validate) { in SetupAtomic() function in sdm::HWDeviceDRM
445 SetupAtomic(hw_layers, true /* validate */); in Validate()
516 SetupAtomic(hw_layers, false /* validate */); in AtomicCommit()
H A Dhw_device_drm.h118 void SetupAtomic(HWLayers *hw_layers, bool validate);
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/drm/
H A Dhw_device_drm.h121 void SetupAtomic(HWLayers *hw_layers, bool validate);
H A Dhw_device_drm.cpp590 void HWDeviceDRM::SetupAtomic(HWLayers *hw_layers, bool validate) { in SetupAtomic() function in sdm::HWDeviceDRM
676 SetupAtomic(hw_layers, true /* validate */); in Validate()
755 SetupAtomic(hw_layers, false /* validate */); in AtomicCommit()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
H A Dhw_device_drm.h123 void SetupAtomic(HWLayers *hw_layers, bool validate);
H A Dhw_device_drm.cpp585 void HWDeviceDRM::SetupAtomic(HWLayers *hw_layers, bool validate) { in SetupAtomic() function in sdm::HWDeviceDRM
671 SetupAtomic(hw_layers, true /* validate */); in Validate()
750 SetupAtomic(hw_layers, false /* validate */); in AtomicCommit()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/
H A Dhw_device_drm.h143 void SetupAtomic(HWLayers *hw_layers, bool validate);
H A Dhw_device_drm.cpp834 void HWDeviceDRM::SetupAtomic(HWLayers *hw_layers, bool validate) { in SetupAtomic() function in sdm::HWDeviceDRM
1067 SetupAtomic(hw_layers, true /* validate */); in Validate()
1146 SetupAtomic(hw_layers, false /* validate */); in AtomicCommit()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_device_drm.h162 void SetupAtomic(HWLayers *hw_layers, bool validate);
H A Dhw_device_drm.cpp1000 void HWDeviceDRM::SetupAtomic(HWLayers *hw_layers, bool validate) { in SetupAtomic() function in sdm::HWDeviceDRM
1293 SetupAtomic(hw_layers, true /* validate */); in Validate()
1372 SetupAtomic(hw_layers, false /* validate */); in AtomicCommit()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_device_drm.h169 void SetupAtomic(Fence::ScopedRef &scoped_ref, HWLayers *hw_layers, bool validate,
H A Dhw_device_drm.cpp1144 void HWDeviceDRM::SetupAtomic(Fence::ScopedRef &scoped_ref, HWLayers *hw_layers, bool validate, in SetupAtomic() function in sdm::HWDeviceDRM
1469 SetupAtomic(scoped_ref, hw_layers, true /* validate */, nullptr, nullptr); in Validate()
1555 SetupAtomic(scoped_ref, hw_layers, false /* validate */, &release_fence_fd, &retire_fence_fd); in AtomicCommit()