am: fix hot-queue restarts, only dequeue (#13627)

This commit is contained in:
nimlgen
2025-12-09 19:37:21 +03:00
committed by GitHub
parent b07839493d
commit 1329033b8c

View File

@@ -220,7 +220,6 @@ class AM_GFX(AM_IP):
def fini_hw(self):
self._grbm_select(me=1, pipe=0, queue=0)
self.adev.regCP_HQD_DEQUEUE_REQUEST.write(0x2) # 1 - DRAIN_PIPE; 2 - RESET_WAVES
self.adev.regSPI_COMPUTE_QUEUE_RESET.write(1)
self._grbm_select()
self.adev.regGCVM_CONTEXT0_CNTL.write(0)