Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:region

621 		struct drm_clip_rect region;
625 region.x1 = diff.rect.x1;
626 region.x2 = diff.rect.x2;
627 region.y1 = diff.rect.y1;
628 region.y2 = diff.rect.y2;
629 ret = vmw_kms_update_proxy(&stdu->display_srf->res, &region,
641 region.x1, region.x2,
642 region.y1, region.y2);