Lines Matching refs:hosted
272 ms->fd = vmwgfx_hosted_drm_fd(ms->hdriver, ms->hosted, ms->PciInfo);
507 ms->hosted = vmwgfx_hosted_create(ms->hdriver, pScrn);
508 if (ms->hdriver && !ms->hosted) {
510 "Failed to set up compositor hosted environment.\n");
525 if (!vmwgfx_hosted_pre_init(ms->hdriver, ms->hosted, flags))
643 vmwgfx_hosted_destroy(ms->hdriver, ms->hosted);
810 vmwgfx_hosted_post_damage(ms->hdriver, ms->hosted);
1129 "Can't run hosted without XA. Giving up.\n");
1199 if (!vmwgfx_hosted_screen_init(ms->hdriver, ms->hosted, pScreen)) {
1201 "Failed hosted Screen init. Giving up.\n");
1279 vmwgfx_hosted_destroy(ms->hdriver, ms->hosted);
1359 vmwgfx_hosted_screen_close(ms->hdriver, ms->hosted);