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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index bf0c607de195..a88302c0c93a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -945,6 +945,7 @@ struct amdgpu_ring {
945 unsigned next_rptr_offs; 945 unsigned next_rptr_offs;
946 unsigned fence_offs; 946 unsigned fence_offs;
947 struct drm_file *current_filp; 947 struct drm_file *current_filp;
948 unsigned current_ctx;
948 bool need_ctx_switch; 949 bool need_ctx_switch;
949 enum amdgpu_ring_type type; 950 enum amdgpu_ring_type type;
950 char name[16]; 951 char name[16];