Lines Matching refs:clips
93 * @clips: Dirty region.
94 * @num_clips: Count of clip in clips.
109 unsigned int color, struct drm_clip_rect *clips,
133 if (clips) {
147 convert_clip_rect_to_rect(clips, rects, num_clips, inc);
208 * @state: Plane state from which to iterate the damage clips.
210 * Initialize an iterator, which clips plane damage
233 iter->clips = (struct drm_rect *)drm_plane_get_damage_clips(state);
244 if (!iter->clips || state->ignore_damage_clips ||
246 iter->clips = NULL;
258 * Since plane src is in 16.16 fixed point and damage clips are whole number,
259 * this iterator round off clips that intersect with plane src. Round down for
262 * skip damage clips outside of plane src.
282 *rect = iter->clips[iter->curr_clip];
298 * @state: Plane state from which to iterate the damage clips.
301 * This function merges any valid plane damage clips into one rectangle and