Home
last modified time | relevance | path

Searched refs:primary_w (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_sprite.c405 int primary_w = crtc->mode.hdisplay, primary_h = crtc->mode.vdisplay; in intel_update_plane() local
420 if (crtc_x >= primary_w || crtc_y >= primary_h) in intel_update_plane()
438 if ((crtc_x + crtc_w) > primary_w) in intel_update_plane()
439 crtc_w = primary_w - crtc_x; in intel_update_plane()
465 (crtc_w == primary_w) && (crtc_h == primary_h)) in intel_update_plane()