mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-19 18:23:07 +00:00
fixup! m1n1.fw.dcp.ipc: Add support for the macOS 13.2 firmware
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
d6b6470bef
commit
638e4494d0
1 changed files with 3 additions and 3 deletions
|
@ -422,7 +422,7 @@ BufferDescriptor = uint64_t
|
||||||
SwapCompleteData = Bytes(0x12)
|
SwapCompleteData = Bytes(0x12)
|
||||||
SwapInfoBlob = Struct(
|
SwapInfoBlob = Struct(
|
||||||
"unk" / Bytes(0x6c4),
|
"unk" / Bytes(0x6c4),
|
||||||
Ver("V >= V13_2", "unk_13_2" / Bytes(0x1)),
|
Ver("V >= V13_2", "unk_13_2" / Bytes(0x10)),
|
||||||
)
|
)
|
||||||
|
|
||||||
SWAP_SURFACES = 4
|
SWAP_SURFACES = 4
|
||||||
|
@ -783,8 +783,8 @@ class IOMobileFramebufferAP(IPCObject):
|
||||||
A465 = flush_supportsPower
|
A465 = flush_supportsPower
|
||||||
A466 = abort_swaps_dcp
|
A466 = abort_swaps_dcp
|
||||||
A469 = update_dfb
|
A469 = update_dfb
|
||||||
A470 = setPowerState
|
A471 = setPowerState
|
||||||
A471 = isKeepOnScreen
|
A472 = isKeepOnScreen
|
||||||
|
|
||||||
# FW version dependent callbacks
|
# FW version dependent callbacks
|
||||||
if Ver.check("V < V13_2"):
|
if Ver.check("V < V13_2"):
|
||||||
|
|
Loading…
Reference in a new issue