Searched refs:drm_rect_equals (Results 1 – 3 of 3) sorted by relevance
142 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function
180 if (!can_position && !drm_rect_equals(dest, clip)) { in drm_plane_helper_check_update()
1025 state->hides_primary = fb != NULL && drm_rect_equals(dst, clip) && in intel_check_sprite_plane()