aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/atomfirmware.h
diff options
context:
space:
mode:
authorFeifei Xu <[email protected]>2020-12-08 15:51:40 +0000
committerAlex Deucher <[email protected]>2021-03-24 02:56:01 +0000
commite5a83213507257ffbcddcea127d4a201fa38536a (patch)
tree430028f70018d095e17c1b01506c082eda7abea5 /drivers/gpu/drm/amd/include/atomfirmware.h
parentdrm/amd/pm:add aldebaran support for getting bootup values (diff)
downloadkernel-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.h5
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];
};
/*