kfdtest: Expand KFDQMTest.MultipleCpQueues to cover all CP queues

Because of that, rename the test to AllCpQueues.

Change-Id: I57105f863db2558e850c703d151ffebcce2c7a17
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>


[ROCm/ROCR-Runtime commit: a4d570fa2b]
This commit is contained in:
Yong Zhao
2019-11-06 19:10:58 -05:00
committed by Kent Russell
parent d0c78bf4d5
commit 471f9cf127
6 changed files with 20 additions and 15 deletions
@@ -51,7 +51,8 @@ bool is_dgpu();
bool isTonga(const HsaNodeProperties *props);
unsigned int FamilyIdFromNode(const HsaNodeProperties *props);
void GetSdmaInfo(const HsaNodeProperties *props,
void GetHwQueueInfo(const HsaNodeProperties *props,
unsigned int *p_num_cp_queues,
unsigned int *p_num_sdma_engines,
unsigned int *p_num_sdma_xgmi_engines,
unsigned int *p_num_sdma_queues_per_engine);