Home
last modified time | relevance | path

Searched refs:drm_rect_equals (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_rect.h142 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function
/linux-4.4.14/drivers/gpu/drm/
Ddrm_plane_helper.c181 if (!can_position && !drm_rect_equals(dest, clip)) { in drm_plane_helper_check_update()