]> Git Repo - J-linux.git/commitdiff
drm/amdgpu: Update PSP interface header
authorLijo Lazar <[email protected]>
Wed, 11 Oct 2023 14:13:56 +0000 (19:43 +0530)
committerAlex Deucher <[email protected]>
Fri, 13 Oct 2023 15:32:47 +0000 (11:32 -0400)
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]>
drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h

index dfd60db970123d02a238ebc08da0dc97b1a3656a..4bb5e10217bb3440bf451d69a658cfb07e1d78fc 100644 (file)
@@ -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
 };
 
This page took 0.057992 seconds and 4 git commands to generate.