Re: [PATCH] drm/amdgpu/pm: Fix the power1_min_cap value

2024-02-23 Thread Alex Deucher
On Fri, Feb 23, 2024 at 4:20 AM Ma Jun wrote: > > It's unreasonable to use 0 as the power1_min_cap when > OD is disabled. So, use the same lower limit as the value > used when OD is enabled. > > Signed-off-by: Ma Jun Fixes: 1958946858a6 ("drm/amd/pm: Support for getting power1_cap_min value") A

Re: [PATCH] drm/amdgpu/pm: Fix the power1_min_cap value

2024-02-23 Thread Christian König
Am 23.02.24 um 10:19 schrieb Ma Jun: It's unreasonable to use 0 as the power1_min_cap when OD is disabled. So, use the same lower limit as the value used when OD is enabled. Signed-off-by: Ma Jun Acked-by: Christian König --- drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 9 ++

[PATCH] drm/amdgpu/pm: Fix the power1_min_cap value

2024-02-23 Thread Ma Jun
It's unreasonable to use 0 as the power1_min_cap when OD is disabled. So, use the same lower limit as the value used when OD is enabled. Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 9 - drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 9 ++