Home
last modified time | relevance | path

Searched refs:drm_atomic_req_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_atomic_req.cpp48 if (drm_atomic_req_) { in ~DRMAtomicReq()
49 drmModeAtomicFree(drm_atomic_req_); in ~DRMAtomicReq()
50 drm_atomic_req_ = nullptr; in ~DRMAtomicReq()
56 drm_atomic_req_ = drmModeAtomicAlloc(); in Init()
57 if (!drm_atomic_req_) { in Init()
90 drm_mgr_->GetPlaneMgr()->Perform(opcode, obj_id, drm_atomic_req_, args); in Perform()
113 drm_mgr_->GetCrtcMgr()->Perform(opcode, obj_id, drm_atomic_req_, args); in Perform()
129 drm_mgr_->GetConnectorMgr()->Perform(opcode, obj_id, drm_atomic_req_, args); in Perform()
135 drm_mgr_->GetDppsMgrIntf()->CommitDppsFeatures(drm_atomic_req_, token_); in Perform()
149 cnt = plane_mgr->ApplyDirtyProperties(drm_atomic_req_); in CallAtomic()
[all …]
Ddrm_atomic_req.h56 drmModeAtomicReq *drm_atomic_req_ = {}; variable