Home
last modified time | relevance | path

Searched refs:amdgpu_fence (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fence.c53 struct amdgpu_fence { struct
65 "amdgpu_fence", sizeof(struct amdgpu_fence), 0, in amdgpu_fence_slab_init() argument
81 static inline struct amdgpu_fence *to_amdgpu_fence(struct dma_fence *f) in to_amdgpu_fence()
83 struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base); in to_amdgpu_fence()
141 struct amdgpu_fence *fence; in amdgpu_fence_emit()
637 struct amdgpu_fence *fence = to_amdgpu_fence(f); in amdgpu_fence_get_timeline_name()
651 struct amdgpu_fence *fence = to_amdgpu_fence(f); in amdgpu_fence_enable_signaling()
672 struct amdgpu_fence *fence = to_amdgpu_fence(f); in amdgpu_fence_free()
Damdgpu_job.h40 struct amdgpu_fence;
DMakefile46 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \