aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/amd/include/cgs_common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h
index f32af2f2091a..ed5fa3357364 100644
--- a/drivers/gpu/drm/amd/include/cgs_common.h
+++ b/drivers/gpu/drm/amd/include/cgs_common.h
@@ -121,13 +121,13 @@ enum cgs_system_info_id {
121}; 121};
122 122
123struct cgs_system_info { 123struct cgs_system_info {
124 uint64_t size; 124 uint64_t size;
125 uint64_t info_id; 125 enum cgs_system_info_id info_id;
126 union { 126 union {
127 void *ptr; 127 void *ptr;
128 uint64_t value; 128 uint64_t value;
129 }; 129 };
130 uint64_t padding[13]; 130 uint64_t padding[13];
131}; 131};
132 132
133/* 133/*