Searched refs:rot_dst (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 911 DRMRect rot_dst = {0, 0, 0, 0}; in SetupAtomic() local 913 SetRect(hw_rotate_info->dst_roi, &rot_dst); in SetupAtomic() 914 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ROTATION_DST_RECT, pipe_id, rot_dst); in SetupAtomic()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 1055 DRMRect rot_dst = {0, 0, 0, 0}; in SetupAtomic() local 1057 SetRect(hw_rotate_info->dst_roi, &rot_dst); in SetupAtomic() 1058 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ROTATION_DST_RECT, pipe_id, rot_dst); in SetupAtomic()
|