Skip to content

Commit 9ebc38c

Browse files
hoshinolinamarcan
authored andcommitted
m1n1.trace.agx: Fix UAT TTBR PT size
Signed-off-by: Asahi Lina <[email protected]>
1 parent 1b9cb35 commit 9ebc38c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxyclient/m1n1/trace/agx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def uat_write(self, evt, level=3, base=0, iova=0, ctx=None):
478478
return
479479
self.log(f"Dumping UAT for context {ctx}")
480480
self.uat.invalidate_cache()
481-
_, pt = self.uat.get_pt(self.uat.gpu_region + ctx * 16, 8)
481+
_, pt = self.uat.get_pt(self.uat.gpu_region + ctx * 16, 2)
482482
pt[off & 1] = evt.data
483483
self.uat.dump(ctx, log=self.log)
484484
self.add_uatmap_tracers(ctx)

0 commit comments

Comments
 (0)