Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
6b042da4 dff0360a

+2 -1
+2 -1
drivers/gpu/drm/amd/display/dc/dm_pp_smu.h
··· 40 40 PP_SMU_UNSUPPORTED, 41 41 PP_SMU_VER_RV, 42 42 PP_SMU_VER_NV, 43 - PP_SMU_VER_RN, 44 43 44 + PP_SMU_VER_RN, 45 + PP_SMU_VER_VG, 45 46 PP_SMU_VER_MAX 46 47 }; 47 48