Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/
Ddrm_rect.h53 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1
67 drm_rect_width(r) >> 16, ((drm_rect_width(r) & 0xffff) * 15625) >> 10, \
132 static inline int drm_rect_width(const struct drm_rect *r) in drm_rect_width() function
158 return drm_rect_width(r) > 0 && drm_rect_height(r) > 0; in drm_rect_visible()