Lines Matching refs:clips

422 				  struct drm_clip_rect *clips,  in vmw_framebuffer_surface_dirty()  argument
445 clips = &norect; in vmw_framebuffer_surface_dirty()
456 clips, NULL, NULL, 0, 0, in vmw_framebuffer_surface_dirty()
460 clips, NULL, NULL, 0, 0, in vmw_framebuffer_surface_dirty()
630 struct drm_clip_rect *clips, in vmw_framebuffer_dmabuf_dirty() argument
649 clips = &norect; in vmw_framebuffer_dmabuf_dirty()
661 clips, NULL, num_clips, increment, in vmw_framebuffer_dmabuf_dirty()
666 clips, num_clips, increment, in vmw_framebuffer_dmabuf_dirty()
672 clips, num_clips, increment); in vmw_framebuffer_dmabuf_dirty()
1067 struct drm_vmw_rect *clips, in vmw_kms_generic_present() argument
1070 return vmw_kms_sou_do_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_generic_present()
1082 struct drm_vmw_rect *clips, in vmw_kms_present() argument
1089 ret = vmw_kms_stdu_surface_dirty(dev_priv, vfb, NULL, clips, in vmw_kms_present()
1095 sid, destX, destY, clips, in vmw_kms_present()
1720 const struct drm_clip_rect *clips, in vmw_kms_helper_dirty() argument
1746 const struct drm_clip_rect *clips_ptr = clips; in vmw_kms_helper_dirty()
1771 if (clips) { in vmw_kms_helper_dirty()
2007 const struct drm_clip_rect *clips, in vmw_kms_update_proxy() argument
2021 if (!clips) in vmw_kms_update_proxy()
2031 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) { in vmw_kms_update_proxy()
2040 if (clips->x1 > size->width || clips->x2 > size->width || in vmw_kms_update_proxy()
2041 clips->y1 > size->height || clips->y2 > size->height) { in vmw_kms_update_proxy()
2046 box->x = clips->x1; in vmw_kms_update_proxy()
2047 box->y = clips->y1; in vmw_kms_update_proxy()
2049 box->w = clips->x2 - clips->x1; in vmw_kms_update_proxy()
2050 box->h = clips->y2 - clips->y1; in vmw_kms_update_proxy()