drm_rect_equals
if (!can_position && !drm_rect_equals(dst, &clip)) {
!drm_rect_equals(&state->src, &old_state->src)) {
if (!drm_rect_equals(&old_plane_state->uapi.src, &new_plane_state->uapi.src) ||
!drm_rect_equals(&old_plane_state->uapi.dst, &new_plane_state->uapi.dst)) {
if (!drm_rect_equals(&clipped, &req))
!drm_rect_equals(dst, clip)) {
!drm_rect_equals(&new_plane_state->uapi.dst,
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->dst, &expected),
KUNIT_EXPECT_TRUE_MSG(test, drm_rect_equals(&plane_state->src, &expected),