2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-03 19:24:02 +08:00

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>
This commit is contained in:
Xiaojie Yuan 2019-03-27 17:46:04 +08:00 committed by Alex Deucher
parent 8e84aa1bf2
commit 6a8ee0257d

View File

@ -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