Home
last modified time | relevance | path

Searched defs:bo (Results 1 – 25 of 212) sorted by relevance

123456789

/Linux-v6.1/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c47 static int __bo_init(struct hmm_bo_device *bdev, struct hmm_buffer_object *bo, in __bo_init()
132 struct hmm_buffer_object *bo; in __bo_search_by_addr() local
157 struct hmm_buffer_object *bo; in __bo_search_by_addr_in_range() local
179 struct hmm_buffer_object *bo) in __bo_insert_to_free_rbtree()
212 struct hmm_buffer_object *bo) in __bo_insert_to_alloc_rbtree()
237 struct hmm_buffer_object *bo, in __bo_break_up()
268 static void __bo_take_off_handling(struct hmm_buffer_object *bo) in __bo_take_off_handling()
309 static struct hmm_buffer_object *__bo_merge(struct hmm_buffer_object *bo, in __bo_merge()
336 struct hmm_buffer_object *bo; in hmm_bo_device_init() local
396 struct hmm_buffer_object *bo, *new_bo; in hmm_bo_alloc() local
[all …]
Dhmm.c54 struct hmm_buffer_object *bo; in bo_show() local
174 struct hmm_buffer_object *bo; in __hmm_alloc() local
234 struct hmm_buffer_object *bo; in hmm_free() local
255 static inline int hmm_check_bo(struct hmm_buffer_object *bo, unsigned int ptr) in hmm_check_bo()
283 struct hmm_buffer_object *bo; in load_and_flush_by_kmap() local
326 struct hmm_buffer_object *bo; in load_and_flush() local
383 struct hmm_buffer_object *bo; in hmm_store() local
466 struct hmm_buffer_object *bo; in hmm_set() local
527 struct hmm_buffer_object *bo; in hmm_virt_to_phys() local
545 struct hmm_buffer_object *bo; in hmm_mmap() local
[all …]
/Linux-v6.1/drivers/gpu/drm/qxl/
Dqxl_object.c37 struct qxl_bo *bo; in qxl_ttm_bo_destroy() local
52 bool qxl_ttm_bo_is_qxl_bo(struct ttm_buffer_object *bo) in qxl_ttm_bo_is_qxl_bo()
115 struct qxl_bo *bo; in qxl_bo_create() local
161 int qxl_bo_vmap_locked(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_vmap_locked()
187 int qxl_bo_vmap(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_vmap()
207 struct qxl_bo *bo, int page_offset) in qxl_bo_kmap_atomic_page()
239 void qxl_bo_vunmap_locked(struct qxl_bo *bo) in qxl_bo_vunmap_locked()
252 int qxl_bo_vunmap(struct qxl_bo *bo) in qxl_bo_vunmap()
267 struct qxl_bo *bo, void *pmap) in qxl_bo_kunmap_atomic_page()
279 void qxl_bo_unref(struct qxl_bo **bo) in qxl_bo_unref()
[all …]
Dqxl_release.c124 struct qxl_bo *bo; in qxl_release_free_list() local
163 struct qxl_bo **bo, in qxl_release_bo_alloc()
171 int qxl_release_list_add(struct qxl_release *release, struct qxl_bo *bo) in qxl_release_list_add()
191 static int qxl_release_validate_bo(struct qxl_bo *bo) in qxl_release_validate_bo()
230 struct qxl_bo *bo = to_qxl_bo(entry->tv.bo); in qxl_release_reserve_list() local
258 struct qxl_bo *bo; in qxl_alloc_surface_release_reserved() local
286 struct qxl_bo *bo, *free_bo = NULL; in qxl_alloc_release_reserved() local
385 struct qxl_bo *bo = release->release_bo; in qxl_release_map() local
398 struct qxl_bo *bo = release->release_bo; in qxl_release_unmap() local
407 struct ttm_buffer_object *bo; in qxl_release_fence_buffer_objects() local
/Linux-v6.1/drivers/gpu/drm/ttm/
Dttm_bo.c47 static void ttm_bo_mem_space_debug(struct ttm_buffer_object *bo, in ttm_bo_mem_space_debug()
75 void ttm_bo_move_to_lru_tail(struct ttm_buffer_object *bo) in ttm_bo_move_to_lru_tail()
97 void ttm_bo_set_bulk_move(struct ttm_buffer_object *bo, in ttm_bo_set_bulk_move()
115 static int ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, in ttm_bo_handle_move_mem()
178 static void ttm_bo_cleanup_memtype_use(struct ttm_buffer_object *bo) in ttm_bo_cleanup_memtype_use()
187 static int ttm_bo_individualize_resv(struct ttm_buffer_object *bo) in ttm_bo_individualize_resv()
214 static void ttm_bo_flush_all_fences(struct ttm_buffer_object *bo) in ttm_bo_flush_all_fences()
242 static int ttm_bo_cleanup_refs(struct ttm_buffer_object *bo, in ttm_bo_cleanup_refs()
318 struct ttm_buffer_object *bo; in ttm_bo_delayed_delete() local
351 struct ttm_buffer_object *bo = in ttm_bo_release() local
[all …]
Dttm_bo_util.c47 struct ttm_buffer_object *bo; member
131 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy()
190 static void ttm_transfered_destroy(struct ttm_buffer_object *bo) in ttm_transfered_destroy()
215 static int ttm_buffer_object_transfer(struct ttm_buffer_object *bo, in ttm_buffer_object_transfer()
270 pgprot_t ttm_io_prot(struct ttm_buffer_object *bo, struct ttm_resource *res, in ttm_io_prot()
283 static int ttm_bo_ioremap(struct ttm_buffer_object *bo, in ttm_bo_ioremap()
309 static int ttm_bo_kmap_ttm(struct ttm_buffer_object *bo, in ttm_bo_kmap_ttm()
351 int ttm_bo_kmap(struct ttm_buffer_object *bo, in ttm_bo_kmap()
403 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vmap()
464 void ttm_bo_vunmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vunmap()
[all …]
Dttm_bo_vm.c46 static vm_fault_t ttm_bo_vm_fault_idle(struct ttm_buffer_object *bo, in ttm_bo_vm_fault_idle()
89 static unsigned long ttm_bo_io_mem_pfn(struct ttm_buffer_object *bo, in ttm_bo_io_mem_pfn()
121 vm_fault_t ttm_bo_vm_reserve(struct ttm_buffer_object *bo, in ttm_bo_vm_reserve()
191 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_fault_reserved() local
292 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_dummy_page() local
323 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_fault() local
350 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_open() local
360 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_close() local
367 static int ttm_bo_vm_access_kmap(struct ttm_buffer_object *bo, in ttm_bo_vm_access_kmap()
409 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_access() local
[all …]
/Linux-v6.1/drivers/gpu/drm/tegra/
Dgem.c51 static void tegra_bo_put(struct host1x_bo *bo) in tegra_bo_put()
58 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo, in tegra_bo_pin()
175 static void *tegra_bo_mmap(struct host1x_bo *bo) in tegra_bo_mmap()
192 static void tegra_bo_munmap(struct host1x_bo *bo, void *addr) in tegra_bo_munmap()
205 static struct host1x_bo *tegra_bo_get(struct host1x_bo *bo) in tegra_bo_get()
223 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
266 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
290 struct tegra_bo *bo; in tegra_bo_alloc_object() local
319 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free()
331 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
[all …]
Dsubmit.c44 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_get() local
53 struct gather_bo *bo = container_of(ref, struct gather_bo, ref); in gather_bo_release() local
62 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_put() local
68 gather_bo_pin(struct device *dev, struct host1x_bo *bo, enum dma_data_direction direction) in gather_bo_pin()
127 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_mmap() local
188 struct gather_bo *bo; in submit_copy_gather_data() local
233 static int submit_write_reloc(struct tegra_drm_context *context, struct gather_bo *bo, in submit_write_reloc()
262 static int submit_process_bufs(struct tegra_drm_context *context, struct gather_bo *bo, in submit_process_bufs()
357 struct gather_bo *bo, u32 *offset, in submit_job_add_gather()
398 submit_create_job(struct tegra_drm_context *context, struct gather_bo *bo, in submit_create_job()
[all …]
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_object.c54 struct radeon_bo *bo; in radeon_ttm_bo_destroy() local
69 bool radeon_ttm_bo_is_radeon_bo(struct ttm_buffer_object *bo) in radeon_ttm_bo_is_radeon_bo()
136 struct radeon_bo *bo; in radeon_bo_create() local
219 int radeon_bo_kmap(struct radeon_bo *bo, void **ptr) in radeon_bo_kmap()
247 void radeon_bo_kunmap(struct radeon_bo *bo) in radeon_bo_kunmap()
256 struct radeon_bo *radeon_bo_ref(struct radeon_bo *bo) in radeon_bo_ref()
265 void radeon_bo_unref(struct radeon_bo **bo) in radeon_bo_unref()
276 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted()
335 int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) in radeon_bo_pin()
340 void radeon_bo_unpin(struct radeon_bo *bo) in radeon_bo_unpin()
[all …]
Dradeon_object.h64 static inline int radeon_bo_reserve(struct radeon_bo *bo, bool no_intr) in radeon_bo_reserve()
77 static inline void radeon_bo_unreserve(struct radeon_bo *bo) in radeon_bo_unreserve()
91 static inline u64 radeon_bo_gpu_offset(struct radeon_bo *bo) in radeon_bo_gpu_offset()
110 static inline unsigned long radeon_bo_size(struct radeon_bo *bo) in radeon_bo_size()
115 static inline unsigned radeon_bo_ngpu_pages(struct radeon_bo *bo) in radeon_bo_ngpu_pages()
120 static inline unsigned radeon_bo_gpu_page_alignment(struct radeon_bo *bo) in radeon_bo_gpu_page_alignment()
131 static inline u64 radeon_bo_mmap_offset(struct radeon_bo *bo) in radeon_bo_mmap_offset()
Dradeon_prime.c37 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_get_sg_table() local
49 struct radeon_bo *bo; in radeon_gem_prime_import_sg_table() local
71 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_pin() local
89 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_unpin() local
106 struct radeon_bo *bo = gem_to_radeon_bo(gobj); in radeon_gem_prime_export() local
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c58 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_destroy() local
71 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_user_destroy() local
82 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_vm_destroy() local
106 bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo) in amdgpu_bo_is_amdgpu_bo()
419 void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr, in amdgpu_bo_free_kernel()
536 struct amdgpu_bo *bo; in amdgpu_bo_create() local
759 int amdgpu_bo_kmap(struct amdgpu_bo *bo, void **ptr) in amdgpu_bo_kmap()
798 void *amdgpu_bo_kptr(struct amdgpu_bo *bo) in amdgpu_bo_kptr()
811 void amdgpu_bo_kunmap(struct amdgpu_bo *bo) in amdgpu_bo_kunmap()
826 struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo) in amdgpu_bo_ref()
[all …]
Damdgpu_dma_buf.c57 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_attach() local
87 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_detach() local
104 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_pin() local
120 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_unpin() local
143 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_map() local
237 struct amdgpu_bo *bo = gem_to_amdgpu_bo(dma_buf->priv); in amdgpu_dma_buf_begin_cpu_access() local
290 struct amdgpu_bo *bo = gem_to_amdgpu_bo(gobj); in amdgpu_gem_prime_export() local
322 struct amdgpu_bo *bo; in amdgpu_dma_buf_create_obj() local
365 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_move_notify() local
474 struct amdgpu_bo *bo) in amdgpu_dmabuf_is_xgmi_accessible()
Damdgpu_object.h114 struct amdgpu_bo bo; member
123 struct amdgpu_bo bo; member
170 static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr) in amdgpu_bo_reserve()
184 static inline void amdgpu_bo_unreserve(struct amdgpu_bo *bo) in amdgpu_bo_unreserve()
189 static inline unsigned long amdgpu_bo_size(struct amdgpu_bo *bo) in amdgpu_bo_size()
194 static inline unsigned amdgpu_bo_ngpu_pages(struct amdgpu_bo *bo) in amdgpu_bo_ngpu_pages()
199 static inline unsigned amdgpu_bo_gpu_page_alignment(struct amdgpu_bo *bo) in amdgpu_bo_gpu_page_alignment()
210 static inline u64 amdgpu_bo_mmap_offset(struct amdgpu_bo *bo) in amdgpu_bo_mmap_offset()
218 static inline bool amdgpu_bo_in_cpu_visible_vram(struct amdgpu_bo *bo) in amdgpu_bo_in_cpu_visible_vram()
240 static inline bool amdgpu_bo_explicit_sync(struct amdgpu_bo *bo) in amdgpu_bo_explicit_sync()
[all …]
Damdgpu_amdkfd_gpuvm.c230 void amdgpu_amdkfd_release_notify(struct amdgpu_bo *bo) in amdgpu_amdkfd_release_notify()
286 static int amdgpu_amdkfd_remove_eviction_fence(struct amdgpu_bo *bo, in amdgpu_amdkfd_remove_eviction_fence()
304 int amdgpu_amdkfd_remove_fence_on_pt_pd_bos(struct amdgpu_bo *bo) in amdgpu_amdkfd_remove_fence_on_pt_pd_bos()
340 static int amdgpu_amdkfd_bo_validate(struct amdgpu_bo *bo, uint32_t domain, in amdgpu_amdkfd_bo_validate()
362 static int amdgpu_amdkfd_validate_vm_bo(void *_unused, struct amdgpu_bo *bo) in amdgpu_amdkfd_validate_vm_bo()
505 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmamap_userptr() local
555 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmamap_dmabuf() local
592 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmamap_sg_bo() local
669 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmaunmap_userptr() local
689 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmaunmap_dmabuf() local
[all …]
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c44 vmw_buffer_object(struct ttm_buffer_object *bo) in vmw_buffer_object()
59 static bool bo_is_vmw(struct ttm_buffer_object *bo) in bo_is_vmw()
81 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_pin_in_placement() local
122 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_pin_in_vram_or_gmr() local
191 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_pin_in_start_of_vram() local
254 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_unpin() local
276 void vmw_bo_get_guest_ptr(const struct ttm_buffer_object *bo, in vmw_bo_get_guest_ptr()
301 struct ttm_buffer_object *bo = &vbo->base; in vmw_bo_pin_reserved() local
346 struct ttm_buffer_object *bo = &vbo->base; in vmw_bo_map_and_cache() local
385 void vmw_bo_bo_free(struct ttm_buffer_object *bo) in vmw_bo_bo_free()
[all …]
Dvmwgfx_gem.c41 vmw_buffer_object(struct ttm_buffer_object *bo) in vmw_buffer_object()
48 struct ttm_buffer_object *bo = drm_gem_ttm_of_gem(gobj); in vmw_gem_object_free() local
67 struct ttm_buffer_object *bo = drm_gem_ttm_of_gem(obj); in vmw_gem_pin_private() local
96 struct ttm_buffer_object *bo = drm_gem_ttm_of_gem(obj); in vmw_gem_object_get_sg_table() local
125 void vmw_gem_destroy(struct ttm_buffer_object *bo) in vmw_gem_destroy()
189 static void vmw_bo_print_info(int id, struct vmw_buffer_object *bo, struct seq_file *m) in vmw_bo_print_info()
270 struct vmw_buffer_object *bo = gem_to_vmw_bo(gobj); in vmw_debugfs_gem_info_show() local
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_bo.c134 struct vc4_bo *bo = to_vc4_bo(gem_obj); in vc4_bo_set_label() local
166 static void vc4_bo_destroy(struct vc4_bo *bo) in vc4_bo_destroy()
185 static void vc4_bo_remove_from_cache(struct vc4_bo *bo) in vc4_bo_remove_from_cache()
241 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_purge() local
249 void vc4_bo_add_to_purgeable_pool(struct vc4_bo *bo) in vc4_bo_add_to_purgeable_pool()
263 static void vc4_bo_remove_from_purgeable_pool_locked(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool_locked()
287 void vc4_bo_remove_from_purgeable_pool(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool()
298 struct vc4_bo *bo = to_vc4_bo(obj); in vc4_bo_purge() local
317 struct vc4_bo *bo = list_first_entry(&vc4->purgeable.list, in vc4_bo_userspace_cache_purge() local
364 struct vc4_bo *bo = NULL; in vc4_bo_get_from_cache() local
[all …]
/Linux-v6.1/drivers/gpu/drm/lima/
Dlima_gem.c21 int lima_heap_alloc(struct lima_bo *bo, struct lima_vm *vm) in lima_heap_alloc()
110 struct lima_bo *bo; in lima_gem_create_handle() local
150 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_free_object() local
160 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_open() local
169 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_close() local
178 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_pin() local
188 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_vmap() local
198 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_mmap() local
222 struct lima_bo *bo; in lima_gem_create_object() local
239 struct lima_bo *bo; in lima_gem_get_info() local
[all …]
/Linux-v6.1/include/drm/ttm/
Dttm_bo_driver.h105 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve()
139 static inline int ttm_bo_reserve_slowpath(struct ttm_buffer_object *bo, in ttm_bo_reserve_slowpath()
155 ttm_bo_move_to_lru_tail_unlocked(struct ttm_buffer_object *bo) in ttm_bo_move_to_lru_tail_unlocked()
162 static inline void ttm_bo_assign_mem(struct ttm_buffer_object *bo, in ttm_bo_assign_mem()
176 static inline void ttm_bo_move_null(struct ttm_buffer_object *bo, in ttm_bo_move_null()
190 static inline void ttm_bo_unreserve(struct ttm_buffer_object *bo) in ttm_bo_unreserve()
/Linux-v6.1/drivers/gpu/drm/panfrost/
Dpanfrost_gem.c19 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_free_object() local
56 panfrost_gem_mapping_get(struct panfrost_gem_object *bo, in panfrost_gem_mapping_get()
106 void panfrost_gem_teardown_mappings_locked(struct panfrost_gem_object *bo) in panfrost_gem_teardown_mappings_locked()
119 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_open() local
172 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_close() local
190 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_pin() local
245 struct panfrost_gem_object *bo; in panfrost_gem_create_with_handle() local
278 struct panfrost_gem_object *bo; in panfrost_gem_prime_import_sg_table() local
/Linux-v6.1/crypto/
Daes_generic.c1147 #define f_rn(bo, bi, n, k) do { \ argument
1154 #define f_nround(bo, bi, k) do {\ argument
1162 #define f_rl(bo, bi, n, k) do { \ argument
1169 #define f_lround(bo, bi, k) do {\ argument
1217 #define i_rn(bo, bi, n, k) do { \ argument
1224 #define i_nround(bo, bi, k) do {\ argument
1232 #define i_rl(bo, bi, n, k) do { \ argument
1239 #define i_lround(bo, bi, k) do {\ argument
/Linux-v6.1/drivers/gpu/drm/v3d/
Dv3d_bo.c34 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_free_object() local
70 struct v3d_bo *bo; in v3d_create_object() local
92 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_bo_create_finish() local
130 struct v3d_bo *bo; in v3d_bo_create() local
174 struct v3d_bo *bo = NULL; in v3d_create_bo_ioctl() local
222 struct v3d_bo *bo; in v3d_get_bo_offset_ioctl() local
/Linux-v6.1/drivers/gpu/drm/virtio/
Dvirtgpu_prime.c34 struct virtio_gpu_object *bo = gem_to_virtio_gpu_obj(obj); in virtgpu_virtio_get_uuid() local
51 struct virtio_gpu_object *bo = gem_to_virtio_gpu_obj(obj); in virtgpu_gem_map_dma_buf() local
64 struct virtio_gpu_object *bo = gem_to_virtio_gpu_obj(obj); in virtgpu_gem_unmap_dma_buf() local
91 struct virtio_gpu_object *bo) in virtio_gpu_resource_assign_uuid()
110 struct virtio_gpu_object *bo = gem_to_virtio_gpu_obj(obj); in virtgpu_gem_prime_export() local

123456789