Searched refs:vmw_bo_map_and_cache (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h126 void *vmw_bo_map_and_cache(struct vmw_bo *vbo);
H A Dvmwgfx_vkms.c97 mapped_surface = vmw_bo_map_and_cache(bo);
H A Dvmwgfx_kms.c166 header = vmw_bo_map_and_cache(vps->cursor.bo);
198 return vmw_bo_map_and_cache(vps->surf->res.guest_memory_bo);
201 return vmw_bo_map_and_cache(vps->bo);
609 vmw_bo_map_and_cache(vps->cursor.bo);
731 * Not using vmw_bo_map_and_cache() helper here as we need to
733 * vmw_bo_map_and_cache() omits.
753 vmw_bo_map_and_cache(vps->surf->res.guest_memory_bo);
H A Dvmwgfx_bo.c313 * vmw_bo_map_and_cache - Map a buffer object and cache the map
327 void *vmw_bo_map_and_cache(struct vmw_bo *vbo) function
352 * vmw_bo_map_and_cache().
H A Dvmwgfx_cmdbuf.c1256 man->map = vmw_bo_map_and_cache(man->cmd_space);

Completed in 317 milliseconds