diff options
| author | Feifei Xu <[email protected]> | 2020-12-08 15:51:40 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-03-24 02:56:01 +0000 |
| commit | e5a83213507257ffbcddcea127d4a201fa38536a (patch) | |
| tree | 430028f70018d095e17c1b01506c082eda7abea5 /drivers/gpu/drm/amd/include/atomfirmware.h | |
| parent | drm/amd/pm:add aldebaran support for getting bootup values (diff) | |
| download | kernel-e5a83213507257ffbcddcea127d4a201fa38536a.tar.gz kernel-e5a83213507257ffbcddcea127d4a201fa38536a.zip | |
drm/amdgpu: update atom_firmware_info_v3_4 (v2)
v1: Added some pspbl parameters
v2: fix fallthrough issue
Signed-off-by: Feifei Xu <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Kevin Wang <[email protected]>
Reviewed-by: Lazar Lijo <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/atomfirmware.h')
| -rw-r--r-- | drivers/gpu/drm/amd/include/atomfirmware.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/atomfirmware.h b/drivers/gpu/drm/amd/include/atomfirmware.h index ec43a4fb761a..1c0034df59f8 100644 --- a/drivers/gpu/drm/amd/include/atomfirmware.h +++ b/drivers/gpu/drm/amd/include/atomfirmware.h @@ -596,7 +596,10 @@ struct atom_firmware_info_v3_4 { uint32_t maco_pwrlimit_mw; // bomaco mode power limit in unit of m-watt uint32_t usb_pwrlimit_mw; // power limit when USB is enable in unit of m-watt uint32_t fw_reserved_size_in_kb; // VBIOS reserved extra fw size in unit of kb. - uint32_t reserved[5]; + uint32_t pspbl_init_done_reg_addr; + uint32_t pspbl_init_done_value; + uint32_t pspbl_init_done_check_timeout; // time out in unit of us when polling pspbl init done + uint32_t reserved[2]; }; /* |
