Symbol: amdgpu_fence
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
112
int amdgpu_fence_emit(struct amdgpu_ring *ring, struct amdgpu_fence *af,
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
244
struct amdgpu_fence *am_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
261
am_fence = container_of(fence, struct amdgpu_fence, base);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
48
static inline struct amdgpu_fence *to_amdgpu_fence(struct dma_fence *f)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
50
struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
716
void amdgpu_fence_driver_update_timedout_fence_state(struct amdgpu_fence *af)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
720
struct amdgpu_fence *fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
740
fence = container_of(unprocessed, struct amdgpu_fence, base);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
760
void amdgpu_fence_save_wptr(struct amdgpu_fence *af)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
778
struct amdgpu_fence *guilty_fence)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
782
struct amdgpu_fence *fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
800
fence = container_of(unprocessed, struct amdgpu_fence, base);
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
92
static void amdgpu_fence_save_fence_wptr_start(struct amdgpu_fence *af)
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
97
static void amdgpu_fence_save_fence_wptr_end(struct amdgpu_fence *af)
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
131
struct amdgpu_fence *af;
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
195
struct amdgpu_fence *af;
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
205
af = kzalloc_obj(struct amdgpu_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
212
af = kzalloc_obj(struct amdgpu_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_job.h
44
struct amdgpu_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_job.h
71
struct amdgpu_fence *hw_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_job.h
72
struct amdgpu_fence *hw_vm_fence;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
869
struct amdgpu_fence *guilty_fence)
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
876
struct amdgpu_fence *guilty_fence)
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
164
void amdgpu_fence_driver_update_timedout_fence_state(struct amdgpu_fence *af);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
165
void amdgpu_fence_save_wptr(struct amdgpu_fence *af);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
175
int amdgpu_fence_emit(struct amdgpu_ring *ring, struct amdgpu_fence *af,
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
298
struct amdgpu_fence *timedout_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
580
struct amdgpu_fence *guilty_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
582
struct amdgpu_fence *guilty_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
584
struct amdgpu_fence *guilty_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
1548
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
565
struct amdgpu_fence *guilty_fence);
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
904
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
9504
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
9571
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
6828
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
6994
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
5292
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
5410
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
7200
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
7264
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
3548
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c
771
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c
651
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c
563
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c
728
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c
1146
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c
773
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c
649
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_1.c
845
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/jpeg_v5_3_0.c
632
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
1661
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
1537
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
1445
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
1581
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c
807
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c
798
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
1961
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
1696
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c
1466
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c
1190
struct amdgpu_fence *timedout_fence)
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c
1359
struct amdgpu_fence *timedout_fence)