Searched refs:PerformWrapper (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_plane.cpp | 1004 void DRMPlane::PerformWrapper(DRMOps code, drmModeAtomicReq *req, ...) { in PerformWrapper() function in sde_drm::DRMPlane 1049 PerformWrapper(DRMOps::PLANE_SET_FB_ID, req, 0); in Unset() 1050 PerformWrapper(DRMOps::PLANE_SET_CRTC, req, 0); in Unset() 1052 PerformWrapper(DRMOps::PLANE_SET_SRC_RECT, req, rect); in Unset() 1053 PerformWrapper(DRMOps::PLANE_SET_DST_RECT, req, rect); in Unset() 1054 PerformWrapper(DRMOps::PLANE_SET_EXCL_RECT, req, rect); in Unset() 1056 PerformWrapper(DRMOps::PLANE_SET_INVERSE_PMA, req, 0); in Unset()
|
D | drm_plane.h | 129 void PerformWrapper(DRMOps code, drmModeAtomicReq *req, ...);
|