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

/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_sprite.c409 int primary_w = crtc->mode.hdisplay, primary_h = crtc->mode.vdisplay; local
424 if (crtc_x >= primary_w || crtc_y >= primary_h)
451 if (crtc_y + crtc_h > primary_h)
452 crtc_h = primary_h - crtc_y;
469 (crtc_w == primary_w) && (crtc_h == primary_h))

Completed in 41 milliseconds