X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fipu.h;h=3b44613490d93051c00c93de53b95381df72cf0f;hb=9d8d6825ff327661153cd470926133012fff16ef;hp=b8cf52147a32d38732a161b7a63c894d6c5dba90;hpb=cdc9edbf6d5f28f1db64e1f2fa7ce1306e3d1055;p=karo-tx-uboot.git diff --git a/include/ipu.h b/include/ipu.h index b8cf52147a..3b44613490 100644 --- a/include/ipu.h +++ b/include/ipu.h @@ -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. */ @@ -282,5 +290,4 @@ int ipu_dp_init(ipu_channel_t channel, uint32_t in_pixel_fmt, void ipu_dp_uninit(ipu_channel_t channel); void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap); ipu_color_space_t format_to_colorspace(uint32_t fmt); - -#endif /* __IPU_H */ +#endif