]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/pm: Add smu_v13_0_12 support
authorAsad Kamal <asad.kamal@amd.com>
Thu, 4 Jul 2024 03:49:41 +0000 (11:49 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:27:45 +0000 (10:27 -0500)
Add support for new smu 13_0_12 version

v2: Updated subject & moved skipping p2s init to a separate patch

Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c

index bd1a847960e304d5927497c7ed8384bfa6daf0b2..8ca793c222ff2e9f702733ee896babdbd0598dc3 100644 (file)
@@ -727,6 +727,7 @@ static int smu_set_funcs(struct amdgpu_device *adev)
                break;
        case IP_VERSION(13, 0, 6):
        case IP_VERSION(13, 0, 14):
+       case IP_VERSION(13, 0, 12):
                smu_v13_0_6_set_ppt_funcs(smu);
                /* Enable pp_od_clk_voltage node */
                smu->od_enabled = true;