Lines Matching refs:clips
995 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty() argument
1014 clips = &norect; in vmw_framebuffer_bo_dirty()
1026 clips, num_clips, increment); in vmw_framebuffer_bo_dirty()
1045 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty_ext() argument
1052 color, clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
1055 clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
1729 struct drm_vmw_rect *clips, in vmw_kms_generic_present() argument
1732 return vmw_kms_sou_do_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_generic_present()
1744 struct drm_vmw_rect *clips, in vmw_kms_present() argument
1751 ret = vmw_kms_stdu_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_present()
1757 sid, destX, destY, clips, in vmw_kms_present()
2349 const struct drm_clip_rect *clips, in vmw_kms_helper_dirty() argument
2382 const struct drm_clip_rect *clips_ptr = clips; in vmw_kms_helper_dirty()
2405 if (clips) { in vmw_kms_helper_dirty()
2504 const struct drm_clip_rect *clips, in vmw_kms_update_proxy() argument
2518 if (!clips) in vmw_kms_update_proxy()
2525 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) { in vmw_kms_update_proxy()
2534 if (clips->x1 > size->width || clips->x2 > size->width || in vmw_kms_update_proxy()
2535 clips->y1 > size->height || clips->y2 > size->height) { in vmw_kms_update_proxy()
2540 box->x = clips->x1; in vmw_kms_update_proxy()
2541 box->y = clips->y1; in vmw_kms_update_proxy()
2543 box->w = clips->x2 - clips->x1; in vmw_kms_update_proxy()
2544 box->h = clips->y2 - clips->y1; in vmw_kms_update_proxy()