Commit 3c7758be authored by Frank Min's avatar Frank Min Committed by Alex Deucher

drm/amdgpu: Update soc24_enum.h and soc21_enum.h

Update to latest changes.
Signed-off-by: default avatarFrank Min <Frank.Min@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 978f5428
...@@ -92,7 +92,7 @@ DSM_SINGLE_WRITE_EN = 0x00000001, ...@@ -92,7 +92,7 @@ DSM_SINGLE_WRITE_EN = 0x00000001,
*/ */
typedef enum ENUM_NUM_SIMD_PER_CU { typedef enum ENUM_NUM_SIMD_PER_CU {
NUM_SIMD_PER_CU = 0x00000004, NUM_SIMD_PER_CU = 0x00000002,
} ENUM_NUM_SIMD_PER_CU; } ENUM_NUM_SIMD_PER_CU;
/* /*
......
...@@ -73,7 +73,7 @@ CP_PERFMON_STATE_COUNT_AND_DUMP_PHANTOM = 0x00000005, ...@@ -73,7 +73,7 @@ CP_PERFMON_STATE_COUNT_AND_DUMP_PHANTOM = 0x00000005,
*/ */
typedef enum ENUM_NUM_SIMD_PER_CU { typedef enum ENUM_NUM_SIMD_PER_CU {
NUM_SIMD_PER_CU = 0x00000004, NUM_SIMD_PER_CU = 0x00000002,
} ENUM_NUM_SIMD_PER_CU; } ENUM_NUM_SIMD_PER_CU;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment