mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.trace.agx: Add a missing UAT inval
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
6e40dd9aaa
commit
d2cb85d048
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ class CommandQueueTracer(Reloadable):
|
|||
self.dumpfile.flush()
|
||||
tracer.state.queue_seq += 1
|
||||
|
||||
self.tracer.uat.invalidate_cache()
|
||||
self.update_info()
|
||||
|
||||
def update_info(self):
|
||||
|
|
Loading…
Reference in a new issue