Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h136 void *vmw_bo_map_and_cache(struct vmw_bo *vbo);
H A Dvmwgfx_kms.c167 header = vmw_bo_map_and_cache(vps->cursor.bo); in vmw_cursor_update_mob()
607 vmw_bo_map_and_cache(vps->cursor.bo); in vmw_du_cursor_plane_map_cm()
724 vmw_bo_map_and_cache(bo); in vmw_du_cursor_plane_prepare_fb()
2785 return vmw_bo_map_and_cache(bo); in vmw_user_object_map()
H A Dvmwgfx_vkms.c96 mapped_surface = vmw_bo_map_and_cache(bo); in compute_crc()
H A Dvmwgfx_blit.c441 ptr = vmw_bo_map_and_cache(bo); in map_external()
H A Dvmwgfx_bo.c350 void *vmw_bo_map_and_cache(struct vmw_bo *vbo) in vmw_bo_map_and_cache() function
H A Dvmwgfx_cmdbuf.c1256 man->map = vmw_bo_map_and_cache(man->cmd_space); in vmw_cmdbuf_set_pool_size()