/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_bo.h | 79 struct vmw_bo { struct 99 void vmw_bo_placement_set(struct vmw_bo *bo, u32 domain, u32 busy_domain); argument 100 void vmw_bo_placement_set_default_accelerated(struct vmw_bo *bo); 104 struct vmw_bo **p_bo); 110 struct vmw_bo *buf, 113 struct vmw_bo *buf, 116 struct vmw_bo *bo, 118 void vmw_bo_pin_reserved(struct vmw_bo *bo, bool pin); 120 struct vmw_bo *bo, 130 void *vmw_bo_map_and_cache(struct vmw_bo *vbo); [all …]
|
H A D | vmwgfx_bo.c | 35 static void vmw_bo_release(struct vmw_bo *vbo) in vmw_bo_release() 50 struct vmw_bo *vbo = to_vmw_bo(&bo->base); in vmw_bo_free() 69 struct vmw_bo *buf, in vmw_bo_pin_in_placement() 106 struct vmw_bo *buf, in vmw_bo_pin_in_vram_or_gmr() 154 struct vmw_bo *buf, in vmw_bo_pin_in_vram() 175 struct vmw_bo *buf, in vmw_bo_pin_in_start_of_vram() 234 struct vmw_bo *buf, in vmw_bo_unpin() 279 void vmw_bo_pin_reserved(struct vmw_bo *vbo, bool pin) in vmw_bo_pin_reserved() 327 void *vmw_bo_map_and_cache(struct vmw_bo *vbo) in vmw_bo_map_and_cache() 356 void vmw_bo_unmap(struct vmw_bo *vbo) in vmw_bo_unmap() [all …]
|
H A D | vmwgfx_page_dirty.c | 82 static void vmw_bo_dirty_scan_pagetable(struct vmw_bo *vbo) in vmw_bo_dirty_scan_pagetable() 120 static void vmw_bo_dirty_scan_mkwrite(struct vmw_bo *vbo) in vmw_bo_dirty_scan_mkwrite() 163 void vmw_bo_dirty_scan(struct vmw_bo *vbo) in vmw_bo_dirty_scan() 184 static void vmw_bo_dirty_pre_unmap(struct vmw_bo *vbo, in vmw_bo_dirty_pre_unmap() 209 void vmw_bo_dirty_unmap(struct vmw_bo *vbo, in vmw_bo_dirty_unmap() 230 int vmw_bo_dirty_add(struct vmw_bo *vbo) in vmw_bo_dirty_add() 287 void vmw_bo_dirty_release(struct vmw_bo *vbo) in vmw_bo_dirty_release() 309 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_bo_dirty_transfer_to_res() 356 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_bo_dirty_clear_res() 383 struct vmw_bo *vbo = to_vmw_bo(&bo->base); in vmw_bo_vm_mkwrite() [all …]
|
H A D | vmwgfx_drv.h | 169 struct vmw_bo; 170 struct vmw_bo; 181 struct vmw_bo *guest_memory_bo; 427 struct vmw_bo *cur_query_bo; 439 struct vmw_bo *dx_query_mob; 473 struct vmw_bo *otable_bo; 613 struct vmw_bo *dummy_query_bo; 614 struct vmw_bo *pinned_bo; 807 struct vmw_bo **out_buf); 827 struct vmw_bo *new_guest_memory, [all …]
|
H A D | vmwgfx_gem.c | 54 struct vmw_bo *vbo = to_vmw_bo(obj); in vmw_gem_pin_private() 116 struct vmw_bo **p_vbo) in vmw_gem_object_create() 132 struct vmw_bo **p_vbo) in vmw_gem_object_create_with_handle() 159 struct vmw_bo *vbo; in vmw_prime_import_sg_table() 194 struct vmw_bo *vbo; in vmw_gem_object_create_ioctl() 215 static void vmw_bo_print_info(int id, struct vmw_bo *bo, struct seq_file *m) in vmw_bo_print_info() 298 struct vmw_bo *bo = to_vmw_bo(gobj); in vmw_debugfs_gem_info_show()
|
H A D | vmwgfx_kms.h | 230 struct vmw_bo *buffer; 238 struct vmw_bo *buffer; 270 struct vmw_bo *bo; 288 struct vmw_bo *bo; 341 struct vmw_bo *cursor_mobs[3]; 359 struct vmw_bo *cursor_bo; 391 struct vmw_bo *buf; 453 struct vmw_bo *bo,
|
H A D | vmwgfx_validation.c | 79 struct vmw_bo *new_guest_memory_bo; 175 struct vmw_bo *vbo) in vmw_validation_find_bo_dup() 264 struct vmw_bo *vbo) in vmw_validation_add_bo() 400 struct vmw_bo *vbo, in vmw_validation_res_switch_backup() 441 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_validation_res_reserve() 515 struct vmw_bo *vbo = to_vmw_bo(&bo->base); in vmw_validation_bo_validate_single() 556 struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base); in vmw_validation_bo_validate() 606 struct vmw_bo *backup = res->guest_memory_bo; in vmw_validation_res_validate() 618 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_validation_res_validate() 856 struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base); in vmw_validation_bo_backoff()
|
H A D | vmwgfx_execbuf.c | 68 struct vmw_bo *vbo; 152 struct vmw_bo **vmw_bo_p); 478 struct vmw_bo *dx_query_mob; in vmw_resource_context_res_add() 603 struct vmw_bo *expected_dx_query_mob; in vmw_resources_reserve() 710 struct vmw_bo *dx_query_mob; in vmw_rebind_all_dx_query() 1024 struct vmw_bo *new_query_bo, in vmw_query_bo_switch_prepare() 1152 struct vmw_bo **vmw_bo_p) in vmw_translate_mob_ptr() 1154 struct vmw_bo *vmw_bo, *tmp_bo; in vmw_translate_mob_ptr() local 1160 ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo); in vmw_translate_mob_ptr() 1163 return PTR_ERR(vmw_bo); in vmw_translate_mob_ptr() [all …]
|
H A D | vmwgfx_validation.h | 76 struct vmw_bo; 162 struct vmw_bo *vbo); 178 struct vmw_bo *vbo,
|
H A D | vmwgfx_resource.c | 43 struct vmw_bo *gbo = res->guest_memory_bo; in vmw_resource_mob_attach() 71 struct vmw_bo *gbo = res->guest_memory_bo; in vmw_resource_mob_detach() 294 struct vmw_bo **out_buf) in vmw_user_lookup_handle() 326 struct vmw_bo *gbo; in vmw_resource_buf_alloc() 447 struct vmw_bo *new_guest_memory_bo, in vmw_resource_unreserve() 751 void vmw_resource_unbind_list(struct vmw_bo *vbo) in vmw_resource_unbind_list() 784 int vmw_query_readback_all(struct vmw_bo *dx_query_mob) in vmw_query_readback_all() 833 struct vmw_bo *dx_query_mob; in vmw_query_move_notify() 969 struct vmw_bo *vbo = NULL; in vmw_resource_pin() 1030 struct vmw_bo *vbo = res->guest_memory_bo; in vmw_resource_unpin() [all …]
|
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_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_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_ttm_buffer.c | 594 struct vmw_bo **bo_p) in vmw_bo_create_and_populate() 600 struct vmw_bo *vbo; in vmw_bo_create_and_populate()
|
H A D | vmwgfx_scrn.c | 93 struct vmw_bo *buffer; /**< Backing store buffer */ 950 struct vmw_bo *buf = in do_bo_define_gmrfb() 1219 struct vmw_bo *buf = in vmw_kms_sou_do_bo_dirty() 1328 struct vmw_bo *buf = in vmw_kms_sou_readback()
|
H A D | vmwgfx_ldu.c | 146 struct vmw_bo *buf; in vmw_ldu_fb_pin() 169 struct vmw_bo *buf; in vmw_ldu_fb_unpin()
|
H A D | vmwgfx_stdu.c | 80 struct vmw_bo *buf; 500 struct vmw_bo *src_bo, *dst_bo; in vmw_stdu_bo_cpu_commit() 559 struct vmw_bo *buf = in vmw_kms_stdu_readback() 1143 struct vmw_bo *src_bo, *dst_bo; in vmw_stdu_bo_populate_update_cpu()
|
H A D | vmwgfx_kms.c | 225 static void vmw_du_destroy_cursor_mob(struct vmw_bo **vbo) in vmw_du_destroy_cursor_mob() 624 struct vmw_bo *vbo = vps->cursor.bo; in vmw_du_cursor_plane_unmap_cm() 1430 struct vmw_bo *bo_mob, in vmw_create_bo_proxy() 1494 struct vmw_bo *bo, in vmw_kms_new_framebuffer_bo() 1582 struct vmw_bo *bo, in vmw_kms_new_framebuffer() 1643 struct vmw_bo *bo = NULL; in vmw_kms_fb_create()
|
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 | 119 struct vmw_bo *cmd_space;
|
H A D | vmwgfx_drv.c | 393 struct vmw_bo *vbo; in vmw_dummy_query_bo_create()
|
H A D | vmwgfx_surface.c | 1532 struct vmw_bo *backup = res->guest_memory_bo; in vmw_gb_surface_define_internal()
|