mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 16:30:17 +00:00
m1n1.agx: Update DeviceControl message names
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
ae8a4d9c4e
commit
0b37f5599c
1 changed files with 5 additions and 6 deletions
|
@ -274,14 +274,13 @@ class AGX:
|
|||
self.asc.fw.send_initdata(self.initdata._addr & 0xfff_ffffffff)
|
||||
self.asc.work()
|
||||
|
||||
self.log("Sending DC19")
|
||||
self.ch.devctrl.send_dc19()
|
||||
self.log("Sending DC_Init")
|
||||
self.ch.devctrl.send_init()
|
||||
self.asc.work()
|
||||
|
||||
for i in range(4):
|
||||
self.log("Sending DC23")
|
||||
self.ch.devctrl.send_dc23()
|
||||
self.asc.work()
|
||||
self.log("Sending DC_UpdateIdleTS")
|
||||
self.ch.devctrl.update_idle_ts()
|
||||
self.asc.work()
|
||||
|
||||
def stop(self):
|
||||
self.asc.stop()
|
||||
|
|
Loading…
Reference in a new issue