diff options
author | Xiaojie Yuan <xiaojie.yuan@amd.com> | 2019-03-27 17:46:04 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-21 18:58:21 -0500 |
commit | 6a8ee0257dee074ce8b96643f44b1efd1ce120b4 (patch) | |
tree | d9ad908e9cacfc42ee48bf1a9af09e6ed7382b40 /drivers/gpu/drm/amd/include/discovery.h | |
parent | 8e84aa1bf2af81346cc8a3aaab630bc86a4af681 (diff) |
drm/amdgpu/discovery: update definition for struct die_header
Update to latest spec.
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/discovery.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/discovery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/include/discovery.h b/drivers/gpu/drm/amd/include/discovery.h index e01d4cd9f2cb..5dcb776548d8 100644 --- a/drivers/gpu/drm/amd/include/discovery.h +++ b/drivers/gpu/drm/amd/include/discovery.h @@ -99,8 +99,8 @@ typedef struct ip typedef struct die_header { - uint32_t die_id; - uint32_t num_ips; + uint16_t die_id; + uint16_t num_ips; } die_header; typedef struct ip_structure |