Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
A Dttm_memory.h67 extern struct ttm_mem_global { struct
83 int ttm_mem_global_init(struct ttm_mem_global *glob, struct device *dev); argument
84 void ttm_mem_global_release(struct ttm_mem_global *glob);
85 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
87 void ttm_mem_global_free(struct ttm_mem_global *glob, uint64_t amount);
88 int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
91 void ttm_mem_global_free_page(struct ttm_mem_global *glob,
94 bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob, uint64_t num_pages,
A Dttm_memory.c47 struct ttm_mem_global ttm_mem_glob;
52 struct ttm_mem_global *glob;
186 struct ttm_mem_global *glob = in ttm_mem_global_show()
187 container_of(kobj, struct ttm_mem_global, kobj); in ttm_mem_global_show()
207 struct ttm_mem_global *glob = in ttm_mem_global_store()
208 container_of(kobj, struct ttm_mem_global, kobj); in ttm_mem_global_store()
296 struct ttm_mem_global *glob = in ttm_shrink_work()
297 container_of(work, struct ttm_mem_global, work); in ttm_shrink_work()
466 void ttm_mem_global_release(struct ttm_mem_global *glob) in ttm_mem_global_release()
522 void ttm_mem_global_free(struct ttm_mem_global *glob, in ttm_mem_global_free()
[all …]
A Dttm_object.c96 struct ttm_mem_global *mem_glob;
355 struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob; in ttm_ref_object_add()
430 struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob; in ttm_ref_object_release()
529 ttm_object_device_init(struct ttm_mem_global *mem_glob, in ttm_object_device_init()
A Dttm_object.h309 ttm_object_device_init(struct ttm_mem_global *mem_glob,
A Dvmwgfx_ttm_buffer.c320 struct ttm_mem_global *glob = vmw_mem_glob(dev_priv); in vmw_ttm_map_dma()
A Dvmwgfx_fence.c593 struct ttm_mem_global *mem_glob = vmw_mem_glob(fman->dev_priv); in vmw_user_fence_create()
A Dvmwgfx_drv.h1603 static inline struct ttm_mem_global *vmw_mem_glob(struct vmw_private *dev_priv) in vmw_mem_glob()

Completed in 18 milliseconds