drm/amdgpu: correct initial cp_hqd_quantum for gfx9
authorHawking Zhang <Hawking.Zhang@amd.com>
Sun, 26 Sep 2021 14:19:35 +0000 (22:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Oct 2021 13:55:50 +0000 (15:55 +0200)
commit9f382e1edf90ae03be43dbd4976c2a332cd7ce2d
tree765e119455c9fe6c5d768bc84ff1cc21fe71105c
parentc331fad63b6d527193ae8b7c056b2f10fef53c81
drm/amdgpu: correct initial cp_hqd_quantum for gfx9

commit 9f52c25f59b504a29dda42d83ac1e24d2af535d4 upstream.

didn't read the value of mmCP_HQD_QUANTUM from correct
register offset

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Le Ma <Le.Ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c