Lines Matching refs:num_clips
42 uint32_t num_clips, uint32_t src_inc)
44 while (num_clips > 0) {
51 num_clips--;
96 * @num_clips: Count of clip in clips.
99 * during plane update. If num_clips is 0 then this helper will do a full plane
112 unsigned int num_clips)
140 num_clips /= 2;
143 rects = kzalloc_objs(*rects, num_clips);
149 convert_clip_rect_to_rect(clips, rects, num_clips, inc);
151 num_clips * sizeof(*rects),
236 iter->num_clips = drm_plane_get_damage_clips_count(state);
249 iter->num_clips = 0;
283 while (iter->curr_clip < iter->num_clips) {