diff options
author | Eric Nelson | 2012-09-23 07:30:54 +0000 |
---|---|---|
committer | Stefano Babic | 2012-09-24 10:48:19 +0200 |
commit | 5f8e17ce158894b46acb25b975c579fae2350523 (patch) | |
tree | 3148c340ae3d6b8c1c34c618e4084cfbc5da0ebf /include/ipu_pixfmt.h | |
parent | 5436eaeab9155633fd858e0a6b876d1077348d94 (diff) |
i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame buffer
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/ipu_pixfmt.h')
-rw-r--r-- | include/ipu_pixfmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipu_pixfmt.h b/include/ipu_pixfmt.h index 0019898d510..4baa71187d9 100644 --- a/include/ipu_pixfmt.h +++ b/include/ipu_pixfmt.h @@ -77,5 +77,6 @@ #define IPU_PIX_FMT_YUV422P fourcc('4', '2', '2', 'P') /*< 16 YUV 4:2:2 */ int ipuv3_fb_init(struct fb_videomode *mode, uint8_t disp, uint32_t pixfmt); +void ipuv3_fb_shutdown(void); #endif |