From 3591e7e7fbe724b2828feb84d384c3b23dbbf5fd Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Wed, 14 Feb 2018 22:51:53 +0100 Subject: DSI case fixes --- include/kernel/lowio/dsi.h | 4 ++-- include/kernel/lowio/pervasive.h | 2 +- nids/360/SceLowio.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/kernel/lowio/dsi.h b/include/kernel/lowio/dsi.h index 5b6aa9e..e083055 100644 --- a/include/kernel/lowio/dsi.h +++ b/include/kernel/lowio/dsi.h @@ -22,10 +22,10 @@ typedef enum SceDsiHead { int sceDsiEnableHead(int head); int sceDsiDisableHead(int head); int sceDsiSendBlankingPacket(int head); -int sceDsiSetLanesPixelsize(int head, int lanes, int pixelsize); +int sceDsiSetLanesAndPixelSize(int head, int lanes, int pixelsize); int sceDsiSetVic(int head, int vic); int sceDsiGetVicResolution(int vic, int *width, int *height); -int sceDsiGetPixelclock(int head); +int sceDsiGetPixelClock(int head); int sceDsiGenericShortWrite(int head, int param0, int param1, int param2); int sceDsiGenericReadRequest(int head, int param, void *buff, unsigned int size); int sceDsiDcsShortWrite(int head, unsigned short param0, int param1); diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h index f40d925..ef91404 100644 --- a/include/kernel/lowio/pervasive.h +++ b/include/kernel/lowio/pervasive.h @@ -27,7 +27,7 @@ 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 scePervasiveDsiSetPixelclock(int port, int pixelclock); +int scePervasiveDsiSetPixelClock(int port, int pixelclock); int scePervasiveMsifResetEnable(void); int scePervasiveMsifResetDisable(void); diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index 266cb1f..2c91a98 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -11,10 +11,10 @@ modules: sceDsiEnableHead: 0x5BE5AA9B sceDsiGenericReadRequest: 0x98120684 sceDsiGenericShortWrite: 0x89C00D2F - sceDsiGetPixelclock: 0x4DF9E924 + sceDsiGetPixelClock: 0x4DF9E924 sceDsiGetVicResolution: 0xB3A70C05 sceDsiSendBlankingPacket: 0x7640F607 - sceDsiSetLanesPixelsize: 0x78E6E3CF + sceDsiSetLanesAndPixelSize: 0x78E6E3CF sceDsiSetVic: 0x97BFEA76 SceGpioForDriver: nid: 0xF0EF5743 @@ -45,7 +45,7 @@ modules: scePervasiveDsiClockEnable: 0xBC42C72F scePervasiveDsiResetDisable: 0xFFB43AC2 scePervasiveDsiResetEnable: 0xE3FC1C8D - scePervasiveDsiSetPixelclock: 0x91C80C41 + scePervasiveDsiSetPixelClock: 0x91C80C41 scePervasiveGpioClockDisable: 0xEB176898 scePervasiveGpioClockEnable: 0x2F195C97 scePervasiveGpioResetDisable: 0x78C34032 -- cgit v1.2.3