Searched refs:drm_rect_height (Results 1 – 1 of 1) sorted by relevance
53 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y168 drm_rect_height(r) >> 16, ((drm_rect_height(r) & 0xffff) * 15625) >> 10, \144 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height() function158 return drm_rect_width(r) > 0 && drm_rect_height(r) > 0; in drm_rect_visible()