Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c271 if (vcotbl->scrubbed) in vmw_cotable_scrub()
337 if (!vcotbl->scrubbed) in vmw_cotable_unbind()
506 res->id = vcotbl->type; in vmw_cotable_resize()
552 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()
607 vcotbl = kzalloc(sizeof(*vcotbl), GFP_KERNEL); in vmw_cotable_alloc()
619 vcotbl->res.id = type; in vmw_cotable_alloc()
625 vcotbl->res.guest_memory_size = PFN_ALIGN(vcotbl->res.guest_memory_size); in vmw_cotable_alloc()
630 vcotbl->type = type; in vmw_cotable_alloc()
631 vcotbl->ctx = ctx; in vmw_cotable_alloc()
635 return &vcotbl->res; in vmw_cotable_alloc()
[all …]