kfdtest: Use SDMA engine information directly from the node
Change-Id: Icd391c8e821fb0ff5a1094f21b880a97e6d417a3 Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
This commit is contained in:
@@ -63,7 +63,8 @@ void KFDBaseComponentTest::SetUp() {
|
||||
|
||||
g_TestGPUFamilyId = FamilyIdFromNode(nodeProperties);
|
||||
|
||||
GetSdmaInfo(nodeProperties, &m_numSdmaEngines, &m_numSdmaQueuesPerEngine);
|
||||
GetSdmaInfo(nodeProperties, &m_numSdmaEngines, &m_numSdmaXgmiEngines,
|
||||
&m_numSdmaQueuesPerEngine);
|
||||
|
||||
m_FamilyId = g_TestGPUFamilyId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user