Go to the documentation of this file.
18 #ifndef __OMAP_OMAPDSS_H
19 #define __OMAP_OMAPDSS_H
21 #include <linux/list.h>
23 #include <linux/device.h>
25 #define DISPC_IRQ_FRAMEDONE (1 << 0)
26 #define DISPC_IRQ_VSYNC (1 << 1)
27 #define DISPC_IRQ_EVSYNC_EVEN (1 << 2)
28 #define DISPC_IRQ_EVSYNC_ODD (1 << 3)
29 #define DISPC_IRQ_ACBIAS_COUNT_STAT (1 << 4)
30 #define DISPC_IRQ_PROG_LINE_NUM (1 << 5)
31 #define DISPC_IRQ_GFX_FIFO_UNDERFLOW (1 << 6)
32 #define DISPC_IRQ_GFX_END_WIN (1 << 7)
33 #define DISPC_IRQ_PAL_GAMMA_MASK (1 << 8)
34 #define DISPC_IRQ_OCP_ERR (1 << 9)
35 #define DISPC_IRQ_VID1_FIFO_UNDERFLOW (1 << 10)
36 #define DISPC_IRQ_VID1_END_WIN (1 << 11)
37 #define DISPC_IRQ_VID2_FIFO_UNDERFLOW (1 << 12)
38 #define DISPC_IRQ_VID2_END_WIN (1 << 13)
39 #define DISPC_IRQ_SYNC_LOST (1 << 14)
40 #define DISPC_IRQ_SYNC_LOST_DIGIT (1 << 15)
41 #define DISPC_IRQ_WAKEUP (1 << 16)
42 #define DISPC_IRQ_SYNC_LOST2 (1 << 17)
43 #define DISPC_IRQ_VSYNC2 (1 << 18)
44 #define DISPC_IRQ_VID3_END_WIN (1 << 19)
45 #define DISPC_IRQ_VID3_FIFO_UNDERFLOW (1 << 20)
46 #define DISPC_IRQ_ACBIAS_COUNT_STAT2 (1 << 21)
47 #define DISPC_IRQ_FRAMEDONE2 (1 << 22)
48 #define DISPC_IRQ_FRAMEDONEWB (1 << 23)
49 #define DISPC_IRQ_FRAMEDONETV (1 << 24)
50 #define DISPC_IRQ_WBBUFFEROVERFLOW (1 << 25)
51 #define DISPC_IRQ_SYNC_LOST3 (1 << 27)
52 #define DISPC_IRQ_VSYNC3 (1 << 28)
53 #define DISPC_IRQ_ACBIAS_COUNT_STAT3 (1 << 29)
54 #define DISPC_IRQ_FRAMEDONE3 (1 << 30)
252 unsigned hs_pulse_time,
unsigned vs_pulse_time,
253 int hs_pol_inv,
int vs_pol_inv,
int extif_div);
367 #ifdef CONFIG_OMAP2_DSS_VENC
499 #define OMAP_DSS_MAX_DSI_PINS 22
739 #define for_each_dss_dev(d) while ((d = omap_dss_get_next_device(d)) != NULL)
770 unsigned long timeout);
772 #define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver)
773 #define to_dss_device(x) container_of((x), struct omap_dss_device, dev)
789 void (*
callback)(
int,
void *),
void *data);
796 unsigned long ddr_clk,
unsigned long lp_clk);
800 bool disconnect_lanes,
bool enter_ulps);