Searched refs:PerformWrapper (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_plane.cpp | 974 void DRMPlane::PerformWrapper(DRMOps code, drmModeAtomicReq *req, ...) { in PerformWrapper() function in sde_drm::DRMPlane 1019 PerformWrapper(DRMOps::PLANE_SET_FB_ID, req, 0); in Unset() 1020 PerformWrapper(DRMOps::PLANE_SET_CRTC, req, 0); in Unset() 1022 PerformWrapper(DRMOps::PLANE_SET_SRC_RECT, req, rect); in Unset() 1023 PerformWrapper(DRMOps::PLANE_SET_DST_RECT, req, rect); in Unset() 1024 PerformWrapper(DRMOps::PLANE_SET_EXCL_RECT, req, rect); in Unset() 1026 PerformWrapper(DRMOps::PLANE_SET_INVERSE_PMA, req, 0); in Unset()
|
D | drm_plane.h | 92 void PerformWrapper(DRMOps code, drmModeAtomicReq *req, ...);
|