Searched refs:primary_w (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)
442 if ((crtc_x + crtc_w) > primary_w)
443 crtc_w = primary_w - crtc_x;
469 (crtc_w == primary_w) && (crtc_h == primary_h))

Completed in 104 milliseconds