Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:clips

543  * This function calculates the bounding box for all the incoming clips.
660 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
661 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
663 * @num_clips: Number of clip rects in @clips or @vclips.
664 * @increment: Increment to use when looping over @clips or @vclips.
680 struct drm_clip_rect *clips,
732 ret = vmw_kms_helper_dirty(dev_priv, vfb, clips, vclips,
836 * @clips: Array of clip rects. Either @clips or @vclips must be NULL.
837 * @vclips: Alternate array of clip rects. Either @clips or @vclips must
843 * @num_clips: Number of clip rects in @clips.
844 * @inc: Increment to use when looping over @clips.
855 struct drm_clip_rect *clips,
883 ret = vmw_kms_update_proxy(srf, clips, num_clips, inc);
898 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips,