aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 2c2f2349dd82..49adb451c3bc 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -788,6 +788,9 @@ struct amdgpu_ring {
788 struct amdgpu_ctx *current_ctx; 788 struct amdgpu_ctx *current_ctx;
789 enum amdgpu_ring_type type; 789 enum amdgpu_ring_type type;
790 char name[16]; 790 char name[16];
791 unsigned cond_exe_offs;
792 u64 cond_exe_gpu_addr;
793 volatile u32 *cond_exe_cpu_addr;
791}; 794};
792 795
793/* 796/*