Searched refs:right_rect (Results 1 – 1 of 1) sorted by relevance
1253 struct drm_rect left_rect, right_rect; in dpu_crtc_atomic_check() local1268 right_rect = drm_plane_state_dest(cur_pstate->drm_pstate); in dpu_crtc_atomic_check()1270 if (right_rect.x1 < left_rect.x1) { in dpu_crtc_atomic_check()1272 swap(left_rect, right_rect); in dpu_crtc_atomic_check()1288 } else if (right_rect.x1 != drm_rect_width(&left_rect)) { in dpu_crtc_atomic_check()1293 DRM_RECT_ARG(&right_rect)); in dpu_crtc_atomic_check()1296 } else if (left_rect.y1 != right_rect.y1 || in dpu_crtc_atomic_check()1297 drm_rect_height(&left_rect) != drm_rect_height(&right_rect)) { in dpu_crtc_atomic_check()1302 DRM_RECT_ARG(&right_rect)); in dpu_crtc_atomic_check()