drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
426
static void *map_external(struct vmw_bo *bo, struct iosys_map *map)
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
449
static void unmap_external(struct vmw_bo *bo, struct iosys_map *map)
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
457
static int vmw_external_bo_copy(struct vmw_bo *dst, u32 dst_offset,
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
458
u32 dst_stride, struct vmw_bo *src,
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
564
int vmw_bo_cpu_blit(struct vmw_bo *vmw_dst,
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c
566
struct vmw_bo *vmw_src,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
125
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
173
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
194
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
252
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
297
void vmw_bo_pin_reserved(struct vmw_bo *vbo, bool pin)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
345
void *vmw_bo_map_and_cache(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
350
void *vmw_bo_map_and_cache_size(struct vmw_bo *vbo, size_t size)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
380
void vmw_bo_unmap(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
407
struct vmw_bo *vmw_bo,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
420
memset(vmw_bo, 0, sizeof(*vmw_bo));
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
423
vmw_bo->tbo.priority = 3;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
424
vmw_bo->res_tree = RB_ROOT;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
425
xa_init(&vmw_bo->detached_resources);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
426
atomic_set(&vmw_bo->map_count, 0);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
429
drm_gem_private_object_init(vdev, &vmw_bo->tbo.base, params->size);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
43
struct vmw_bo *vbo = to_vmw_bo(&bo->base);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
431
vmw_bo_placement_set(vmw_bo, params->domain, params->busy_domain);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
432
ret = ttm_bo_init_reserved(bdev, &vmw_bo->tbo, params->bo_type,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
433
&vmw_bo->placement, 0, &ctx,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
439
ttm_bo_pin(&vmw_bo->tbo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
441
ttm_bo_unreserve(&vmw_bo->tbo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
448
struct vmw_bo **p_bo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
486
static int vmw_user_bo_synccpu_grab(struct vmw_bo *vmw_bo,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
490
struct ttm_buffer_object *bo = &vmw_bo->tbo;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
512
atomic_inc(&vmw_bo->cpu_writers);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
533
struct vmw_bo *vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
534
int ret = vmw_user_bo_lookup(filp, handle, &vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
538
atomic_dec(&vmw_bo->cpu_writers);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
540
vmw_user_bo_unref(&vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
564
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
643
struct vmw_bo **out)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
718
struct vmw_bo *vbo = to_vmw_bo(&bo->base);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
809
void vmw_bo_placement_set(struct vmw_bo *bo, u32 domain, u32 busy_domain)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
835
void vmw_bo_placement_set_default_accelerated(struct vmw_bo *bo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
847
int vmw_bo_add_detached_resource(struct vmw_bo *vbo, struct vmw_resource *res)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
852
void vmw_bo_del_detached_resource(struct vmw_bo *vbo, struct vmw_resource *res)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
857
struct vmw_surface *vmw_bo_surface(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
88
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
887
s32 vmw_bo_mobid(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
105
void vmw_bo_placement_set(struct vmw_bo *bo, u32 domain, u32 busy_domain);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
106
void vmw_bo_placement_set_default_accelerated(struct vmw_bo *bo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
110
struct vmw_bo **p_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
116
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
119
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
122
struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
124
void vmw_bo_pin_reserved(struct vmw_bo *bo, bool pin);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
126
struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
136
void *vmw_bo_map_and_cache(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
137
void *vmw_bo_map_and_cache_size(struct vmw_bo *vbo, size_t size);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
138
void vmw_bo_unmap(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
144
int vmw_bo_add_detached_resource(struct vmw_bo *vbo, struct vmw_resource *res);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
145
void vmw_bo_del_detached_resource(struct vmw_bo *vbo, struct vmw_resource *res);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
146
struct vmw_surface *vmw_bo_surface(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
150
struct vmw_bo **out);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
157
static inline void vmw_bo_prio_adjust(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
180
static inline void vmw_bo_prio_add(struct vmw_bo *vbo, int prio)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
195
static inline void vmw_bo_prio_del(struct vmw_bo *vbo, int prio)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
201
static inline void vmw_bo_unreference(struct vmw_bo **buf)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
203
struct vmw_bo *tmp_buf = *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
210
static inline struct vmw_bo *vmw_bo_reference(struct vmw_bo *buf)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
216
static inline struct vmw_bo *vmw_user_bo_ref(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
222
static inline void vmw_user_bo_unref(struct vmw_bo **buf)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
224
struct vmw_bo *tmp_buf = *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
231
static inline struct vmw_bo *to_vmw_bo(struct drm_gem_object *gobj)
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
233
return container_of((gobj), struct vmw_bo, tbo.base);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
236
s32 vmw_bo_mobid(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c
120
struct vmw_bo *cmd_space;
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
42
struct vmw_bo *dx_query_mob;
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
860
struct vmw_bo *mob)
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
892
struct vmw_bo *
drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
404
struct vmw_bo *buf, *old_buf = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
115
struct vmw_bo *bo = vmw_user_object_buffer(&vps->uo);
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
153
static void vmw_cursor_mob_destroy(struct vmw_bo **vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
174
struct vmw_bo *vbo = vps->cursor.mob;
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
434
struct vmw_bo *vbo = vps->cursor.mob;
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
492
struct vmw_bo *new_bo = vmw_user_object_buffer(&new_vps->uo);
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
493
struct vmw_bo *old_bo = vmw_user_object_buffer(&old_vps->uo);
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
608
struct vmw_bo *bo = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.c
783
struct vmw_bo *bo;
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.h
21
struct vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.h
44
struct vmw_bo *mob;
drivers/gpu/drm/vmwgfx/vmwgfx_cursor_plane.h
61
struct vmw_bo *cursor_mobs[3];
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
377
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
100
struct vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1149
struct vmw_bo *mob);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1150
extern struct vmw_bo *
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1181
struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1184
struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1344
int vmw_bo_cpu_blit(struct vmw_bo *dst,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1346
struct vmw_bo *src,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1385
bool vmw_bo_is_dirty(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1386
void vmw_bo_dirty_scan(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1387
int vmw_bo_dirty_add(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1388
void vmw_bo_dirty_clear(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1391
void vmw_bo_dirty_release(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1392
void vmw_bo_dirty_unmap(struct vmw_bo *vbo,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
144
struct vmw_bo *guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
400
struct vmw_bo *cur_query_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
412
struct vmw_bo *dx_query_mob;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
437
struct vmw_bo *otable_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
576
struct vmw_bo *dummy_query_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
577
struct vmw_bo *pinned_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
760
struct vmw_bo *buffer;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
769
struct vmw_bo *vmw_user_object_buffer(struct vmw_user_object *uo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
808
struct vmw_bo *new_guest_memory,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
813
int vmw_query_readback_all(struct vmw_bo *dx_query_mob);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
815
void vmw_resource_unbind_list(struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
821
int vmw_resources_clean(struct vmw_bo *vbo, pgoff_t start,
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
844
struct vmw_bo **p_vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
936
struct vmw_bo **bo_p);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
99
struct vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1007
struct vmw_bo *new_query_bo,
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1135
struct vmw_bo **vmw_bo_p)
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1137
struct vmw_bo *vmw_bo, *tmp_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1143
ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1148
vmw_bo_placement_set(vmw_bo, VMW_BO_DOMAIN_MOB, VMW_BO_DOMAIN_MOB);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1149
ret = vmw_validation_add_bo(sw_context->ctx, vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1150
tmp_bo = vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1160
reloc->vbo = vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1162
*vmw_bo_p = vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1191
struct vmw_bo **vmw_bo_p)
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1193
struct vmw_bo *vmw_bo, *tmp_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1199
ret = vmw_user_bo_lookup(sw_context->filp, handle, &vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1204
vmw_bo_placement_set(vmw_bo, VMW_BO_DOMAIN_GMR | VMW_BO_DOMAIN_VRAM,
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1206
ret = vmw_validation_add_bo(sw_context->ctx, vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1207
tmp_bo = vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1217
reloc->vbo = vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1218
*vmw_bo_p = vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1276
struct vmw_bo *vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1289
&vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1294
sw_context->dx_query_mob = vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
135
struct vmw_bo **vmw_bo_p);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1362
struct vmw_bo *vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1372
&vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1376
ret = vmw_query_bo_switch_prepare(dev_priv, vmw_bo, sw_context);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1392
struct vmw_bo *vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1418
&cmd->body.guestResult, &vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1422
ret = vmw_query_bo_switch_prepare(dev_priv, vmw_bo, sw_context);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1438
struct vmw_bo *vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1448
&vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1466
struct vmw_bo *vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1492
&cmd->body.guestResult, &vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1503
struct vmw_bo *vmw_bo = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1529
&cmd->body.guest.ptr, &vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1534
bo_size = vmw_bo->tbo.base.size;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1562
vmw_kms_cursor_snoop(srf, sw_context->fp->tfile, &vmw_bo->tbo,
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1688
struct vmw_bo *vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1696
&vmw_bo);
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
1719
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
461
struct vmw_bo *dx_query_mob;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
51
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
586
struct vmw_bo *expected_dx_query_mob;
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
693
struct vmw_bo *dx_query_mob;
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
161
struct vmw_bo **p_vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
188
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
223
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
244
static void vmw_bo_print_info(int id, struct vmw_bo *bo, struct seq_file *m)
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
326
struct vmw_bo *bo = to_vmw_bo(gobj);
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
56
struct vmw_bo *vbo = to_vmw_bo(obj);
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
65
struct vmw_bo *vbo = to_vmw_bo(obj);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1957
struct vmw_bo *
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1977
struct vmw_bo *bo = vmw_user_object_buffer(uo);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1985
struct vmw_bo *bo = vmw_user_object_buffer(uo);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1993
struct vmw_bo *bo = vmw_user_object_buffer(uo);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
2011
struct vmw_bo *bo;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
422
struct vmw_bo *bo = vmw_user_object_buffer(&vfbs->uo);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
487
struct vmw_bo *bo = vmw_user_object_buffer(&vfbs->uo);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
607
struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
728
struct vmw_bo *bo;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
208
struct vmw_bo *buffer;
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
148
struct vmw_bo *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
172
struct vmw_bo *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_mob.c
54
struct vmw_bo *pt_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
220
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
292
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
39
struct vmw_bo *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
430
struct vmw_bo *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
89
struct vmw_bo *buf,
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
106
static void vmw_bo_dirty_scan_mkwrite(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
149
void vmw_bo_dirty_scan(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
170
static void vmw_bo_dirty_pre_unmap(struct vmw_bo *vbo,
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
195
void vmw_bo_dirty_unmap(struct vmw_bo *vbo,
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
216
int vmw_bo_dirty_add(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
280
void vmw_bo_dirty_release(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
300
struct vmw_bo *vbo = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
335
void vmw_bo_dirty_clear(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
382
struct vmw_bo *vbo = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
409
struct vmw_bo *vbo = to_vmw_bo(&bo->base);
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
447
struct vmw_bo *vbo = to_vmw_bo(&bo->base);
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
55
bool vmw_bo_is_dirty(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
68
static void vmw_bo_dirty_scan_pagetable(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_prime.c
95
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1039
struct vmw_bo *vbo = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
1100
int vmw_resources_clean(struct vmw_bo *vbo, pgoff_t start,
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
335
struct vmw_bo *gbo;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
44
struct vmw_bo *gbo = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
456
struct vmw_bo *new_guest_memory_bo,
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
73
struct vmw_bo *gbo = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
760
void vmw_resource_unbind_list(struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
793
int vmw_query_readback_all(struct vmw_bo *dx_query_mob)
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
842
struct vmw_bo *dx_query_mob;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
978
struct vmw_bo *vbo = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
1219
struct vmw_bo *buf =
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
1328
struct vmw_bo *buf =
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
380
struct vmw_bo *bo = vmw_user_object_buffer(&vps->uo);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
416
struct vmw_bo *bo = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
95
struct vmw_bo *buffer; /**< Backing store buffer */
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
950
struct vmw_bo *buf =
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
166
struct vmw_bo *byte_code,
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
688
struct vmw_bo *buffer,
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
742
struct vmw_bo *buffer,
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
779
struct vmw_bo *buffer = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
894
struct vmw_bo *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1177
struct vmw_bo *src_bo, *dst_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
505
struct vmw_bo *src_bo, *dst_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
565
struct vmw_bo *buf =
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
83
struct vmw_bo *buf;
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
1635
struct vmw_bo *backup = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
2253
struct vmw_bo *vbo = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
873
vmw_lookup_user_surface_for_buffer(struct vmw_private *vmw, struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
899
struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
916
struct vmw_bo *bo,
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
938
struct vmw_bo *bo;
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
562
struct vmw_bo **bo_p)
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
568
struct vmw_bo *vbo;
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
158
struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
247
struct vmw_bo *vbo)
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
385
struct vmw_bo *vbo,
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
426
struct vmw_bo *vbo = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
500
struct vmw_bo *vbo = to_vmw_bo(&bo->base);
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
541
struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base);
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
591
struct vmw_bo *backup = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
603
struct vmw_bo *vbo = res->guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
76
struct vmw_bo *new_guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c
841
struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base);
drivers/gpu/drm/vmwgfx/vmwgfx_validation.h
155
struct vmw_bo *vbo);
drivers/gpu/drm/vmwgfx/vmwgfx_validation.h
171
struct vmw_bo *vbo,
drivers/gpu/drm/vmwgfx/vmwgfx_validation.h
69
struct vmw_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_vkms.c
53
struct vmw_bo *bo = surf->res.guest_memory_bo;
drivers/gpu/drm/vmwgfx/vmwgfx_vkms.c
84
struct vmw_bo *bo = surf->res.guest_memory_bo;