Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cursor_plane.c116 u32 *image = vmw_bo_map_and_cache(bo); in vmw_cursor_update_mob()
119 header = vmw_bo_map_and_cache(vps->cursor.mob); in vmw_cursor_update_mob()
449 vmw_bo_map_and_cache(vbo); in vmw_cursor_mob_map()
543 old_image = vmw_bo_map_and_cache(old_bo); in vmw_cursor_buffer_changed()
544 new_image = vmw_bo_map_and_cache(new_bo); in vmw_cursor_buffer_changed()
657 vmw_bo_map_and_cache(bo); in vmw_cursor_plane_prepare_fb()
H A Dvmwgfx_bo.h136 void *vmw_bo_map_and_cache(struct vmw_bo *vbo);
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.c345 void *vmw_bo_map_and_cache(struct vmw_bo *vbo) in vmw_bo_map_and_cache() function
H A Dvmwgfx_cmdbuf.c1260 man->map = vmw_bo_map_and_cache(man->cmd_space); in vmw_cmdbuf_set_pool_size()
H A Dvmwgfx_kms.c1980 return vmw_bo_map_and_cache(bo); in vmw_user_object_map()