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:
parent
8e84aa1bf2
commit
6a8ee0257d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user