Lines Matching refs:clips
996 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty() argument
1015 clips = &norect; in vmw_framebuffer_bo_dirty()
1027 clips, num_clips, increment); in vmw_framebuffer_bo_dirty()
1046 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty_ext() argument
1053 color, clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
1056 clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
1730 struct drm_vmw_rect *clips, in vmw_kms_generic_present() argument
1733 return vmw_kms_sou_do_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_generic_present()
1745 struct drm_vmw_rect *clips, in vmw_kms_present() argument
1752 ret = vmw_kms_stdu_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_present()
1758 sid, destX, destY, clips, in vmw_kms_present()
2350 const struct drm_clip_rect *clips, in vmw_kms_helper_dirty() argument
2383 const struct drm_clip_rect *clips_ptr = clips; in vmw_kms_helper_dirty()
2406 if (clips) { in vmw_kms_helper_dirty()
2505 const struct drm_clip_rect *clips, in vmw_kms_update_proxy() argument
2519 if (!clips) in vmw_kms_update_proxy()
2526 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) { in vmw_kms_update_proxy()
2535 if (clips->x1 > size->width || clips->x2 > size->width || in vmw_kms_update_proxy()
2536 clips->y1 > size->height || clips->y2 > size->height) { in vmw_kms_update_proxy()
2541 box->x = clips->x1; in vmw_kms_update_proxy()
2542 box->y = clips->y1; in vmw_kms_update_proxy()
2544 box->w = clips->x2 - clips->x1; in vmw_kms_update_proxy()
2545 box->h = clips->y2 - clips->y1; in vmw_kms_update_proxy()