amdgpu_fence       64 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 		"amdgpu_fence", sizeof(struct amdgpu_fence), 0,
amdgpu_fence       80 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c static inline struct amdgpu_fence *to_amdgpu_fence(struct dma_fence *f)
amdgpu_fence       82 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 	struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base);
amdgpu_fence      140 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 	struct amdgpu_fence *fence;
amdgpu_fence      634 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 	struct amdgpu_fence *fence = to_amdgpu_fence(f);
amdgpu_fence      648 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 	struct amdgpu_fence *fence = to_amdgpu_fence(f);
amdgpu_fence      669 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 	struct amdgpu_fence *fence = to_amdgpu_fence(f);
amdgpu_fence       40 drivers/gpu/drm/amd/amdgpu/amdgpu_job.h struct amdgpu_fence;