mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-11 02:04:11 +00:00
m1n1.agx.event: Log events again
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
80a18f7761
commit
59a00bdb5a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class GPUEventManager:
|
|||
if v & (1 << j):
|
||||
ev_id = i * 64 + j
|
||||
ev = self.events[ev_id]
|
||||
#self.agx.log(f"Event fired: {ev_id}")
|
||||
self.agx.log(f"Event fired: {ev_id}")
|
||||
if ev is None:
|
||||
raise Exception("Received spurious notification for event ID {ev}")
|
||||
ev.fire()
|
||||
|
|
Loading…
Reference in a new issue