Skip to content

Commit 9712ee0

Browse files
John Clementsalexdeucher
authored andcommitted
drm/amdgpu: update PSP BL cmd IDs
resolved bug with incorrect PSP BL cmd IDs Signed-off-by: John Clements <[email protected]> Acked-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 7a3d638 commit 9712ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ enum psp_bootloader_cmd {
5454
PSP_BL__LOAD_SYSDRV = 0x10000,
5555
PSP_BL__LOAD_SOSDRV = 0x20000,
5656
PSP_BL__LOAD_KEY_DATABASE = 0x80000,
57-
PSP_BL__LOAD_SOCDRV = 0x90000,
58-
PSP_BL__LOAD_INTFDRV = 0xA0000,
59-
PSP_BL__LOAD_DBGDRV = 0xB0000,
57+
PSP_BL__LOAD_SOCDRV = 0xB0000,
58+
PSP_BL__LOAD_INTFDRV = 0xC0000,
59+
PSP_BL__LOAD_DBGDRV = 0xD0000,
6060
PSP_BL__DRAM_LONG_TRAIN = 0x100000,
6161
PSP_BL__DRAM_SHORT_TRAIN = 0x200000,
6262
PSP_BL__LOAD_TOS_SPL_TABLE = 0x10000000,

0 commit comments

Comments
 (0)