Re: [PATCH] drm/amdgpu: Fix refclk reporting for SMU v13.0.6

2023-09-06 Thread Lazar, Lijo
On 9/6/2023 8:53 PM, Alex Deucher wrote: On Wed, Sep 6, 2023 at 12:05 AM Lijo Lazar wrote: SMU v13.0.6 SOCs have 100MHz reference clock. Do we want to use the vbios value on boards that have a vbios? If it's the same on all variants, then this is probably fine as is. Yes, it's the sa

Re: [PATCH] drm/amdgpu: Fix refclk reporting for SMU v13.0.6

2023-09-06 Thread Alex Deucher
On Wed, Sep 6, 2023 at 12:05 AM Lijo Lazar wrote: > > SMU v13.0.6 SOCs have 100MHz reference clock. > Do we want to use the vbios value on boards that have a vbios? If it's the same on all variants, then this is probably fine as is. Alex > Signed-off-by: Lijo Lazar > --- > drivers/gpu/drm/am

RE: [PATCH] drm/amdgpu: Fix refclk reporting for SMU v13.0.6

2023-09-05 Thread Zhang, Hawking
[AMD Official Use Only - General] Reviewed-by: Hawking Zhang Regards Hawking -Original Message- From: Lazar, Lijo Sent: Wednesday, September 6, 2023 11:57 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander Subject: [PATCH] drm/amdgpu: Fix refclk reporting for

[PATCH] drm/amdgpu: Fix refclk reporting for SMU v13.0.6

2023-09-05 Thread Lijo Lazar
SMU v13.0.6 SOCs have 100MHz reference clock. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/soc15.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index f5be40d7ba36..28094cd7d9c2 100644 --