drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11
authorjsg <jsg@openbsd.org>
Wed, 25 Jan 2023 02:23:18 +0000 (02:23 +0000)
committerjsg <jsg@openbsd.org>
Wed, 25 Jan 2023 02:23:18 +0000 (02:23 +0000)
From Yifan Zhang
bb856053b7d7526784e596cf3be16e9d047ccb99 in linux-6.1.y/6.1.8
16412a94364d1dcebded9217ecb693c9659eaabc in mainline linux

sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c

index 44b03dd..aacc250 100644 (file)
@@ -585,6 +585,7 @@ static int smu_set_funcs(struct amdgpu_device *adev)
                yellow_carp_set_ppt_funcs(smu);
                break;
        case IP_VERSION(13, 0, 4):
+       case IP_VERSION(13, 0, 11):
                smu_v13_0_4_set_ppt_funcs(smu);
                break;
        case IP_VERSION(13, 0, 5):