mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 03:17:05 +00:00
fw.dcp.ipc: Remove junk prints
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
fa3b1ddcf6
commit
c2c6da3df2
1 changed files with 0 additions and 2 deletions
|
@ -528,7 +528,6 @@ PlaneInfo = Struct(
|
||||||
"unk3" / UnkBytes(0x26),
|
"unk3" / UnkBytes(0x26),
|
||||||
)
|
)
|
||||||
|
|
||||||
print(hex(PlaneInfo.sizeof()))
|
|
||||||
assert PlaneInfo.sizeof() == 0x50
|
assert PlaneInfo.sizeof() == 0x50
|
||||||
|
|
||||||
IOSurface = Struct(
|
IOSurface = Struct(
|
||||||
|
@ -563,7 +562,6 @@ IOSurface = Struct(
|
||||||
"padding" / UnkBytes(7),
|
"padding" / UnkBytes(7),
|
||||||
)
|
)
|
||||||
|
|
||||||
print(hex(IOSurface.sizeof()))
|
|
||||||
assert IOSurface.sizeof() == 0x204
|
assert IOSurface.sizeof() == 0x204
|
||||||
|
|
||||||
IOMFBColorFixedMatrix = Array(5, Array(3, ulong))
|
IOMFBColorFixedMatrix = Array(5, Array(3, ulong))
|
||||||
|
|
Loading…
Reference in a new issue