mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 17:54:13 +00:00
m1n1.trace.agx: Fix UAT TTBR PT size
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
1b9cb35104
commit
9ebc38ca73
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class AGXTracer(ASCTracer):
|
|||
return
|
||||
self.log(f"Dumping UAT for context {ctx}")
|
||||
self.uat.invalidate_cache()
|
||||
_, pt = self.uat.get_pt(self.uat.gpu_region + ctx * 16, 8)
|
||||
_, pt = self.uat.get_pt(self.uat.gpu_region + ctx * 16, 2)
|
||||
pt[off & 1] = evt.data
|
||||
self.uat.dump(ctx, log=self.log)
|
||||
self.add_uatmap_tracers(ctx)
|
||||
|
|
Loading…
Reference in a new issue