mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 20:13:49 -04:00
drm/amd/display: Add missing SMU version
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>
This commit is contained in:
committed by
Alex Deucher
parent
dff0360a49
commit
6b042da49c
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user