Searched refs:drm_rect_equals (Results 1 – 8 of 8) sorted by relevance
221 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function
244 if (!iter->clips || !drm_rect_equals(&state->src, &old_state->src)) { in drm_atomic_helper_damage_iter_init()
914 if (!can_position && !drm_rect_equals(dst, &clip)) { in drm_atomic_helper_check_plane_state()
890 !drm_rect_equals(dst, clip)) { in intel_atomic_plane_check_clipping()
972 !drm_rect_equals(&clipped, &req)) in check_overlay_dst()
1760 !drm_rect_equals(&new_plane_state->uapi.dst, in intel_psr2_sel_fetch_update()
6627 if (!drm_rect_equals(&old_plane_state->uapi.src, &new_plane_state->uapi.src) || in intel_async_flip_check_hw()6628 !drm_rect_equals(&old_plane_state->uapi.dst, &new_plane_state->uapi.dst)) { in intel_async_flip_check_hw()
931 drm_rect_equals(fb_rect, src); in dpu_plane_validate_src()