Searched refs:drm_rect_intersect (Results 1 – 3 of 3) sorted by relevance
44 bool drm_rect_intersect(struct drm_rect *r1, const struct drm_rect *r2) in drm_rect_intersect() function53 EXPORT_SYMBOL(drm_rect_intersect);
256 bool drm_rect_intersect(struct drm_rect *r, const struct drm_rect *clip);
421 if (!drm_rect_intersect(&dst_clip, &damage)) in appletbdrm_flush_damage()