Skip to content

Commit

Permalink
m1n1.fw.dcp.ipc: Add D592 - abort_swap_ap_gated
Browse files Browse the repository at this point in the history
Also fixes a type for set_idle_caching_state_ap.

Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau authored and marcan committed Nov 27, 2023
1 parent 2b92f4b commit 736acde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxyclient/m1n1/fw/dcp/ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ class UnifiedPipeline2(IPCObject):
D109 = cb_create_PMU_service
D110 = cb_create_iomfb_service
D111 = cb_create_backlight_service
D112 = set_idle_caching_state_ap
D112 = cb_set_idle_caching_state_ap
D116 = cb_start_hardware_boot
D117 = cb_is_dark_boot
D118 = cb_is_waking_from_hibernate
Expand Down Expand Up @@ -860,6 +860,7 @@ class IOMobileFramebufferAP(IPCObject):
D589 = Callback(void, "swap_complete_ap_gated", swap_id=uint, unkBool=bool_, swap_data=InPtr(SwapCompleteData), swap_info=SwapInfoBlob, unkUint=uint)

D591 = Callback(void, "swap_complete_intent_gated", swap_id=uint, unkB=bool_, unkInt=uint32_t, width=uint, height=uint)
D592 = Callback(void, "abort_swap_ap_gated", swap_id=uint)
D593 = Callback(void, "enable_backlight_message_ap_gated", bool_)
D594 = Callback(void, "setSystemConsoleMode", bool_)

Expand Down

0 comments on commit 736acde

Please sign in to comment.