RE: [PATCH] drm/amdgpu/soc15: fix xclk for raven

2020-02-11 Thread Quan, Evan
Acked-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Wednesday, February 12, 2020 2:51 PM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH] drm/amdgpu/soc15: fix xclk for raven > > It&#

[PATCH] drm/amdgpu/soc15: fix xclk for raven

2020-02-11 Thread Alex Deucher
It's 25 Mhz (refclk / 4). This fixes the interpretation of the rlc clock counter. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/soc15.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c