| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_bo.c | 43 struct vmw_bo *vbo = to_vmw_bo(&bo->base); in vmw_bo_free() 88 struct vmw_bo *buf, in vmw_bo_pin_in_placement() 125 struct vmw_bo *buf, in vmw_bo_pin_in_vram_or_gmr() 173 struct vmw_bo *buf, in vmw_bo_pin_in_vram() 194 struct vmw_bo *buf, in vmw_bo_pin_in_start_of_vram() 252 struct vmw_bo *buf, in vmw_bo_unpin() 297 void vmw_bo_pin_reserved(struct vmw_bo *vbo, bool pin) in vmw_bo_pin_reserved() 345 void *vmw_bo_map_and_cache(struct vmw_bo *vbo) in vmw_bo_map_and_cache() 350 void *vmw_bo_map_and_cache_size(struct vmw_bo *vbo, size_t size) in vmw_bo_map_and_cache_size() 380 void vmw_bo_unmap(struct vmw_bo *vbo) in vmw_bo_unmap() [all …]
|
| H A D | vmwgfx_drv.h | 99 struct vmw_bo; 100 struct vmw_bo; 144 struct vmw_bo *guest_memory_bo; 400 struct vmw_bo *cur_query_bo; 412 struct vmw_bo *dx_query_mob; 437 struct vmw_bo *otable_bo; 576 struct vmw_bo *dummy_query_bo; 577 struct vmw_bo *pinned_bo; 760 struct vmw_bo *buffer; 769 struct vmw_bo *vmw_user_object_buffer(struct vmw_user_object *uo); [all …]
|
| H A D | vmwgfx_page_dirty.c | 55 bool vmw_bo_is_dirty(struct vmw_bo *vbo) in vmw_bo_is_dirty() 68 static void vmw_bo_dirty_scan_pagetable(struct vmw_bo *vbo) in vmw_bo_dirty_scan_pagetable() 106 static void vmw_bo_dirty_scan_mkwrite(struct vmw_bo *vbo) in vmw_bo_dirty_scan_mkwrite() 149 void vmw_bo_dirty_scan(struct vmw_bo *vbo) in vmw_bo_dirty_scan() 170 static void vmw_bo_dirty_pre_unmap(struct vmw_bo *vbo, in vmw_bo_dirty_pre_unmap() 195 void vmw_bo_dirty_unmap(struct vmw_bo *vbo, in vmw_bo_dirty_unmap() 216 int vmw_bo_dirty_add(struct vmw_bo *vbo) in vmw_bo_dirty_add() 280 void vmw_bo_dirty_release(struct vmw_bo *vbo) in vmw_bo_dirty_release() 300 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_bo_dirty_transfer_to_res() 335 void vmw_bo_dirty_clear(struct vmw_bo *vbo) in vmw_bo_dirty_clear() [all …]
|
| H A D | vmwgfx_validation.c | 76 struct vmw_bo *new_guest_memory_bo; 158 struct vmw_bo *vbo) in vmw_validation_find_bo_dup() 247 struct vmw_bo *vbo) in vmw_validation_add_bo() 384 struct vmw_bo *vbo, in vmw_validation_res_switch_backup() 425 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_validation_res_reserve() 499 struct vmw_bo *vbo = to_vmw_bo(&bo->base); in vmw_validation_bo_validate_single() 540 struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base); in vmw_validation_bo_validate() 590 struct vmw_bo *backup = res->guest_memory_bo; in vmw_validation_res_validate() 602 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_validation_res_validate() 840 struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base); in vmw_validation_bo_backoff()
|
| H A D | vmwgfx_cursor_plane.h | 21 struct vmw_bo; 44 struct vmw_bo *mob; 61 struct vmw_bo *cursor_mobs[3];
|
| H A D | vmwgfx_execbuf.c | 51 struct vmw_bo *vbo; 135 struct vmw_bo **vmw_bo_p); 461 struct vmw_bo *dx_query_mob; in vmw_resource_context_res_add() 586 struct vmw_bo *expected_dx_query_mob; in vmw_resources_reserve() 693 struct vmw_bo *dx_query_mob; in vmw_rebind_all_dx_query() 1007 struct vmw_bo *new_query_bo, in vmw_query_bo_switch_prepare() 1135 struct vmw_bo **vmw_bo_p) in vmw_translate_mob_ptr() 1137 struct vmw_bo *vmw_bo, *tmp_bo; in vmw_translate_mob_ptr() local 1143 ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo); in vmw_translate_mob_ptr() 1148 vmw_bo_placement_set(vmw_bo, VMW_BO_DOMAIN_MOB, VMW_BO_DOMAIN_MOB); in vmw_translate_mob_ptr() [all …]
|
| H A D | vmwgfx_validation.h | 69 struct vmw_bo; 155 struct vmw_bo *vbo); 171 struct vmw_bo *vbo,
|
| H A D | vmwgfx_blit.c | 425 static void *map_external(struct vmw_bo *bo, struct iosys_map *map) in map_external() 448 static void unmap_external(struct vmw_bo *bo, struct iosys_map *map) in unmap_external() 456 static int vmw_external_bo_copy(struct vmw_bo *dst, u32 dst_offset, in vmw_external_bo_copy() 457 u32 dst_stride, struct vmw_bo *src, in vmw_external_bo_copy() 541 int vmw_bo_cpu_blit(struct vmw_bo *vmw_dst, in vmw_bo_cpu_blit() 543 struct vmw_bo *vmw_src, in vmw_bo_cpu_blit()
|
| H A D | vmwgfx_cursor_plane.c | 115 struct vmw_bo *bo = vmw_user_object_buffer(&vps->uo); in vmw_cursor_update_mob() 153 static void vmw_cursor_mob_destroy(struct vmw_bo **vbo) in vmw_cursor_mob_destroy() 174 struct vmw_bo *vbo = vps->cursor.mob; in vmw_cursor_mob_unmap() 434 struct vmw_bo *vbo = vps->cursor.mob; in vmw_cursor_mob_map() 487 struct vmw_bo *new_bo = vmw_user_object_buffer(&new_vps->uo); in vmw_cursor_buffer_changed() 488 struct vmw_bo *old_bo = vmw_user_object_buffer(&old_vps->uo); in vmw_cursor_buffer_changed() 603 struct vmw_bo *bo = NULL; in vmw_cursor_plane_prepare_fb() 744 struct vmw_bo *bo; in vmw_cursor_plane_atomic_update()
|
| H A D | vmwgfx_overlay.c | 39 struct vmw_bo *buf; 89 struct vmw_bo *buf, in vmw_overlay_send_put() 220 struct vmw_bo *buf, in vmw_overlay_move_buffer() 292 struct vmw_bo *buf, in vmw_overlay_update_stream() 430 struct vmw_bo *buf; in vmw_overlay_ioctl()
|
| H A D | vmwgfx_shader.c | 164 struct vmw_bo *byte_code, in vmw_gb_shader_init() 686 struct vmw_bo *buffer, in vmw_user_shader_alloc() 740 struct vmw_bo *buffer, in vmw_shader_alloc() 777 struct vmw_bo *buffer = NULL; in vmw_shader_define() 889 struct vmw_bo *buf; in vmw_compat_shader_add()
|
| H A D | vmwgfx_kms.c | 422 struct vmw_bo *bo = vmw_user_object_buffer(&vfbs->uo); in vmw_framebuffer_surface_destroy() 487 struct vmw_bo *bo = vmw_user_object_buffer(&vfbs->uo); in vmw_framebuffer_surface_create_handle() 607 struct vmw_bo *bo, in vmw_kms_new_framebuffer_bo() 728 struct vmw_bo *bo; in vmw_kms_fb_create() 1957 struct vmw_bo * 1977 struct vmw_bo *bo = vmw_user_object_buffer(uo); in vmw_user_object_map() 1985 struct vmw_bo *bo = vmw_user_object_buffer(uo); in vmw_user_object_map_size() 1993 struct vmw_bo *bo = vmw_user_object_buffer(uo); in vmw_user_object_unmap() 2011 struct vmw_bo *bo; in vmw_user_object_is_mapped()
|
| H A D | vmwgfx_scrn.c | 95 struct vmw_bo *buffer; /**< Backing store buffer */ 380 struct vmw_bo *bo = vmw_user_object_buffer(&vps->uo); in vmw_sou_primary_plane_cleanup_fb() 416 struct vmw_bo *bo = NULL; in vmw_sou_primary_plane_prepare_fb() 949 struct vmw_bo *buf = in do_bo_define_gmrfb() 1218 struct vmw_bo *buf = in vmw_kms_sou_do_bo_dirty() 1327 struct vmw_bo *buf = in vmw_kms_sou_readback()
|
| H A D | vmwgfx_prime.c | 95 struct vmw_bo *vbo; in vmw_prime_handle_to_fd()
|
| H A D | vmwgfx_ttm_buffer.c | 562 struct vmw_bo **bo_p) in vmw_bo_create_and_populate() 568 struct vmw_bo *vbo; in vmw_bo_create_and_populate()
|
| H A D | vmwgfx_context.c | 42 struct vmw_bo *dx_query_mob; 860 struct vmw_bo *mob) in vmw_context_bind_dx_query() 892 struct vmw_bo *
|
| H A D | vmwgfx_ldu.c | 148 struct vmw_bo *buf; in vmw_ldu_fb_pin() 172 struct vmw_bo *buf; in vmw_ldu_fb_unpin()
|
| H A D | vmwgfx_stdu.c | 83 struct vmw_bo *buf; 505 struct vmw_bo *src_bo, *dst_bo; in vmw_stdu_bo_cpu_commit() 565 struct vmw_bo *buf = in vmw_kms_stdu_readback() 1177 struct vmw_bo *src_bo, *dst_bo; in vmw_stdu_bo_populate_update_cpu()
|
| H A D | vmwgfx_surface.c | 873 vmw_lookup_user_surface_for_buffer(struct vmw_private *vmw, struct vmw_bo *bo, in vmw_lookup_user_surface_for_buffer() 899 struct vmw_bo *bo, in vmw_lookup_surface_for_buffer() 916 struct vmw_bo *bo, in vmw_lookup_surface_handle_for_buffer() 938 struct vmw_bo *bo; in vmw_buffer_prime_to_surface_base() 1623 struct vmw_bo *backup = res->guest_memory_bo; in vmw_gb_surface_define_internal() 2241 struct vmw_bo *vbo = NULL; in vmw_dumb_create()
|
| H A D | vmwgfx_kms.h | 208 struct vmw_bo *buffer;
|
| H A D | vmwgfx_cotable.c | 404 struct vmw_bo *buf, *old_buf = res->guest_memory_bo; in vmw_cotable_resize()
|
| H A D | vmwgfx_mob.c | 54 struct vmw_bo *pt_bo;
|
| H A D | vmwgfx_cmdbuf.c | 120 struct vmw_bo *cmd_space;
|
| H A D | vmwgfx_drv.c | 377 struct vmw_bo *vbo; in vmw_dummy_query_bo_create()
|