diff options
author | Sergi Granell | 2018-02-14 22:51:53 +0100 |
---|---|---|
committer | Sergi Granell | 2018-02-14 22:51:53 +0100 |
commit | 3591e7e7fbe724b2828feb84d384c3b23dbbf5fd (patch) | |
tree | 9251d59f38a64cba1fe325d6cde9788554e86d24 /include/kernel/lowio/dsi.h | |
parent | Add DSI (diff) | |
download | vds-libraries-3591e7e7fbe724b2828feb84d384c3b23dbbf5fd.tar.gz |
DSI case fixes
Diffstat (limited to 'include/kernel/lowio/dsi.h')
-rw-r--r-- | include/kernel/lowio/dsi.h | 4 |
1 files changed, 2 insertions, 2 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); |