From 0441d8b308e58f9391f4715b8f95db7a8b0f9d2f Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Mon, 15 Mar 2021 19:29:14 -0400 Subject: Update names from prototype 0.940 display.skprx 1. sceKernelGetKPLS is inferred from similar names. 2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the debug logs, but that is probably a mistake. --- include/kernel/lowio/pervasive.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/kernel/lowio/pervasive.h') diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h index 12d8a3a..4cd786e 100644 --- a/include/kernel/lowio/pervasive.h +++ b/include/kernel/lowio/pervasive.h @@ -25,10 +25,10 @@ int scePervasiveSpiResetDisable(int port); int scePervasiveSpiClockDisable(int port); int scePervasiveSpiClockEnable(int port); -int scePervasiveDsiResetEnable(int port, unsigned int mask); -int scePervasiveDsiResetDisable(int port, unsigned int mask); -int scePervasiveDsiClockEnable(int port, unsigned int mask); -int scePervasiveDsiClockDisable(int port, unsigned int mask); +int scePervasiveIftuDsiResetEnable(int port, unsigned int mask); +int scePervasiveIftuDsiResetDisable(int port, unsigned int mask); +int scePervasiveIftuDsiClkGateEnable(int port, unsigned int mask); +int scePervasiveIftuDsiClkGateDisable(int port, unsigned int mask); int scePervasiveDsiSetPixelClock(int port, int pixelclock); int scePervasiveMsifResetEnable(void); -- cgit v1.2.3