Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
HDdrm_rect.h169 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function
/dragonfly/sys/dev/drm/
HDdrm_plane_helper.c182 if (!can_position && !drm_rect_equals(dst, clip)) { in drm_plane_helper_check_state()