diff options
| author | Lijo Lazar <[email protected]> | 2023-10-11 14:13:56 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-10-13 15:32:47 +0000 |
| commit | cd21cb1fcbd892e47f574f9721e067855b7a838a (patch) | |
| tree | 183aa019290c5e668358059e6905500a56f2e38e /drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h | |
| parent | drm/amdgpu: Avoid FRU EEPROM access on APU (diff) | |
| download | kernel-cd21cb1fcbd892e47f574f9721e067855b7a838a.tar.gz kernel-cd21cb1fcbd892e47f574f9721e067855b7a838a.zip | |
drm/amdgpu: Update PSP interface header
Adds FW id for P2S table.
Signed-off-by: Lijo Lazar <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Reviewed-by: Yang Wang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h b/drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h index dfd60db97012..4bb5e10217bb 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h +++ b/drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h @@ -296,6 +296,7 @@ enum psp_gfx_fw_type { GFX_FW_TYPE_VPEC_FW1 = 100, /* VPEC FW1 To Save VPE */ GFX_FW_TYPE_VPEC_FW2 = 101, /* VPEC FW2 To Save VPE */ GFX_FW_TYPE_VPE = 102, + GFX_FW_TYPE_P2S_TABLE = 129, GFX_FW_TYPE_MAX }; |
