Lines Matching defs:clips
116 * Ignore damage clips if the framebuffer attached to the plane's state
1076 struct drm_vmw_rect *clips,
1079 return vmw_kms_sou_do_surface_dirty(dev_priv, vfb, NULL, clips,
1091 struct drm_vmw_rect *clips,
1098 ret = vmw_kms_stdu_surface_dirty(dev_priv, vfb, NULL, clips,
1104 sid, destX, destY, clips,
1493 * @clips: A set of struct drm_clip_rect. Either this os @vclips must be NULL.
1495 * @vclips: A set of struct drm_vmw_rect cliprects. Either this or @clips must
1499 * @num_clips: Number of cliprects in the @clips or @vclips array.
1506 const struct drm_clip_rect *clips,
1539 const struct drm_clip_rect *clips_ptr = clips;
1559 * in @clips is unsigned short, whereas in @vclips
1562 if (clips) {
1750 * number of clips that actually are in plane src for fifo allocation.