drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.
authorYifan Zhang <yifan1.zhang@amd.com>
Thu, 10 Jun 2021 01:55:01 +0000 (09:55 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Jul 2021 15:14:17 +0000 (11:14 -0400)
commit1c0539a6fc8a4a4b77278e35d763073890de96b9
treea6284dbd1e31d3daae68fe244df558dcfe2f3c49
parent4d77f36f2c8c62b230f4a5eb264c169fa04c4a5a
drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.

If GC has entered CGPG, ringing doorbell > first page doesn't wakeup GC.
Enlarge CP_MEC_DOORBELL_RANGE_UPPER to workaround this issue.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c