Lines Matching refs:clips
1426 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty() argument
1439 clips = &norect; in vmw_framebuffer_bo_dirty()
1451 clips, num_clips, increment); in vmw_framebuffer_bo_dirty()
1469 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty_ext() argument
1477 color, clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
1480 clips, num_clips); in vmw_framebuffer_bo_dirty_ext()
2129 struct drm_vmw_rect *clips, in vmw_kms_generic_present() argument
2132 return vmw_kms_sou_do_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_generic_present()
2144 struct drm_vmw_rect *clips, in vmw_kms_present() argument
2151 ret = vmw_kms_stdu_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_present()
2157 sid, destX, destY, clips, in vmw_kms_present()
2756 const struct drm_clip_rect *clips, in vmw_kms_helper_dirty() argument
2789 const struct drm_clip_rect *clips_ptr = clips; in vmw_kms_helper_dirty()
2812 if (clips) { in vmw_kms_helper_dirty()
2911 const struct drm_clip_rect *clips, in vmw_kms_update_proxy() argument
2925 if (!clips) in vmw_kms_update_proxy()
2932 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) { in vmw_kms_update_proxy()
2941 if (clips->x1 > size->width || clips->x2 > size->width || in vmw_kms_update_proxy()
2942 clips->y1 > size->height || clips->y2 > size->height) { in vmw_kms_update_proxy()
2947 box->x = clips->x1; in vmw_kms_update_proxy()
2948 box->y = clips->y1; in vmw_kms_update_proxy()
2950 box->w = clips->x2 - clips->x1; in vmw_kms_update_proxy()
2951 box->h = clips->y2 - clips->y1; in vmw_kms_update_proxy()