]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Add missing SMU version
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Wed, 17 Apr 2024 17:04:42 +0000 (11:04 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Apr 2024 13:52:08 +0000 (09:52 -0400)
This commit add PP_SMU_VER_VG to the pp_smu_ver list.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dm_pp_smu.h

index bd7ba0a25198db678d63c7ad09bb5ad0eb8f9ced..b0e17a594ec3127e9539b297677a0b884178b4a4 100644 (file)
@@ -40,8 +40,9 @@ enum pp_smu_ver {
        PP_SMU_UNSUPPORTED,
        PP_SMU_VER_RV,
        PP_SMU_VER_NV,
-       PP_SMU_VER_RN,
 
+       PP_SMU_VER_RN,
+       PP_SMU_VER_VG,
        PP_SMU_VER_MAX
 };