kfdtest: Include SDMA queue info in class KFDBaseComponentTest
This will facilitate us to avoid using family ID to differentiate the SDMA engines and SDMA queues. Change-Id: I8d6203cc5d330e9130a1b2624997c86ba53e8ae4 Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
This commit is contained in:
@@ -63,6 +63,8 @@ void KFDBaseComponentTest::SetUp() {
|
||||
|
||||
g_TestGPUFamilyId = FamilyIdFromNode(nodeProperties);
|
||||
|
||||
GetSdmaInfo(nodeProperties, &m_numSdmaEngines, &m_numSdmaQueuesPerEngine);
|
||||
|
||||
m_FamilyId = g_TestGPUFamilyId;
|
||||
|
||||
ROUTINE_END
|
||||
|
||||
Reference in New Issue
Block a user