drm/amdgpu: correct reference clock value on navi10
remove the divisor 4 Signed-off-by: Tao Zhou <tao.zhou1@amd.com> Acked-by: Jack Xiao <Jack.Xiao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c877dff7d9
commit
462a70d87e
@ -122,7 +122,7 @@ static u32 nv_get_config_memsize(struct amdgpu_device *adev)
|
||||
|
||||
static u32 nv_get_xclk(struct amdgpu_device *adev)
|
||||
{
|
||||
return adev->clock.spll.reference_freq / 4;
|
||||
return adev->clock.spll.reference_freq;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user