Lines Matching defs:clip
82 * @pre_clip: Populate fifo before clip.
84 * This is where pre clip related command should be populated like
95 * @clip: Populate fifo for clip.
99 * which is one if doing full update. @clip is the damage in destination
100 * coordinates which is crtc/DU and @src_x, @src_y is damage clip src in
107 uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd,
108 struct drm_rect *clip, uint32_t src_x, uint32_t src_y);
111 * @post_clip: Populate fifo after clip.
159 * all clip rects. This function must commit the fifo space reserved by the
161 * @clip: Callback that is called for each cliprect on each display unit.
166 * @unit: The current display unit. Set up by the helper before a call to @clip.
167 * @cmd: The allocated fifo space. Set up by the helper before the first @clip
170 * @num_hits: Number of clip rect commands for this display unit.
171 * Cleared by the helper before the first @clip call. Updated by the @clip
180 * The clip rect coordinates are updated by the helper for each @clip call.
186 void (*clip)(struct vmw_kms_dirty *);