Commit 6a8ee025 authored by Xiaojie Yuan's avatar Xiaojie Yuan Committed by Alex Deucher

drm/amdgpu/discovery: update definition for struct die_header

Update to latest spec.
Signed-off-by: default avatarXiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8e84aa1b
......@@ -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
......
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