]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/ipu.h
karo: add support for TXA5 (SAMA5D4) modules
[karo-tx-uboot.git] / include / ipu.h
index 44cb7f7e5f09bfb9a7616e66ca1c6c62dbcae8f3..b1143a42703bea06da690667e9df211f10b5dc92 100644 (file)
@@ -188,6 +188,14 @@ typedef union {
        } mem_dp_fg_sync;
 } ipu_channel_params_t;
 
+/*
+ * Enumeration of IPU interrupts.
+ */
+enum ipu_irq_line {
+       IPU_IRQ_DP_SF_END = 448 + 3,
+       IPU_IRQ_DC_FC_1 = 448 + 9,
+};
+
 /*
  * Bitfield of Display Interface signal polarities.
  */
@@ -222,6 +230,7 @@ int ipuv3_fb_init(struct fb_videomode *mode, int di,
                unsigned int interface_pix_fmt,
                ipu_di_clk_parent_t di_clk_parent,
                unsigned long di_clk_val, int bpp);
+void ipuv3_fb_shutdown(void);
 
 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params);
 void ipu_uninit_channel(ipu_channel_t channel);