Searched refs:primary_w (Results 1 – 1 of 1) sorted by relevance
405 int primary_w = crtc->mode.hdisplay, primary_h = crtc->mode.vdisplay; in intel_update_plane() local420 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()