Searched refs:drm_rect_height (Results 1 - 1 of 1) sorted by relevance

/include/drm/
H A Ddrm_rect.h111 * drm_rect_height - determine the rectangle height
117 static inline int drm_rect_height(const struct drm_rect *r) function
131 return drm_rect_width(r) > 0 && drm_rect_height(r) > 0;

Completed in 43 milliseconds