Searched refs:drm_mgr_ (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_atomic_req.cpp | 45 DRMAtomicReq::DRMAtomicReq(int fd, DRMManager *drm_mgr) : drm_mgr_(drm_mgr), fd_(fd) {} in DRMAtomicReq() 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() 132 drm_mgr_->GetDppsMgrIntf()->CacheDppsFeature(obj_id, args); in Perform() 135 drm_mgr_->GetDppsMgrIntf()->CommitDppsFeatures(drm_atomic_req_, token_); in Perform() 146 auto plane_mgr = drm_mgr_->GetPlaneMgr(); in CallAtomic() 169 auto crtc = drm_mgr_->GetCrtcMgr()->GetObject(token_.crtc_id); in Validate() 175 drm_mgr_->GetPlaneMgr()->UnsetUnusedResources(token_.crtc_id, false /*is_commit*/, in Validate() 183 drm_mgr_->GetPlaneMgr()->PostValidate(token_.crtc_id); in Validate() [all …]
|
D | drm_atomic_req.h | 57 DRMManager *drm_mgr_ = {}; variable
|