Home
last modified time | relevance | path

Searched refs:vc4_bo (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_bo.c243 struct vc4_bo, unref_head); in vc4_bo_cache_purge()
299 struct vc4_bo *bo = to_vc4_bo(obj); in vc4_bo_purge()
365 struct vc4_bo *bo = NULL; in vc4_bo_get_from_cache()
375 struct vc4_bo, size_head); in vc4_bo_get_from_cache()
397 struct vc4_bo *bo; in vc4_create_object()
428 struct vc4_bo *bo; in vc4_bo_create()
496 struct vc4_bo *bo = NULL; in vc4_bo_dumb_create()
783 struct vc4_bo *bo = NULL; in vc4_create_bo_ioctl()
839 struct vc4_bo *bo = NULL; in vc4_create_shader_bo_ioctl()
918 struct vc4_bo *bo; in vc4_set_tiling_ioctl()
[all …]
H A Dvc4_gem.c119 struct vc4_bo *vc4_bo = to_vc4_bo(kernel_state->bo[i]); in vc4_get_hang_state_ioctl() local
130 bo_state[i].paddr = vc4_bo->base.dma_addr; in vc4_get_hang_state_ioctl()
131 bo_state[i].size = vc4_bo->base.base.size; in vc4_get_hang_state_ioctl()
159 struct vc4_bo *bo; in vc4_save_hang_state()
267 struct vc4_bo *bo = to_vc4_bo(kernel_state->bo[i]); in vc4_save_hang_state()
558 struct vc4_bo *bo; in vc4_attach_fences()
746 struct vc4_bo *bo; in vc4_get_bcl()
862 struct vc4_bo *bo = to_vc4_bo(exec->bo[i]); in vc4_complete_exec()
871 struct vc4_bo *bo = list_first_entry(&exec->unref_list, in vc4_complete_exec()
872 struct vc4_bo, unref_head); in vc4_complete_exec()
[all …]
H A Dvc4_drv.h193 struct vc4_bo *bin_bo;
242 struct vc4_bo { struct
280 container_of_const(to_drm_gem_dma_obj(_bo), struct vc4_bo, base) argument
905 struct vc4_bo *vc4_bo_create(struct drm_device *dev, size_t size,
925 int vc4_bo_inc_usecnt(struct vc4_bo *bo);
926 void vc4_bo_dec_usecnt(struct vc4_bo *bo);
927 void vc4_bo_add_to_purgeable_pool(struct vc4_bo *bo);
928 void vc4_bo_remove_from_purgeable_pool(struct vc4_bo *bo);
H A DMakefile6 vc4_bo.o \
H A Dvc4_v3d.c256 struct vc4_bo *bo = vc4_bo_create(&vc4->base, size, true, in bin_bo_alloc()
314 struct vc4_bo *bo = list_last_entry(&list, in bin_bo_alloc()
315 struct vc4_bo, unref_head); in bin_bo_alloc()
H A Dvc4_irq.c65 struct vc4_bo *bo; in vc4_overflow_mem_work()
H A Dvc4_crtc.c923 struct vc4_bo *bo = NULL; in vc4_async_page_flip_complete_with_cleanup()
1049 struct vc4_bo *bo = to_vc4_bo(&dma_bo->base); in vc4_async_page_flip()
H A Dvc4_validate.c110 struct vc4_bo *bo; in vc4_use_bo()
H A Dvc4_kms.c546 struct vc4_bo *bo; in vc4_fb_create()
H A Dvc4_plane.c2391 struct vc4_bo *bo; in vc4_prepare_fb()
2409 struct vc4_bo *bo; in vc4_cleanup_fb()
/linux-6.15/Documentation/gpu/
H A Dvc4.rst84 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_bo.c