Home
last modified time | relevance | path

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

/drivers/gpu/drm/vc4/
Dvc4_bo.c130 struct vc4_bo *bo = to_vc4_bo(gem_obj); in vc4_bo_set_label()
162 static void vc4_bo_destroy(struct vc4_bo *bo) in vc4_bo_destroy()
181 static void vc4_bo_remove_from_cache(struct vc4_bo *bo) in vc4_bo_remove_from_cache()
237 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_purge()
238 struct vc4_bo, unref_head); in vc4_bo_cache_purge()
245 void vc4_bo_add_to_purgeable_pool(struct vc4_bo *bo) in vc4_bo_add_to_purgeable_pool()
256 static void vc4_bo_remove_from_purgeable_pool_locked(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool_locked()
277 void vc4_bo_remove_from_purgeable_pool(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool()
288 struct vc4_bo *bo = to_vc4_bo(obj); in vc4_bo_purge()
307 struct vc4_bo *bo = list_first_entry(&vc4->purgeable.list, in vc4_bo_userspace_cache_purge()
[all …]
Dvc4_drv.h178 struct vc4_bo *bin_bo;
236 struct vc4_bo { struct
283 static inline struct vc4_bo * argument
286 return (struct vc4_bo *)bo; in to_vc4_bo()
710 struct vc4_bo *vc4_bo_create(struct drm_device *dev, size_t size,
739 int vc4_bo_inc_usecnt(struct vc4_bo *bo);
740 void vc4_bo_dec_usecnt(struct vc4_bo *bo);
741 void vc4_bo_add_to_purgeable_pool(struct vc4_bo *bo);
742 void vc4_bo_remove_from_purgeable_pool(struct vc4_bo *bo);
Dvc4_gem.c115 struct vc4_bo *vc4_bo = to_vc4_bo(kernel_state->bo[i]); in vc4_get_hang_state_ioctl() local
126 bo_state[i].paddr = vc4_bo->base.paddr; in vc4_get_hang_state_ioctl()
127 bo_state[i].size = vc4_bo->base.base.size; in vc4_get_hang_state_ioctl()
155 struct vc4_bo *bo; in vc4_save_hang_state()
263 struct vc4_bo *bo = to_vc4_bo(kernel_state->bo[i]); in vc4_save_hang_state()
539 struct vc4_bo *bo; in vc4_update_bo_seqnos()
836 struct vc4_bo *bo; in vc4_get_bcl()
958 struct vc4_bo *bo = to_vc4_bo(&exec->bo[i]->base); in vc4_complete_exec()
967 struct vc4_bo *bo = list_first_entry(&exec->unref_list, in vc4_complete_exec()
968 struct vc4_bo, unref_head); in vc4_complete_exec()
[all …]
Dvc4_v3d.c249 struct vc4_bo *bo = vc4_bo_create(vc4->dev, size, true, in bin_bo_alloc()
307 struct vc4_bo *bo = list_last_entry(&list, in bin_bo_alloc()
308 struct vc4_bo, unref_head); in bin_bo_alloc()
DMakefile6 vc4_bo.o \
Dvc4_irq.c62 struct vc4_bo *bo; in vc4_overflow_mem_work()
Dvc4_kms.c313 struct vc4_bo *bo; in vc4_fb_create()
Dvc4_crtc.c873 struct vc4_bo *bo; in vc4_async_page_flip_complete()
903 struct vc4_bo *bo = to_vc4_bo(&cma_bo->base); in vc4_async_page_flip()
Dvc4_plane.c1128 struct vc4_bo *bo; in vc4_prepare_fb()
1151 struct vc4_bo *bo; in vc4_cleanup_fb()
Dvc4_validate.c109 struct vc4_bo *bo; in vc4_use_bo()