Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c43 void vmw_clip_cliprects(struct drm_clip_rect *rects, in vmw_clip_cliprects() argument
52 int x1 = max_t(int, clip.x1, rects[i].x1); in vmw_clip_cliprects()
53 int y1 = max_t(int, clip.y1, rects[i].y1); in vmw_clip_cliprects()
54 int x2 = min_t(int, clip.x2, rects[i].x2); in vmw_clip_cliprects()
55 int y2 = min_t(int, clip.y2, rects[i].y2); in vmw_clip_cliprects()
1643 struct drm_vmw_rect *rects) in vmw_du_update_layout() argument
1657 DRM_INFO("(%i, %i %ux%u) ", rects[i].x, rects[i].y, in vmw_du_update_layout()
1658 rects[i].w, rects[i].h); in vmw_du_update_layout()
1666 du->pref_width = rects[du->unit].w; in vmw_du_update_layout()
1667 du->pref_height = rects[du->unit].h; in vmw_du_update_layout()
[all …]
Dvmwgfx_kms.h159 struct drm_vmw_rect *rects);