Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_rect.h142 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals() function
/linux-4.1.27/drivers/gpu/drm/
Ddrm_plane_helper.c180 if (!can_position && !drm_rect_equals(dest, clip)) { in drm_plane_helper_check_update()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sprite.c1025 state->hides_primary = fb != NULL && drm_rect_equals(dst, clip) && in intel_check_sprite_plane()