Lines Matching refs:clips
116 * Ignore damage clips if the framebuffer attached to the plane's state
1073 struct drm_vmw_rect *clips,
1076 return vmw_kms_sou_do_surface_dirty(dev_priv, vfb, NULL, clips,
1088 struct drm_vmw_rect *clips,
1095 ret = vmw_kms_stdu_surface_dirty(dev_priv, vfb, NULL, clips,
1101 sid, destX, destY, clips,
1490 * @clips: A set of struct drm_clip_rect. Either this os @vclips must be NULL.
1492 * @vclips: A set of struct drm_vmw_rect cliprects. Either this or @clips must
1496 * @num_clips: Number of cliprects in the @clips or @vclips array.
1503 const struct drm_clip_rect *clips,
1536 const struct drm_clip_rect *clips_ptr = clips;
1556 * in @clips is unsigned short, whereas in @vclips
1559 if (clips) {
1747 * number of clips that actually are in plane src for fifo allocation.