Home
last modified time | relevance | path

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

/include/drm/
Ddrm_rect.h53 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1
68 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() function
158 return drm_rect_width(r) > 0 && drm_rect_height(r) > 0; in drm_rect_visible()