/Linux-v6.6/include/linux/ |
D | dma-resv.h | 155 struct dma_resv { struct 195 struct dma_resv *obj; 231 struct dma_resv *obj, in dma_resv_iter_begin() 315 void dma_resv_reset_max_fences(struct dma_resv *obj); 317 static inline void dma_resv_reset_max_fences(struct dma_resv *obj) {} in dma_resv_reset_max_fences() 342 static inline int dma_resv_lock(struct dma_resv *obj, in dma_resv_lock() 369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() 386 static inline void dma_resv_lock_slow(struct dma_resv *obj, in dma_resv_lock_slow() 402 static inline int dma_resv_lock_slow_interruptible(struct dma_resv *obj, in dma_resv_lock_slow_interruptible() 422 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() [all …]
|
D | dma-buf.h | 424 struct dma_resv *resv; 539 struct dma_resv *resv;
|
/Linux-v6.6/drivers/dma-buf/ |
D | dma-resv.c | 71 struct dma_resv *resv, struct dma_fence **fence, in dma_resv_list_entry() 138 void dma_resv_init(struct dma_resv *obj) in dma_resv_init() 150 void dma_resv_fini(struct dma_resv *obj) in dma_resv_fini() 162 static inline struct dma_resv_list *dma_resv_fences_list(struct dma_resv *obj) in dma_resv_fences_list() 182 int dma_resv_reserve_fences(struct dma_resv *obj, unsigned int num_fences) in dma_resv_reserve_fences() 256 void dma_resv_reset_max_fences(struct dma_resv *obj) in dma_resv_reset_max_fences() 280 void dma_resv_add_fence(struct dma_resv *obj, struct dma_fence *fence, in dma_resv_add_fence() 335 void dma_resv_replace_fences(struct dma_resv *obj, uint64_t context, in dma_resv_replace_fences() 513 int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src) in dma_resv_copy_fences() 561 int dma_resv_get_fences(struct dma_resv *obj, enum dma_resv_usage usage, in dma_resv_get_fences() [all …]
|
D | st-dma-resv.c | 40 struct dma_resv resv; in sanitycheck() 66 struct dma_resv resv; in test_signaling() 114 struct dma_resv resv; in test_for_each() 175 struct dma_resv resv; in test_for_each_unlocked() 248 struct dma_resv resv; in test_get_fences() 296 int dma_resv(void) in dma_resv() function
|
D | selftests.h | 16 selftest(dma_resv, dma_resv)
|
D | dma-buf.c | 81 if (dmabuf->resv == (struct dma_resv *)&dmabuf[1]) in dma_buf_release() 218 static bool dma_buf_poll_add_cb(struct dma_resv *resv, bool write, in dma_buf_poll_add_cb() 240 struct dma_resv *resv; in dma_buf_poll() 611 struct dma_resv *resv = exp_info->resv; in dma_buf_export() 639 alloc_size += sizeof(struct dma_resv); in dma_buf_export() 661 dmabuf->resv = (struct dma_resv *)&dmabuf[1]; in dma_buf_export() 1360 struct dma_resv *resv = dmabuf->resv; in __dma_buf_begin_cpu_access()
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_deps.h | 13 struct dma_resv; 40 int i915_deps_add_resv(struct i915_deps *deps, struct dma_resv *resv,
|
D | i915_sw_fence.h | 19 struct dma_resv; 93 struct dma_resv *resv,
|
D | TODO.txt | 17 with VM_BIND using userspace should be removed. Looking at amdgpu dma_resv on 20 This is the matching task on the vm side compared to ttm/dma_resv on the
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.h | 30 struct dma_resv; 52 struct dma_resv *resv, enum amdgpu_sync_mode mode,
|
D | amdgpu_ttm.h | 149 struct dma_resv *resv, 156 struct dma_resv *resv, 160 struct dma_resv *resv,
|
D | amdgpu_gem.h | 45 struct dma_resv *resv,
|
D | amdgpu_ids.h | 76 void amdgpu_pasid_free_delayed(struct dma_resv *resv,
|
D | amdgpu_vm_cpu.c | 49 struct dma_resv *resv, in amdgpu_vm_cpu_prepare()
|
/Linux-v6.6/include/drm/ttm/ |
D | ttm_bo.h | 184 struct dma_resv *resv; 363 struct sg_table *sg, struct dma_resv *resv, 368 struct sg_table *sg, struct dma_resv *resv,
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/ |
D | i915_gem_wait.c | 36 i915_gem_object_boost(struct dma_resv *resv, unsigned int flags) in i915_gem_object_boost() 67 i915_gem_object_wait_reservation(struct dma_resv *resv, in i915_gem_object_wait_reservation()
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_gem.h | 35 struct dma_resv *resv);
|
D | lsdc_gem.c | 154 struct dma_resv *resv) in lsdc_gem_object_create() 188 struct dma_resv *resv = attach->dmabuf->resv; in lsdc_prime_import_sg_table()
|
D | lsdc_ttm.h | 70 struct dma_resv *resv);
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 79 struct sg_table *sg, struct dma_resv *robj); 82 struct dma_resv *robj,
|
/Linux-v6.6/include/drm/ |
D | drm_gem.h | 373 struct dma_resv *resv; 382 struct dma_resv _resv;
|
D | gpu_scheduler.h | 54 struct dma_resv; 539 struct dma_resv *resv,
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | radeon_asic.h | 89 struct dma_resv *resv); 160 struct dma_resv *resv); 349 struct dma_resv *resv); 353 struct dma_resv *resv); 474 struct dma_resv *resv); 548 struct dma_resv *resv); 727 struct dma_resv *resv); 798 struct dma_resv *resv); 802 struct dma_resv *resv);
|
D | rv770_dma.c | 45 struct dma_resv *resv) in rv770_copy_dma()
|
/Linux-v6.6/drivers/gpu/drm/lima/ |
D | lima_gem.h | 32 static inline struct dma_resv *lima_bo_resv(struct lima_bo *bo) in lima_bo_resv()
|