Searched refs:vmw_bo (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h63 * struct vmw_bo - TTM buffer object with vmwgfx additions
76 struct vmw_bo { struct
95 void vmw_bo_placement_set(struct vmw_bo *bo, u32 domain, u32 busy_domain);
96 void vmw_bo_placement_set_default_accelerated(struct vmw_bo *bo);
100 struct vmw_bo **p_bo);
106 struct vmw_bo *buf,
109 struct vmw_bo *buf,
112 struct vmw_bo *bo,
114 void vmw_bo_pin_reserved(struct vmw_bo *bo, bool pin);
116 struct vmw_bo *b
[all...]
H A Dvmwgfx_bo.c35 static void vmw_bo_release(struct vmw_bo *vbo)
44 * vmw_bo_free - vmw_bo destructor
50 struct vmw_bo *vbo = to_vmw_bo(&bo->base);
69 struct vmw_bo *buf,
106 struct vmw_bo *buf,
154 struct vmw_bo *buf,
175 struct vmw_bo *buf,
234 struct vmw_bo *buf,
279 void vmw_bo_pin_reserved(struct vmw_bo *vbo, bool pin)
327 void *vmw_bo_map_and_cache(struct vmw_bo *vb
374 vmw_bo_init(struct vmw_private *dev_priv, struct vmw_bo *vmw_bo, struct vmw_bo_params *params, void (*destroy)(struct ttm_buffer_object *)) argument
450 vmw_user_bo_synccpu_grab(struct vmw_bo *vmw_bo, uint32_t flags) argument
497 struct vmw_bo *vmw_bo; local
[all...]
H A Dvmwgfx_gem.c55 struct vmw_bo *vbo = to_vmw_bo(obj);
64 struct vmw_bo *vbo = to_vmw_bo(obj);
105 struct vmw_bo **p_vbo)
121 struct vmw_bo **p_vbo)
148 struct vmw_bo *vbo;
182 struct vmw_bo *vbo;
203 static void vmw_bo_print_info(int id, struct vmw_bo *bo, struct seq_file *m)
286 struct vmw_bo *bo = to_vmw_bo(gobj);
H A Dvmwgfx_validation.h69 struct vmw_bo;
155 struct vmw_bo *vbo);
171 struct vmw_bo *vbo,
H A Dvmwgfx_page_dirty.c82 static void vmw_bo_dirty_scan_pagetable(struct vmw_bo *vbo)
120 static void vmw_bo_dirty_scan_mkwrite(struct vmw_bo *vbo)
163 void vmw_bo_dirty_scan(struct vmw_bo *vbo)
184 static void vmw_bo_dirty_pre_unmap(struct vmw_bo *vbo,
209 void vmw_bo_dirty_unmap(struct vmw_bo *vbo,
230 int vmw_bo_dirty_add(struct vmw_bo *vbo)
287 void vmw_bo_dirty_release(struct vmw_bo *vbo)
309 struct vmw_bo *vbo = res->guest_memory_bo;
356 struct vmw_bo *vbo = res->guest_memory_bo;
383 struct vmw_bo *vb
[all...]
H A Dvmwgfx_validation.c76 struct vmw_bo *new_guest_memory_bo;
158 struct vmw_bo *vbo)
247 struct vmw_bo *vbo)
383 struct vmw_bo *vbo,
424 struct vmw_bo *vbo = res->guest_memory_bo;
498 struct vmw_bo *vbo = to_vmw_bo(&bo->base);
539 struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base);
589 struct vmw_bo *backup = res->guest_memory_bo;
601 struct vmw_bo *vbo = res->guest_memory_bo;
839 struct vmw_bo *vb
[all...]
H A Dvmwgfx_drv.h152 struct vmw_bo;
153 struct vmw_bo;
164 struct vmw_bo *guest_memory_bo;
410 struct vmw_bo *cur_query_bo;
422 struct vmw_bo *dx_query_mob;
447 struct vmw_bo *otable_bo;
586 struct vmw_bo *dummy_query_bo;
587 struct vmw_bo *pinned_bo;
783 struct vmw_bo **out_buf);
803 struct vmw_bo *new_guest_memor
[all...]
H A Dvmwgfx_kms.h231 struct vmw_bo *buffer;
263 struct vmw_bo *bo;
281 struct vmw_bo *bo;
334 struct vmw_bo *cursor_mobs[3];
460 struct vmw_bo *bo,
H A Dvmwgfx_execbuf.c69 struct vmw_bo *vbo;
153 struct vmw_bo **vmw_bo_p);
479 struct vmw_bo *dx_query_mob;
604 struct vmw_bo *expected_dx_query_mob;
711 struct vmw_bo *dx_query_mob;
1025 struct vmw_bo *new_query_bo,
1153 struct vmw_bo **vmw_bo_p)
1155 struct vmw_bo *vmw_bo, *tmp_bo; local
1161 ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo);
1211 struct vmw_bo *vmw_bo, *tmp_bo; local
1293 struct vmw_bo *vmw_bo; local
1376 struct vmw_bo *vmw_bo; local
1406 struct vmw_bo *vmw_bo; local
1452 struct vmw_bo *vmw_bo; local
1480 struct vmw_bo *vmw_bo; local
1517 struct vmw_bo *vmw_bo = NULL; local
1683 struct vmw_bo *vmw_bo; local
[all...]
H A Dvmwgfx_overlay.c39 struct vmw_bo *buf;
89 struct vmw_bo *buf,
220 struct vmw_bo *buf,
292 struct vmw_bo *buf,
430 struct vmw_bo *buf;
H A Dvmwgfx_resource.c43 struct vmw_bo *gbo = res->guest_memory_bo;
71 struct vmw_bo *gbo = res->guest_memory_bo;
294 struct vmw_bo **out_buf)
326 struct vmw_bo *gbo;
447 struct vmw_bo *new_guest_memory_bo,
751 void vmw_resource_unbind_list(struct vmw_bo *vbo)
784 int vmw_query_readback_all(struct vmw_bo *dx_query_mob)
833 struct vmw_bo *dx_query_mob;
969 struct vmw_bo *vbo = NULL;
1030 struct vmw_bo *vb
[all...]
H A Dvmwgfx_shader.c164 struct vmw_bo *byte_code,
686 struct vmw_bo *buffer,
740 struct vmw_bo *buffer,
777 struct vmw_bo *buffer = NULL;
889 struct vmw_bo *buf;
H A Dvmwgfx_ttm_buffer.c562 struct vmw_bo **bo_p)
568 struct vmw_bo *vbo;
H A Dvmwgfx_vkms.c54 struct vmw_bo *bo = surf->res.guest_memory_bo;
85 struct vmw_bo *bo = surf->res.guest_memory_bo;
H A Dvmwgfx_ldu.c147 struct vmw_bo *buf;
170 struct vmw_bo *buf;
H A Dvmwgfx_scrn.c94 struct vmw_bo *buffer; /**< Backing store buffer */
945 struct vmw_bo *buf =
1214 struct vmw_bo *buf =
1323 struct vmw_bo *buf =
H A Dvmwgfx_context.c42 struct vmw_bo *dx_query_mob;
860 struct vmw_bo *mob)
892 struct vmw_bo *
H A Dvmwgfx_kms.c233 static void vmw_du_destroy_cursor_mob(struct vmw_bo **vbo)
632 struct vmw_bo *vbo = vps->cursor.bo;
1427 struct vmw_bo *bo_mob,
1491 struct vmw_bo *bo,
1578 struct vmw_bo *bo,
1639 struct vmw_bo *bo = NULL;
H A Dvmwgfx_mob.c54 struct vmw_bo *pt_bo;
H A Dvmwgfx_cotable.c404 struct vmw_bo *buf, *old_buf = res->guest_memory_bo;
H A Dvmwgfx_stdu.c74 struct vmw_bo *buf;
551 struct vmw_bo *buf =
H A Dvmwgfx_cmdbuf.c119 struct vmw_bo *cmd_space;
H A Dvmwgfx_drv.c395 struct vmw_bo *vbo;
H A Dvmwgfx_surface.c1530 struct vmw_bo *backup = res->guest_memory_bo;

Completed in 1036 milliseconds