Restore SDMA blacklist
The SDMA blacklist should contain all tests that use SDMA. It will be applied to all ASICs that are know to have SDMA stability issues. Change-Id: I53e723382c12f99bddf9c535000e27737a7ea1f6 Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Esse commit está contido em:
@@ -40,14 +40,17 @@ BLACKLIST_ALL_ASICS=\
|
||||
"$PERMANENT_BLACKLIST_ALL_ASICS:"\
|
||||
"$TEMPORARY_BLACKLIST_ALL_ASICS"
|
||||
|
||||
# SDMA-based tests (KFDIPCTest.BasicTest, KFDQMTest.SdmaEventInterrupt) are both
|
||||
# SDMA-based tests (KFDIPCTest.BasicTest, KFDQM.*Sdma*, KFDMemoryTest.MMBench) are all
|
||||
# disabled on non-Hawaii due to SDMA instability - SWDEV-101666
|
||||
# KFDLocalMemoryTest.CheckZeroInitializationVram Passes, but it
|
||||
# takes nearly 4 min (229385 ms) to run so it remains blacklisted
|
||||
SDMA_BLACKLIST=\
|
||||
"KFDIPCTest.*:"\
|
||||
"KFDLocalMemoryTest.CheckZeroInitializationVram:"\
|
||||
"KFDQMTest.SdmaEventInterrupt:"\
|
||||
"KFDMemoryTest.MemoryRegister:"\
|
||||
"KFDMemoryTest.MMBench:"\
|
||||
"KFDMemoryTest.SignalHandling:"\
|
||||
"KFDQMTest.*Sdma*:"\
|
||||
"KFDQMTest.CreateQueueStressSingleThreaded:"\
|
||||
"KFDQMTest.GPUDoorbellWrite:"\
|
||||
"KFDQMTest.P2PTest:"\
|
||||
"KFDPerformanceTest.P2PBandWidthTest:"\
|
||||
"KFDPerformanceTest.P2POverheadTest"
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário