drm/amdgpu: correct the PSP_BL_CMD enum
authorHawking Zhang <Hawking.Zhang@amd.com>
Tue, 31 Aug 2021 05:32:40 +0000 (13:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 Jul 2022 20:42:39 +0000 (16:42 -0400)
To match with the enum defined in trusted os

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Reviewed-by: John Clements <john.clements@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h

index e431f49..1806346 100644 (file)
@@ -69,8 +69,8 @@ enum psp_bootloader_cmd {
        PSP_BL__LOAD_SOSDRV             = 0x20000,
        PSP_BL__LOAD_KEY_DATABASE       = 0x80000,
        PSP_BL__LOAD_SOCDRV             = 0xB0000,
-       PSP_BL__LOAD_INTFDRV            = 0xC0000,
-       PSP_BL__LOAD_DBGDRV             = 0xD0000,
+       PSP_BL__LOAD_DBGDRV             = 0xC0000,
+       PSP_BL__LOAD_INTFDRV            = 0xD0000,
        PSP_BL__DRAM_LONG_TRAIN         = 0x100000,
        PSP_BL__DRAM_SHORT_TRAIN        = 0x200000,
        PSP_BL__LOAD_TOS_SPL_TABLE      = 0x10000000,