From: Rodrigo Siqueira Date: Wed, 17 Apr 2024 17:04:42 +0000 (-0600) Subject: drm/amd/display: Add missing SMU version X-Git-Tag: v6.11-rc1~141^2~25^2~554 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b042da49c45aab31638e22672ac2af91eb6a08d;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: Add missing SMU version This commit add PP_SMU_VER_VG to the pp_smu_ver list. Acked-by: Wayne Lin Signed-off-by: Rodrigo Siqueira Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dm_pp_smu.h b/drivers/gpu/drm/amd/display/dc/dm_pp_smu.h index bd7ba0a25198d..b0e17a594ec31 100644 --- a/drivers/gpu/drm/amd/display/dc/dm_pp_smu.h +++ b/drivers/gpu/drm/amd/display/dc/dm_pp_smu.h @@ -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 };