Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:clip

84 	 * @pre_clip: Populate fifo before clip.
86 * This is where pre clip related command should be populated like
97 * @clip: Populate fifo for clip.
101 * which is one if doing full update. @clip is the damage in destination
102 * coordinates which is crtc/DU and @src_x, @src_y is damage clip src in
109 uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd,
110 struct drm_rect *clip, uint32_t src_x, uint32_t src_y);
113 * @post_clip: Populate fifo after clip.
161 * all clip rects. This function must commit the fifo space reserved by the
163 * @clip: Callback that is called for each cliprect on each display unit.
168 * @unit: The current display unit. Set up by the helper before a call to @clip.
169 * @cmd: The allocated fifo space. Set up by the helper before the first @clip
172 * @num_hits: Number of clip rect commands for this display unit.
173 * Cleared by the helper before the first @clip call. Updated by the @clip
175 * @fb_x: Clip rect left side in framebuffer coordinates.
176 * @fb_y: Clip rect right side in framebuffer coordinates.
177 * @unit_x1: Clip rect left side in crtc coordinates.
178 * @unit_y1: Clip rect top side in crtc coordinates.
179 * @unit_x2: Clip rect right side in crtc coordinates.
180 * @unit_y2: Clip rect bottom side in crtc coordinates.
182 * The clip rect coordinates are updated by the helper for each @clip call.
188 void (*clip)(struct vmw_kms_dirty *);
229 * Clip rectangle