Re: [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

2025-03-20 Thread Tomasz Pakuła
On Thu, 20 Mar 2025 at 03:38, Feng, Kenneth wrote: > > [AMD Official Use Only - AMD Internal Distribution Only] > > Thanks Tomasz. > I confirmed that this change is not in the latest driver-if file. > However, this is a fw interface provided by firmware team, we can not change > it. > That means

[PATCH] drm/amd/pm: Add zero RPM enabled OD setting support for SMU14.0.2

2025-03-25 Thread Tomasz Pakuła
Hook up zero RPM enable for 9070 and 9070 XT based on RDNA3 (smu 13.0.0 and 13.0.7) code. Tested on 9070 XT Hellhound Signed-off-by: Tomasz Pakuła --- .../drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 55 ++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/drivers

Re: [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

2025-03-18 Thread Tomasz Pakuła
On Mon, 17 Mar 2025 at 15:15, Alex Deucher wrote: > > On Mon, Mar 17, 2025 at 6:53 AM Tomasz Pakuła > wrote: > > > > Hook up zero RPM stop temperature for 9070 and 9070 XT based on RDNA3 > > (smu 13.0.0 and 13.0.7) code. > > > > Signed-off-by: Tomasz Pak

Re: [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

2025-03-18 Thread Tomasz Pakuła
On Mon, 17 Mar 2025 at 16:11, Tomasz Pakuła wrote: > > tomek@komputr /sys/class/drm/card1/device/gpu_od/fan_ctrl $ cat > fan_zero_rpm_stop_temperature > FAN_ZERO_RPM_STOP_TEMPERATURE: > 50 > OD_RANGE: > ZERO_RPM_STOP_TEMPERATURE: 50 110 > > tomek@komputr /sys/cl

[PATCH 0/2] drm/amdgpu/pm: Add RDNA 4 Zero RPM settings

2025-03-17 Thread Tomasz Pakuła
This little patch series adds Zero RPM mode settings support (enable and stop temperature) for smu 14.0.2. This is based on the existing RDNA 3 (smu 13.0.0 and 13.0.7) code. Based on top of amd-drm-next-6.15-2025-03-14 Signed-off-by: Tomasz Pakuła Tomasz Pakuła (2): drm/amd/pm: add zero RPM

[PATCH 1/2] drm/amd/pm: add zero RPM OD setting support for SMU 14.0.2

2025-03-17 Thread Tomasz Pakuła
Hook up zero RPM enable for 9070 and 9070 XT based on RDNA3 (smu 13.0.0 and 13.0.7) code. Signed-off-by: Tomasz Pakuła --- .../drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 55 ++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu14

[PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

2025-03-17 Thread Tomasz Pakuła
Hook up zero RPM stop temperature for 9070 and 9070 XT based on RDNA3 (smu 13.0.0 and 13.0.7) code. Signed-off-by: Tomasz Pakuła --- .../swsmu/inc/pmfw_if/smu14_driver_if_v14_0.h | 3 +- .../drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 50 ++- 2 files changed, 51 insertions

Re: [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

2025-03-19 Thread Tomasz Pakuła
On Wed, 19 Mar 2025 at 03:19, Feng, Kenneth wrote: > > [AMD Official Use Only - AMD Internal Distribution Only] > > -Original Message----- > From: Tomasz Pakuła > Sent: Sunday, March 16, 2025 4:16 AM > To: Deucher, Alexander ; Feng, Kenneth > ; Wang, Ya

[PATCH] drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2

2025-03-12 Thread Tomasz Pakuła
t; New: "s " Signed-off-by: Tomasz Pakuła --- .../drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 59 ++- 1 file changed, 18 insertions(+), 41 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.

Re: [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

2025-03-25 Thread Tomasz Pakuła
On Tue, 25 Mar 2025 at 05:36, Feng, Kenneth wrote: > > [AMD Official Use Only - AMD Internal Distribution Only] > > Hi Tomasz, > We can only have zero rpm on/off setting. > After confirmation, the fan stop temperature setting is not exposed to algin > windows driver. > So the fw always pick the d

Re: [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

2025-03-25 Thread Tomasz Pakuła
On Thu, 20 Mar 2025 at 03:38, Feng, Kenneth wrote: > > [AMD Official Use Only - AMD Internal Distribution Only] > > Thanks Tohmasz. > I confirmed that this change is not in the latest driver-if file. > However, this is a fw interface provided by firmware team, we can not change > it. > That means