RE: [PATCH] drm/amd/pm: Disallow managing power profiles on SRIOV for gc11.0.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[AMD Official Use Only - General]

Ping on this patch. Please help review.

Thanks,
Victor

-----Original Message-----
From: Victor Zhao <Victor.Zhao@xxxxxxx>
Sent: Tuesday, September 26, 2023 11:09 AM
To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx
Cc: Zhao, Victor <Victor.Zhao@xxxxxxx>
Subject: [PATCH] drm/amd/pm: Disallow managing power profiles on SRIOV for gc11.0.3

disable pp_power_profile_mode for sriov on gc11.0.3 as not supported by smu

Signed-off-by: Victor Zhao <Victor.Zhao@xxxxxxx>
---
 drivers/gpu/drm/amd/pm/amdgpu_pm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
index 2d19282e4fbe..b6f32d57b81f 100644
--- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
+++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
@@ -2122,7 +2122,8 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_
        } else if (DEVICE_ATTR_IS(pp_power_profile_mode)) {
                if (amdgpu_dpm_get_power_profile_mode(adev, NULL) == -EOPNOTSUPP)
                        *states = ATTR_STATE_UNSUPPORTED;
-               else if (gc_ver == IP_VERSION(10, 3, 0) && amdgpu_sriov_vf(adev))
+               else if ((gc_ver == IP_VERSION(10, 3, 0) ||
+                         gc_ver == IP_VERSION(11, 0, 3)) && amdgpu_sriov_vf(adev))
                        *states = ATTR_STATE_UNSUPPORTED;
        }

--
2.34.1





[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux