Commit 8326193
drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume
Commit 42cdf6f ("drm/amdgpu/gfx8: always restore kcq MQDs") made the
ring pointer always to be reset on resume from suspend. This caused compute
rings to fail since the reset was done without also resetting it for the
firmware. Reset wptr on the GPU to avoid a disconnect between the driver
and firmware wptr.
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3911
Fixes: 42cdf6f ("drm/amdgpu/gfx8: always restore kcq MQDs")
Signed-off-by: Eeli Haapalainen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
(cherry picked from commit 2becafc)
Cc: [email protected]1 parent 86790e3 commit 8326193
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4640 | 4640 | | |
4641 | 4641 | | |
4642 | 4642 | | |
| 4643 | + | |
4643 | 4644 | | |
4644 | 4645 | | |
4645 | 4646 | | |
| |||
0 commit comments