Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.h124 void *vmw_bo_map_and_cache(struct vmw_bo *vbo);
Dvmwgfx_kms.c157 header = vmw_bo_map_and_cache(vps->cursor.bo); in vmw_cursor_update_mob()
190 return vmw_bo_map_and_cache(vps->surf->res.guest_memory_bo); in vmw_du_cursor_plane_acquire_image()
592 vmw_bo_map_and_cache(vps->cursor.bo); in vmw_du_cursor_plane_map_cm()
742 vmw_bo_map_and_cache(vps->surf->res.guest_memory_bo); in vmw_du_cursor_plane_prepare_fb()
Dvmwgfx_bo.c326 void *vmw_bo_map_and_cache(struct vmw_bo *vbo) in vmw_bo_map_and_cache() function
Dvmwgfx_cmdbuf.c1256 man->map = vmw_bo_map_and_cache(man->cmd_space); in vmw_cmdbuf_set_pool_size()