ci/freedreno: Try to detect a wedged MMU that's happened recently.
Possibly since the VK-GL-CTS 1.3.1.0 uprev. It doesn't seem to recover, like it says. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14945>
This commit is contained in:
@@ -156,6 +156,10 @@ class CrosServoRun:
|
|||||||
"Detected spontaneous reboot, restarting run...")
|
"Detected spontaneous reboot, restarting run...")
|
||||||
return 2
|
return 2
|
||||||
|
|
||||||
|
if re.search("arm-smmu 5040000.iommu: TLB sync timed out -- SMMU may be deadlocked", line):
|
||||||
|
self.print_error("Detected cheza MMU fail, restarting run...")
|
||||||
|
return 2
|
||||||
|
|
||||||
result = re.search("hwci: mesa: (\S*)", line)
|
result = re.search("hwci: mesa: (\S*)", line)
|
||||||
if result:
|
if result:
|
||||||
if result.group(1) == "pass":
|
if result.group(1) == "pass":
|
||||||
|
Reference in New Issue
Block a user