Searched refs:clip_copy (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fb_helper.c421 struct drm_clip_rect clip_copy; local
426 clip_copy = *clip;
432 if (clip_copy.x1 < clip_copy.x2 && clip_copy.y1 < clip_copy.y2) {
439 drm_fb_helper_dirty_blit_real(helper, &clip_copy);
443 &clip_copy, 1);

Completed in 159 milliseconds