From 30dcc1a977e1b79fefcc614a6a1f21c26633902a Mon Sep 17 00:00:00 2001 From: yangsu13 Date: Wed, 17 Dec 2025 10:47:06 +0800 Subject: [PATCH] Revert "wsl/librocdxg: Change hsaKmtQueueRingDoorbell interface" Debug shows parameter count no impact on call relations, so revert this commit. This reverts commit 5f710768aa2e68c5b06d0ece19f4268cc66f88d4. Signed-off-by: Yang Su Reviewed-by: Flora Cui --- queues.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queues.cpp b/queues.cpp index f6861b8db2..db93a42c6b 100644 --- a/queues.cpp +++ b/queues.cpp @@ -201,7 +201,7 @@ HSAKMT_STATUS HSAKMTAPI hsaKmtAllocQueueGWS(HSA_QUEUEID QueueId, HSAuint32 nGWS, return HSAKMT_STATUS_SUCCESS; } -HSAKMT_STATUS HSAKMTAPI hsaKmtQueueRingDoorbell(HSA_QUEUEID QueueId, ...) { +HSAKMT_STATUS HSAKMTAPI hsaKmtQueueRingDoorbell(HSA_QUEUEID QueueId) { CHECK_DXG_OPEN(); auto queue_ = reinterpret_cast(QueueId);