kfdtest: Enable gfx90a coherency tests on Aqua Vanjaram

These tests should also pass on Aqua Vanjaram, so enable them

Signed-off-by: David Francis <David.Francis@amd.com>
Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Change-Id: Ibbb9cd43d653c63b08c39efd1d7326cfac1f8411
Tá an tiomantas seo le fáil i:
David Francis
2023-01-05 14:31:57 -05:00
tiomanta ag Graham Sider
tuismitheoir 30b1f23f7a
tiomantas eed5518e4c
D'athraigh 2 comhad le 27 breiseanna agus 17 scriosta
+6 -6
Féach ar an gComhad
@@ -2191,8 +2191,8 @@ TEST_F(KFDMemoryTest, VramCacheCoherenceWithRemoteGPU) {
const int dwSource = 0x40 * sizeof(int); /* At 3rd cache line */
const int dwLocation = 0x80 * sizeof(int); /* At 5th cache line */
if (m_FamilyId != FAMILY_AL) {
LOG() << "Skipping test: Test requires aldebaran series asics." << std::endl;
if (m_FamilyId != FAMILY_AL && m_FamilyId != FAMILY_AV) {
LOG() << "Skipping test: Test requires aldebaran or aqua vanjaram series asics." << std::endl;
return;
}
@@ -2271,8 +2271,8 @@ TEST_F(KFDMemoryTest, VramCacheCoherenceWithCPU) {
TEST_REQUIRE_ENV_CAPABILITIES(ENVCAPS_64BITLINUX);
TEST_START(TESTPROFILE_RUNALL);
if (m_FamilyId != FAMILY_AL) {
LOG() << "Skipping test: Test requires aldebaran series asics." << std::endl;
if (m_FamilyId != FAMILY_AL && m_FamilyId != FAMILY_AV) {
LOG() << "Skipping test: Test requires aldebaran or aqua vanjaram series asics." << std::endl;
return;
}
@@ -2335,8 +2335,8 @@ TEST_F(KFDMemoryTest, SramCacheCoherenceWithGPU) {
TEST_REQUIRE_ENV_CAPABILITIES(ENVCAPS_64BITLINUX);
TEST_START(TESTPROFILE_RUNALL);
if (m_FamilyId != FAMILY_AL) {
LOG() << "Skipping test: Test requires aldebaran series asics." << std::endl;
if (m_FamilyId != FAMILY_AL && m_FamilyId != FAMILY_AV) {
LOG() << "Skipping test: Test requires aldebaran or aqua vanjaram series asics." << std::endl;
return;
}