OSDN Git Service

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>
Mon, 2 Aug 2021 21:21:25 +0000 (17:21 -0400)
commit198fbe15ce531b290b92dba48bd8eeed2c884a01
tree2847401a51ae872839fce9b383b92fcaa25b6667
parenta50fe707803555f89ad878e3965445be0f70eb9f
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