Re: [PATCH] drm/amdgpu: fix xclk freq on CHIP_STONEY

2023-06-05 Thread Alex Deucher
Applied. Thanks! On Fri, Jun 2, 2023 at 11:13 PM Chia-I Wu wrote: > > On Fri, Jun 2, 2023 at 11:50 AM Alex Deucher wrote: > > > > Nevermind, missing your Signed-off-by. Please add and I'll apply. > Sorry that I keep forgetting... This patch is > > Signed-off-by: Chia-I Wu > > I can send

Re: [PATCH] drm/amdgpu: fix xclk freq on CHIP_STONEY

2023-06-02 Thread Chia-I Wu
On Fri, Jun 2, 2023 at 11:50 AM Alex Deucher wrote: > > Nevermind, missing your Signed-off-by. Please add and I'll apply. Sorry that I keep forgetting... This patch is Signed-off-by: Chia-I Wu I can send v2 if necessary. > > Alex >

Re: [PATCH] drm/amdgpu: fix xclk freq on CHIP_STONEY

2023-06-02 Thread Alex Deucher
Nevermind, missing your Signed-off-by. Please add and I'll apply. Alex On Fri, Jun 2, 2023 at 2:19 PM Alex Deucher wrote: > > Applied. Thanks! > > Alex > > On Thu, Jun 1, 2023 at 5:48 PM Chia-I Wu wrote: > > > > According to Alex, most APUs from that time seem to have the same issue > >

Re: [PATCH] drm/amdgpu: fix xclk freq on CHIP_STONEY

2023-06-02 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Jun 1, 2023 at 5:48 PM Chia-I Wu wrote: > > According to Alex, most APUs from that time seem to have the same issue > (vbios says 48Mhz, actual is 100Mhz). I only have a CHIP_STONEY so I > limit the fixup to CHIP_STONEY > --- > drivers/gpu/drm/amd/amdgpu/vi.c |

[PATCH] drm/amdgpu: fix xclk freq on CHIP_STONEY

2023-06-01 Thread Chia-I Wu
According to Alex, most APUs from that time seem to have the same issue (vbios says 48Mhz, actual is 100Mhz). I only have a CHIP_STONEY so I limit the fixup to CHIP_STONEY --- drivers/gpu/drm/amd/amdgpu/vi.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git