Revert "Create SDMA queue on specific engine"

This reverts commit acb80d7583.

Change-Id: Ia3e9db5fcba1fef80745c72c78b7c568b5c7315e
Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
This commit is contained in:
Oak Zeng
2019-01-21 10:32:43 -06:00
parent 742fa5d871
commit 1923d2e335
2 changed files with 2 additions and 7 deletions
+1 -2
View File
@@ -43,10 +43,9 @@ class BaseQueue {
/** Create the queue.
* @see hsaKmtCreateQueue
* @param pointers is used only for creating AQL queues. Otherwise it is omitted.
* @param sdmaEngineId is used only for creating SDMA queues. -1 means let kfd kernel select a sdma engine
*/
virtual HSAKMT_STATUS Create(unsigned int NodeId, unsigned int size = DEFAULT_QUEUE_SIZE,
HSAuint64 *pointers = NULL, int sdmaEngineId = -1);
HSAuint64 *pointers = NULL);
/** Update the queue.
* @see hsaKmtUpdateQueue
* @param percent New queue percentage