]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/video/omapdss.h
OMAPDSS: VENC: clean up regulator init
[mirror_ubuntu-bionic-kernel.git] / include / video / omapdss.h
CommitLineData
559d6701 1/*
559d6701
TV
2 * Copyright (C) 2008 Nokia Corporation
3 * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 as published by
7 * the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along with
15 * this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
a0b38cc4
TV
18#ifndef __OMAP_OMAPDSS_H
19#define __OMAP_OMAPDSS_H
559d6701
TV
20
21#include <linux/list.h>
22#include <linux/kobject.h>
23#include <linux/device.h>
348be69d 24#include <linux/interrupt.h>
559d6701
TV
25
26#define DISPC_IRQ_FRAMEDONE (1 << 0)
27#define DISPC_IRQ_VSYNC (1 << 1)
28#define DISPC_IRQ_EVSYNC_EVEN (1 << 2)
29#define DISPC_IRQ_EVSYNC_ODD (1 << 3)
30#define DISPC_IRQ_ACBIAS_COUNT_STAT (1 << 4)
31#define DISPC_IRQ_PROG_LINE_NUM (1 << 5)
32#define DISPC_IRQ_GFX_FIFO_UNDERFLOW (1 << 6)
33#define DISPC_IRQ_GFX_END_WIN (1 << 7)
34#define DISPC_IRQ_PAL_GAMMA_MASK (1 << 8)
35#define DISPC_IRQ_OCP_ERR (1 << 9)
36#define DISPC_IRQ_VID1_FIFO_UNDERFLOW (1 << 10)
37#define DISPC_IRQ_VID1_END_WIN (1 << 11)
38#define DISPC_IRQ_VID2_FIFO_UNDERFLOW (1 << 12)
39#define DISPC_IRQ_VID2_END_WIN (1 << 13)
40#define DISPC_IRQ_SYNC_LOST (1 << 14)
41#define DISPC_IRQ_SYNC_LOST_DIGIT (1 << 15)
42#define DISPC_IRQ_WAKEUP (1 << 16)
2a205f34
SS
43#define DISPC_IRQ_SYNC_LOST2 (1 << 17)
44#define DISPC_IRQ_VSYNC2 (1 << 18)
b8c095b4
AT
45#define DISPC_IRQ_VID3_END_WIN (1 << 19)
46#define DISPC_IRQ_VID3_FIFO_UNDERFLOW (1 << 20)
2a205f34
SS
47#define DISPC_IRQ_ACBIAS_COUNT_STAT2 (1 << 21)
48#define DISPC_IRQ_FRAMEDONE2 (1 << 22)
7f6f3c4b
TV
49#define DISPC_IRQ_FRAMEDONEWB (1 << 23)
50#define DISPC_IRQ_FRAMEDONETV (1 << 24)
51#define DISPC_IRQ_WBBUFFEROVERFLOW (1 << 25)
14d33d38
CM
52#define DISPC_IRQ_SYNC_LOST3 (1 << 27)
53#define DISPC_IRQ_VSYNC3 (1 << 28)
54#define DISPC_IRQ_ACBIAS_COUNT_STAT3 (1 << 29)
55#define DISPC_IRQ_FRAMEDONE3 (1 << 30)
559d6701
TV
56
57struct omap_dss_device;
58struct omap_overlay_manager;
a97a9634 59struct dss_lcd_mgr_config;
9c0b8420
RN
60struct snd_aes_iec958;
61struct snd_cea_861_aud_if;
559d6701
TV
62
63enum omap_display_type {
64 OMAP_DISPLAY_TYPE_NONE = 0,
65 OMAP_DISPLAY_TYPE_DPI = 1 << 0,
66 OMAP_DISPLAY_TYPE_DBI = 1 << 1,
67 OMAP_DISPLAY_TYPE_SDI = 1 << 2,
68 OMAP_DISPLAY_TYPE_DSI = 1 << 3,
69 OMAP_DISPLAY_TYPE_VENC = 1 << 4,
b119601d 70 OMAP_DISPLAY_TYPE_HDMI = 1 << 5,
559d6701
TV
71};
72
73enum omap_plane {
74 OMAP_DSS_GFX = 0,
75 OMAP_DSS_VIDEO1 = 1,
b8c095b4
AT
76 OMAP_DSS_VIDEO2 = 2,
77 OMAP_DSS_VIDEO3 = 3,
66a0f9e4 78 OMAP_DSS_WB = 4,
559d6701
TV
79};
80
81enum omap_channel {
82 OMAP_DSS_CHANNEL_LCD = 0,
83 OMAP_DSS_CHANNEL_DIGIT = 1,
8613b000 84 OMAP_DSS_CHANNEL_LCD2 = 2,
ff6331e2 85 OMAP_DSS_CHANNEL_LCD3 = 3,
559d6701
TV
86};
87
88enum omap_color_mode {
89 OMAP_DSS_COLOR_CLUT1 = 1 << 0, /* BITMAP 1 */
90 OMAP_DSS_COLOR_CLUT2 = 1 << 1, /* BITMAP 2 */
91 OMAP_DSS_COLOR_CLUT4 = 1 << 2, /* BITMAP 4 */
92 OMAP_DSS_COLOR_CLUT8 = 1 << 3, /* BITMAP 8 */
93 OMAP_DSS_COLOR_RGB12U = 1 << 4, /* RGB12, 16-bit container */
94 OMAP_DSS_COLOR_ARGB16 = 1 << 5, /* ARGB16 */
95 OMAP_DSS_COLOR_RGB16 = 1 << 6, /* RGB16 */
96 OMAP_DSS_COLOR_RGB24U = 1 << 7, /* RGB24, 32-bit container */
97 OMAP_DSS_COLOR_RGB24P = 1 << 8, /* RGB24, 24-bit container */
98 OMAP_DSS_COLOR_YUV2 = 1 << 9, /* YUV2 4:2:2 co-sited */
99 OMAP_DSS_COLOR_UYVY = 1 << 10, /* UYVY 4:2:2 co-sited */
100 OMAP_DSS_COLOR_ARGB32 = 1 << 11, /* ARGB32 */
101 OMAP_DSS_COLOR_RGBA32 = 1 << 12, /* RGBA32 */
102 OMAP_DSS_COLOR_RGBX32 = 1 << 13, /* RGBx32 */
f20e4220
AJ
103 OMAP_DSS_COLOR_NV12 = 1 << 14, /* NV12 format: YUV 4:2:0 */
104 OMAP_DSS_COLOR_RGBA16 = 1 << 15, /* RGBA16 - 4444 */
105 OMAP_DSS_COLOR_RGBX16 = 1 << 16, /* RGBx16 - 4444 */
106 OMAP_DSS_COLOR_ARGB16_1555 = 1 << 17, /* ARGB16 - 1555 */
107 OMAP_DSS_COLOR_XRGB16_1555 = 1 << 18, /* xRGB16 - 1555 */
559d6701
TV
108};
109
559d6701
TV
110enum omap_dss_load_mode {
111 OMAP_DSS_LOAD_CLUT_AND_FRAME = 0,
112 OMAP_DSS_LOAD_CLUT_ONLY = 1,
113 OMAP_DSS_LOAD_FRAME_ONLY = 2,
114 OMAP_DSS_LOAD_CLUT_ONCE_FRAME = 3,
115};
116
117enum omap_dss_trans_key_type {
118 OMAP_DSS_COLOR_KEY_GFX_DST = 0,
119 OMAP_DSS_COLOR_KEY_VID_SRC = 1,
120};
121
122enum omap_rfbi_te_mode {
123 OMAP_DSS_RFBI_TE_MODE_1 = 1,
124 OMAP_DSS_RFBI_TE_MODE_2 = 2,
125};
126
a8d5e41c
AT
127enum omap_dss_signal_level {
128 OMAPDSS_SIG_ACTIVE_HIGH = 0,
129 OMAPDSS_SIG_ACTIVE_LOW = 1,
130};
131
132enum omap_dss_signal_edge {
133 OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES,
134 OMAPDSS_DRIVE_SIG_RISING_EDGE,
135 OMAPDSS_DRIVE_SIG_FALLING_EDGE,
136};
137
559d6701
TV
138enum omap_dss_venc_type {
139 OMAP_DSS_VENC_TYPE_COMPOSITE,
140 OMAP_DSS_VENC_TYPE_SVIDEO,
141};
142
a3b3cc2b
AT
143enum omap_dss_dsi_pixel_format {
144 OMAP_DSS_DSI_FMT_RGB888,
145 OMAP_DSS_DSI_FMT_RGB666,
146 OMAP_DSS_DSI_FMT_RGB666_PACKED,
147 OMAP_DSS_DSI_FMT_RGB565,
148};
149
7e951ee9
AT
150enum omap_dss_dsi_mode {
151 OMAP_DSS_DSI_CMD_MODE = 0,
152 OMAP_DSS_DSI_VIDEO_MODE,
153};
154
559d6701
TV
155enum omap_display_caps {
156 OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE = 1 << 0,
157 OMAP_DSS_DISPLAY_CAP_TEAR_ELIM = 1 << 1,
158};
159
559d6701
TV
160enum omap_dss_display_state {
161 OMAP_DSS_DISPLAY_DISABLED = 0,
162 OMAP_DSS_DISPLAY_ACTIVE,
559d6701
TV
163};
164
9c0b8420
RN
165enum omap_dss_audio_state {
166 OMAP_DSS_AUDIO_DISABLED = 0,
167 OMAP_DSS_AUDIO_ENABLED,
168 OMAP_DSS_AUDIO_CONFIGURED,
169 OMAP_DSS_AUDIO_PLAYING,
170};
171
559d6701 172enum omap_dss_rotation_type {
65e006ff
CM
173 OMAP_DSS_ROT_DMA = 1 << 0,
174 OMAP_DSS_ROT_VRFB = 1 << 1,
175 OMAP_DSS_ROT_TILER = 1 << 2,
559d6701
TV
176};
177
178/* clockwise rotation angle */
179enum omap_dss_rotation_angle {
180 OMAP_DSS_ROT_0 = 0,
181 OMAP_DSS_ROT_90 = 1,
182 OMAP_DSS_ROT_180 = 2,
183 OMAP_DSS_ROT_270 = 3,
184};
185
186enum omap_overlay_caps {
187 OMAP_DSS_OVL_CAP_SCALE = 1 << 0,
f6dc8150
TV
188 OMAP_DSS_OVL_CAP_GLOBAL_ALPHA = 1 << 1,
189 OMAP_DSS_OVL_CAP_PRE_MULT_ALPHA = 1 << 2,
11354dd5 190 OMAP_DSS_OVL_CAP_ZORDER = 1 << 3,
d79db853
AT
191 OMAP_DSS_OVL_CAP_POS = 1 << 4,
192 OMAP_DSS_OVL_CAP_REPLICATION = 1 << 5,
559d6701
TV
193};
194
195enum omap_overlay_manager_caps {
4a9e78ab 196 OMAP_DSS_DUMMY_VALUE, /* add a dummy value to prevent compiler error */
559d6701
TV
197};
198
89a35e51
AT
199enum omap_dss_clk_source {
200 OMAP_DSS_CLK_SRC_FCK = 0, /* OMAP2/3: DSS1_ALWON_FCLK
201 * OMAP4: DSS_FCLK */
202 OMAP_DSS_CLK_SRC_DSI_PLL_HSDIV_DISPC, /* OMAP3: DSI1_PLL_FCLK
203 * OMAP4: PLL1_CLK1 */
204 OMAP_DSS_CLK_SRC_DSI_PLL_HSDIV_DSI, /* OMAP3: DSI2_PLL_FCLK
205 * OMAP4: PLL1_CLK2 */
5a8b572d
AT
206 OMAP_DSS_CLK_SRC_DSI2_PLL_HSDIV_DISPC, /* OMAP4: PLL2_CLK1 */
207 OMAP_DSS_CLK_SRC_DSI2_PLL_HSDIV_DSI, /* OMAP4: PLL2_CLK2 */
89a35e51
AT
208};
209
9a901683
M
210enum omap_hdmi_flags {
211 OMAP_HDMI_SDA_SCL_EXTERNAL_PULLUP = 1 << 0,
212};
213
484dc404
AT
214enum omap_dss_output_id {
215 OMAP_DSS_OUTPUT_DPI = 1 << 0,
216 OMAP_DSS_OUTPUT_DBI = 1 << 1,
217 OMAP_DSS_OUTPUT_SDI = 1 << 2,
218 OMAP_DSS_OUTPUT_DSI1 = 1 << 3,
219 OMAP_DSS_OUTPUT_DSI2 = 1 << 4,
220 OMAP_DSS_OUTPUT_VENC = 1 << 5,
221 OMAP_DSS_OUTPUT_HDMI = 1 << 6,
222};
223
559d6701
TV
224/* RFBI */
225
226struct rfbi_timings {
227 int cs_on_time;
228 int cs_off_time;
229 int we_on_time;
230 int we_off_time;
231 int re_on_time;
232 int re_off_time;
233 int we_cycle_time;
234 int re_cycle_time;
235 int cs_pulse_width;
236 int access_time;
237
238 int clk_div;
239
240 u32 tim[5]; /* set by rfbi_convert_timings() */
241
242 int converted;
243};
244
245void omap_rfbi_write_command(const void *buf, u32 len);
246void omap_rfbi_read_data(void *buf, u32 len);
247void omap_rfbi_write_data(const void *buf, u32 len);
248void omap_rfbi_write_pixels(const void __iomem *buf, int scr_width,
249 u16 x, u16 y,
250 u16 w, u16 h);
251int omap_rfbi_enable_te(bool enable, unsigned line);
252int omap_rfbi_setup_te(enum omap_rfbi_te_mode mode,
253 unsigned hs_pulse_time, unsigned vs_pulse_time,
254 int hs_pol_inv, int vs_pol_inv, int extif_div);
773139f1
TV
255void rfbi_bus_lock(void);
256void rfbi_bus_unlock(void);
559d6701
TV
257
258/* DSI */
8af6ff01 259
478d7df8
TV
260enum omap_dss_dsi_trans_mode {
261 /* Sync Pulses: both sync start and end packets sent */
262 OMAP_DSS_DSI_PULSE_MODE,
263 /* Sync Events: only sync start packets sent */
264 OMAP_DSS_DSI_EVENT_MODE,
265 /* Burst: only sync start packets sent, pixels are time compressed */
266 OMAP_DSS_DSI_BURST_MODE,
267};
268
6b849375 269struct omap_dss_dsi_videomode_timings {
f1e0001f
TV
270 unsigned long hsclk;
271
272 unsigned ndl;
273 unsigned bitspp;
274
275 /* pixels */
276 u16 hact;
277 /* lines */
278 u16 vact;
279
8af6ff01
AT
280 /* DSI video mode blanking data */
281 /* Unit: byte clock cycles */
f1e0001f 282 u16 hss;
8af6ff01 283 u16 hsa;
f1e0001f 284 u16 hse;
8af6ff01
AT
285 u16 hfp;
286 u16 hbp;
287 /* Unit: line clocks */
288 u16 vsa;
289 u16 vfp;
290 u16 vbp;
291
292 /* DSI blanking modes */
293 int blanking_mode;
294 int hsa_blanking_mode;
295 int hbp_blanking_mode;
296 int hfp_blanking_mode;
297
478d7df8 298 enum omap_dss_dsi_trans_mode trans_mode;
8af6ff01
AT
299
300 bool ddr_clk_always_on;
301 int window_sync;
302};
303
777f05cc
TV
304struct omap_dss_dsi_config {
305 enum omap_dss_dsi_mode mode;
306 enum omap_dss_dsi_pixel_format pixel_format;
307 const struct omap_video_timings *timings;
777f05cc 308
f1e0001f
TV
309 unsigned long hs_clk_min, hs_clk_max;
310 unsigned long lp_clk_min, lp_clk_max;
311
312 bool ddr_clk_always_on;
313 enum omap_dss_dsi_trans_mode trans_mode;
777f05cc
TV
314};
315
1ffefe75
AT
316void dsi_bus_lock(struct omap_dss_device *dssdev);
317void dsi_bus_unlock(struct omap_dss_device *dssdev);
318int dsi_vc_dcs_write(struct omap_dss_device *dssdev, int channel, u8 *data,
319 int len);
6ff8aa31
AT
320int dsi_vc_generic_write(struct omap_dss_device *dssdev, int channel, u8 *data,
321 int len);
322int dsi_vc_dcs_write_0(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd);
323int dsi_vc_generic_write_0(struct omap_dss_device *dssdev, int channel);
1ffefe75
AT
324int dsi_vc_dcs_write_1(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
325 u8 param);
6ff8aa31
AT
326int dsi_vc_generic_write_1(struct omap_dss_device *dssdev, int channel,
327 u8 param);
328int dsi_vc_generic_write_2(struct omap_dss_device *dssdev, int channel,
329 u8 param1, u8 param2);
1ffefe75
AT
330int dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel,
331 u8 *data, int len);
6ff8aa31
AT
332int dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel,
333 u8 *data, int len);
1ffefe75
AT
334int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
335 u8 *buf, int buflen);
b3b89c05
AT
336int dsi_vc_generic_read_0(struct omap_dss_device *dssdev, int channel, u8 *buf,
337 int buflen);
338int dsi_vc_generic_read_1(struct omap_dss_device *dssdev, int channel, u8 param,
339 u8 *buf, int buflen);
340int dsi_vc_generic_read_2(struct omap_dss_device *dssdev, int channel,
341 u8 param1, u8 param2, u8 *buf, int buflen);
1ffefe75
AT
342int dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel,
343 u16 len);
344int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel);
345int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel);
9a147a65
TV
346int dsi_enable_video_output(struct omap_dss_device *dssdev, int channel);
347void dsi_disable_video_output(struct omap_dss_device *dssdev, int channel);
559d6701 348
acd18af9
TV
349enum omapdss_version {
350 OMAPDSS_VER_UNKNOWN = 0,
351 OMAPDSS_VER_OMAP24xx,
352 OMAPDSS_VER_OMAP34xx_ES1, /* OMAP3430 ES1.0, 2.0 */
353 OMAPDSS_VER_OMAP34xx_ES3, /* OMAP3430 ES3.0+ */
354 OMAPDSS_VER_OMAP3630,
355 OMAPDSS_VER_AM35xx,
356 OMAPDSS_VER_OMAP4430_ES1, /* OMAP4430 ES1.0 */
357 OMAPDSS_VER_OMAP4430_ES2, /* OMAP4430 ES2.0, 2.1, 2.2 */
358 OMAPDSS_VER_OMAP4, /* All other OMAP4s */
359 OMAPDSS_VER_OMAP5,
360};
361
559d6701
TV
362/* Board specific data */
363struct omap_dss_board_info {
aac927c9 364 int (*get_context_loss_count)(struct device *dev);
559d6701
TV
365 int num_devices;
366 struct omap_dss_device **devices;
367 struct omap_dss_device *default_device;
0a200126 368 const char *default_display_name;
5bc416cb
TV
369 int (*dsi_enable_pads)(int dsi_id, unsigned lane_mask);
370 void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask);
62c1dcfc 371 int (*set_min_bus_tput)(struct device *dev, unsigned long r);
acd18af9 372 enum omapdss_version version;
559d6701
TV
373};
374
b7ee79ab
SS
375/* Init with the board info */
376extern int omap_display_init(struct omap_dss_board_info *board_data);
ee9dfd82 377/* HDMI mux init*/
9a901683 378extern int omap_hdmi_init(enum omap_hdmi_flags flags);
b7ee79ab 379
559d6701
TV
380struct omap_video_timings {
381 /* Unit: pixels */
382 u16 x_res;
383 /* Unit: pixels */
384 u16 y_res;
385 /* Unit: KHz */
386 u32 pixel_clock;
387 /* Unit: pixel clocks */
388 u16 hsw; /* Horizontal synchronization pulse width */
389 /* Unit: pixel clocks */
390 u16 hfp; /* Horizontal front porch */
391 /* Unit: pixel clocks */
392 u16 hbp; /* Horizontal back porch */
393 /* Unit: line clocks */
394 u16 vsw; /* Vertical synchronization pulse width */
395 /* Unit: line clocks */
396 u16 vfp; /* Vertical front porch */
397 /* Unit: line clocks */
398 u16 vbp; /* Vertical back porch */
a8d5e41c
AT
399
400 /* Vsync logic level */
401 enum omap_dss_signal_level vsync_level;
402 /* Hsync logic level */
403 enum omap_dss_signal_level hsync_level;
23c8f88e
AT
404 /* Interlaced or Progressive timings */
405 bool interlace;
a8d5e41c
AT
406 /* Pixel clock edge to drive LCD data */
407 enum omap_dss_signal_edge data_pclk_edge;
408 /* Data enable logic level */
409 enum omap_dss_signal_level de_level;
410 /* Pixel clock edges to drive HSYNC and VSYNC signals */
411 enum omap_dss_signal_edge sync_pclk_edge;
559d6701
TV
412};
413
414#ifdef CONFIG_OMAP2_DSS_VENC
415/* Hardcoded timings for tv modes. Venc only uses these to
416 * identify the mode, and does not actually use the configs
417 * itself. However, the configs should be something that
418 * a normal monitor can also show */
5a1819e3
TK
419extern const struct omap_video_timings omap_dss_pal_timings;
420extern const struct omap_video_timings omap_dss_ntsc_timings;
559d6701
TV
421#endif
422
3c07cae2
TV
423struct omap_dss_cpr_coefs {
424 s16 rr, rg, rb;
425 s16 gr, gg, gb;
426 s16 br, bg, bb;
427};
428
559d6701 429struct omap_overlay_info {
559d6701 430 u32 paddr;
0d66cbb5 431 u32 p_uv_addr; /* for NV12 format */
559d6701
TV
432 u16 screen_width;
433 u16 width;
434 u16 height;
435 enum omap_color_mode color_mode;
436 u8 rotation;
437 enum omap_dss_rotation_type rotation_type;
438 bool mirror;
439
440 u16 pos_x;
441 u16 pos_y;
442 u16 out_width; /* if 0, out_width == width */
443 u16 out_height; /* if 0, out_height == height */
444 u8 global_alpha;
fd28a390 445 u8 pre_mult_alpha;
54128701 446 u8 zorder;
559d6701
TV
447};
448
449struct omap_overlay {
450 struct kobject kobj;
451 struct list_head list;
452
453 /* static fields */
454 const char *name;
4a9e78ab 455 enum omap_plane id;
559d6701
TV
456 enum omap_color_mode supported_modes;
457 enum omap_overlay_caps caps;
458
459 /* dynamic fields */
460 struct omap_overlay_manager *manager;
559d6701 461
9d11c321
TV
462 /*
463 * The following functions do not block:
464 *
465 * is_enabled
466 * set_overlay_info
467 * get_overlay_info
468 *
469 * The rest of the functions may block and cannot be called from
470 * interrupt context
471 */
472
aaa874a9
TV
473 int (*enable)(struct omap_overlay *ovl);
474 int (*disable)(struct omap_overlay *ovl);
475 bool (*is_enabled)(struct omap_overlay *ovl);
476
559d6701
TV
477 int (*set_manager)(struct omap_overlay *ovl,
478 struct omap_overlay_manager *mgr);
479 int (*unset_manager)(struct omap_overlay *ovl);
480
481 int (*set_overlay_info)(struct omap_overlay *ovl,
482 struct omap_overlay_info *info);
483 void (*get_overlay_info)(struct omap_overlay *ovl,
484 struct omap_overlay_info *info);
485
486 int (*wait_for_go)(struct omap_overlay *ovl);
794bc4ee
AT
487
488 struct omap_dss_device *(*get_device)(struct omap_overlay *ovl);
559d6701
TV
489};
490
491struct omap_overlay_manager_info {
492 u32 default_color;
493
494 enum omap_dss_trans_key_type trans_key_type;
495 u32 trans_key;
496 bool trans_enabled;
497
11354dd5 498 bool partial_alpha_enabled;
3c07cae2
TV
499
500 bool cpr_enable;
501 struct omap_dss_cpr_coefs cpr_coefs;
559d6701
TV
502};
503
504struct omap_overlay_manager {
505 struct kobject kobj;
559d6701
TV
506
507 /* static fields */
508 const char *name;
4a9e78ab 509 enum omap_channel id;
559d6701 510 enum omap_overlay_manager_caps caps;
07e327c9 511 struct list_head overlays;
559d6701 512 enum omap_display_type supported_displays;
97f01b3a 513 enum omap_dss_output_id supported_outputs;
559d6701
TV
514
515 /* dynamic fields */
97f01b3a 516 struct omap_dss_output *output;
559d6701 517
9d11c321
TV
518 /*
519 * The following functions do not block:
520 *
521 * set_manager_info
522 * get_manager_info
523 * apply
524 *
525 * The rest of the functions may block and cannot be called from
526 * interrupt context
527 */
528
97f01b3a
AT
529 int (*set_output)(struct omap_overlay_manager *mgr,
530 struct omap_dss_output *output);
531 int (*unset_output)(struct omap_overlay_manager *mgr);
559d6701
TV
532
533 int (*set_manager_info)(struct omap_overlay_manager *mgr,
534 struct omap_overlay_manager_info *info);
535 void (*get_manager_info)(struct omap_overlay_manager *mgr,
536 struct omap_overlay_manager_info *info);
537
538 int (*apply)(struct omap_overlay_manager *mgr);
539 int (*wait_for_go)(struct omap_overlay_manager *mgr);
3f71cbe7 540 int (*wait_for_vsync)(struct omap_overlay_manager *mgr);
794bc4ee
AT
541
542 struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr);
559d6701
TV
543};
544
e4a9e94c
TV
545/* 22 pins means 1 clk lane and 10 data lanes */
546#define OMAP_DSS_MAX_DSI_PINS 22
547
548struct omap_dsi_pin_config {
549 int num_pins;
550 /*
551 * pin numbers in the following order:
552 * clk+, clk-
553 * data1+, data1-
554 * data2+, data2-
555 * ...
556 */
557 int pins[OMAP_DSS_MAX_DSI_PINS];
558};
559
749feffa
AT
560struct omap_dss_writeback_info {
561 u32 paddr;
562 u32 p_uv_addr;
563 u16 buf_width;
564 u16 width;
565 u16 height;
566 enum omap_color_mode color_mode;
567 u8 rotation;
568 enum omap_dss_rotation_type rotation_type;
569 bool mirror;
570 u8 pre_mult_alpha;
571};
572
484dc404
AT
573struct omap_dss_output {
574 struct list_head list;
575
7286a08f
TV
576 const char *name;
577
484dc404
AT
578 /* display type supported by the output */
579 enum omap_display_type type;
580
2eea5ae6
TV
581 /* DISPC channel for this output */
582 enum omap_channel dispc_channel;
583
484dc404
AT
584 /* output instance */
585 enum omap_dss_output_id id;
586
587 /* output's platform device pointer */
588 struct platform_device *pdev;
589
590 /* dynamic fields */
591 struct omap_overlay_manager *manager;
592
593 struct omap_dss_device *device;
594};
595
559d6701
TV
596struct omap_dss_device {
597 struct device dev;
598
599 enum omap_display_type type;
600
2eea5ae6 601 /* obsolete, to be removed */
18faa1b6
SS
602 enum omap_channel channel;
603
559d6701
TV
604 union {
605 struct {
606 u8 data_lines;
607 } dpi;
608
609 struct {
610 u8 channel;
611 u8 data_lines;
612 } rfbi;
613
614 struct {
615 u8 datapairs;
616 } sdi;
617
618 struct {
a72b64b9
AT
619 int module;
620
559d6701
TV
621 bool ext_te;
622 u8 ext_te_gpio;
623 } dsi;
624
625 struct {
626 enum omap_dss_venc_type type;
627 bool invert_polarity;
628 } venc;
629 } phy;
630
631 struct {
632 struct omap_video_timings timings;
633
a3b3cc2b 634 enum omap_dss_dsi_pixel_format dsi_pix_fmt;
7e951ee9 635 enum omap_dss_dsi_mode dsi_mode;
559d6701
TV
636 } panel;
637
638 struct {
639 u8 pixel_size;
640 struct rfbi_timings rfbi_timings;
559d6701
TV
641 } ctrl;
642
643 int reset_gpio;
644
645 int max_backlight_level;
646
647 const char *name;
648
649 /* used to match device to driver */
650 const char *driver_name;
651
652 void *data;
653
654 struct omap_dss_driver *driver;
655
656 /* helper variable for driver suspend/resume */
657 bool activate_after_resume;
658
659 enum omap_display_caps caps;
660
6d71b923 661 struct omap_dss_output *output;
559d6701
TV
662
663 enum omap_dss_display_state state;
664
9c0b8420
RN
665 enum omap_dss_audio_state audio_state;
666
559d6701
TV
667 /* platform specific */
668 int (*platform_enable)(struct omap_dss_device *dssdev);
669 void (*platform_disable)(struct omap_dss_device *dssdev);
670 int (*set_backlight)(struct omap_dss_device *dssdev, int level);
671 int (*get_backlight)(struct omap_dss_device *dssdev);
672};
673
c49d005b
TV
674struct omap_dss_hdmi_data
675{
cca35017
TV
676 int ct_cp_hpd_gpio;
677 int ls_oe_gpio;
c49d005b
TV
678 int hpd_gpio;
679};
680
9c0b8420
RN
681struct omap_dss_audio {
682 struct snd_aes_iec958 *iec;
683 struct snd_cea_861_aud_if *cea;
684};
685
559d6701
TV
686struct omap_dss_driver {
687 struct device_driver driver;
688
689 int (*probe)(struct omap_dss_device *);
690 void (*remove)(struct omap_dss_device *);
691
a7e71e7f
TV
692 int (*connect)(struct omap_dss_device *dssdev);
693 void (*disconnect)(struct omap_dss_device *dssdev);
694
559d6701
TV
695 int (*enable)(struct omap_dss_device *display);
696 void (*disable)(struct omap_dss_device *display);
559d6701
TV
697 int (*run_test)(struct omap_dss_device *display, int test);
698
18946f62
TV
699 int (*update)(struct omap_dss_device *dssdev,
700 u16 x, u16 y, u16 w, u16 h);
701 int (*sync)(struct omap_dss_device *dssdev);
702
559d6701 703 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
225b650d 704 int (*get_te)(struct omap_dss_device *dssdev);
559d6701
TV
705
706 u8 (*get_rotate)(struct omap_dss_device *dssdev);
707 int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
708
709 bool (*get_mirror)(struct omap_dss_device *dssdev);
710 int (*set_mirror)(struct omap_dss_device *dssdev, bool enable);
711
712 int (*memory_read)(struct omap_dss_device *dssdev,
713 void *buf, size_t size,
714 u16 x, u16 y, u16 w, u16 h);
96adcece
TV
715
716 void (*get_resolution)(struct omap_dss_device *dssdev,
717 u16 *xres, u16 *yres);
7a0987bf
JN
718 void (*get_dimensions)(struct omap_dss_device *dssdev,
719 u32 *width, u32 *height);
a2699504 720 int (*get_recommended_bpp)(struct omap_dss_device *dssdev);
36511312 721
69b2048f
TV
722 int (*check_timings)(struct omap_dss_device *dssdev,
723 struct omap_video_timings *timings);
724 void (*set_timings)(struct omap_dss_device *dssdev,
725 struct omap_video_timings *timings);
726 void (*get_timings)(struct omap_dss_device *dssdev,
727 struct omap_video_timings *timings);
728
36511312
TV
729 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
730 u32 (*get_wss)(struct omap_dss_device *dssdev);
3d5e0ef7
TV
731
732 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
df4769c9 733 bool (*detect)(struct omap_dss_device *dssdev);
9c0b8420
RN
734
735 /*
736 * For display drivers that support audio. This encompasses
737 * HDMI and DisplayPort at the moment.
738 */
739 /*
740 * Note: These functions might sleep. Do not call while
741 * holding a spinlock/readlock.
742 */
743 int (*audio_enable)(struct omap_dss_device *dssdev);
744 void (*audio_disable)(struct omap_dss_device *dssdev);
745 bool (*audio_supported)(struct omap_dss_device *dssdev);
746 int (*audio_config)(struct omap_dss_device *dssdev,
747 struct omap_dss_audio *audio);
748 /* Note: These functions may not sleep */
749 int (*audio_start)(struct omap_dss_device *dssdev);
750 void (*audio_stop)(struct omap_dss_device *dssdev);
751
559d6701
TV
752};
753
b2c7d54f 754enum omapdss_version omapdss_get_version(void);
591a0ac7 755bool omapdss_is_initialized(void);
b2c7d54f 756
559d6701
TV
757int omap_dss_register_driver(struct omap_dss_driver *);
758void omap_dss_unregister_driver(struct omap_dss_driver *);
759
559d6701
TV
760void omap_dss_get_device(struct omap_dss_device *dssdev);
761void omap_dss_put_device(struct omap_dss_device *dssdev);
762#define for_each_dss_dev(d) while ((d = omap_dss_get_next_device(d)) != NULL)
763struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from);
764struct omap_dss_device *omap_dss_find_device(void *data,
765 int (*match)(struct omap_dss_device *dssdev, void *data));
2bbcce5e 766const char *omapdss_get_default_display_name(void);
559d6701
TV
767
768int omap_dss_start_device(struct omap_dss_device *dssdev);
769void omap_dss_stop_device(struct omap_dss_device *dssdev);
770
eda34273
TV
771int dss_feat_get_num_mgrs(void);
772int dss_feat_get_num_ovls(void);
773enum omap_display_type dss_feat_get_supported_displays(enum omap_channel channel);
774enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel);
775enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane);
776
777
778
559d6701
TV
779int omap_dss_get_num_overlay_managers(void);
780struct omap_overlay_manager *omap_dss_get_overlay_manager(int num);
781
782int omap_dss_get_num_overlays(void);
783struct omap_overlay *omap_dss_get_overlay(int num);
784
484dc404 785struct omap_dss_output *omap_dss_get_output(enum omap_dss_output_id id);
805cc2d1 786struct omap_dss_output *omap_dss_find_output(const char *name);
12ca755b 787struct omap_dss_output *omap_dss_find_output_by_node(struct device_node *node);
6d71b923
AT
788int omapdss_output_set_device(struct omap_dss_output *out,
789 struct omap_dss_device *dssdev);
790int omapdss_output_unset_device(struct omap_dss_output *out);
484dc404 791
be8e8e1c
TV
792struct omap_dss_output *omapdss_find_output_from_display(struct omap_dss_device *dssdev);
793struct omap_overlay_manager *omapdss_find_mgr_from_display(struct omap_dss_device *dssdev);
794
96adcece
TV
795void omapdss_default_get_resolution(struct omap_dss_device *dssdev,
796 u16 *xres, u16 *yres);
a2699504 797int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev);
4b6430fc
GI
798void omapdss_default_get_timings(struct omap_dss_device *dssdev,
799 struct omap_video_timings *timings);
a2699504 800
559d6701
TV
801typedef void (*omap_dispc_isr_t) (void *arg, u32 mask);
802int omap_dispc_register_isr(omap_dispc_isr_t isr, void *arg, u32 mask);
803int omap_dispc_unregister_isr(omap_dispc_isr_t isr, void *arg, u32 mask);
804
348be69d
TV
805u32 dispc_read_irqstatus(void);
806void dispc_clear_irqstatus(u32 mask);
807u32 dispc_read_irqenable(void);
808void dispc_write_irqenable(u32 mask);
809
810int dispc_request_irq(irq_handler_t handler, void *dev_id);
811void dispc_free_irq(void *dev_id);
812
813int dispc_runtime_get(void);
814void dispc_runtime_put(void);
815
816void dispc_mgr_enable(enum omap_channel channel, bool enable);
817bool dispc_mgr_is_enabled(enum omap_channel channel);
818u32 dispc_mgr_get_vsync_irq(enum omap_channel channel);
819u32 dispc_mgr_get_framedone_irq(enum omap_channel channel);
820u32 dispc_mgr_get_sync_lost_irq(enum omap_channel channel);
821bool dispc_mgr_go_busy(enum omap_channel channel);
822void dispc_mgr_go(enum omap_channel channel);
823void dispc_mgr_set_lcd_config(enum omap_channel channel,
824 const struct dss_lcd_mgr_config *config);
825void dispc_mgr_set_timings(enum omap_channel channel,
826 const struct omap_video_timings *timings);
827void dispc_mgr_setup(enum omap_channel channel,
828 const struct omap_overlay_manager_info *info);
829
830int dispc_ovl_check(enum omap_plane plane, enum omap_channel channel,
831 const struct omap_overlay_info *oi,
832 const struct omap_video_timings *timings,
833 int *x_predecim, int *y_predecim);
834
835int dispc_ovl_enable(enum omap_plane plane, bool enable);
836bool dispc_ovl_enabled(enum omap_plane plane);
837void dispc_ovl_set_channel_out(enum omap_plane plane,
838 enum omap_channel channel);
839int dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi,
840 bool replication, const struct omap_video_timings *mgr_timings,
841 bool mem_to_mem);
842
559d6701
TV
843#define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver)
844#define to_dss_device(x) container_of((x), struct omap_dss_device, dev)
845
1ffefe75
AT
846void omapdss_dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel,
847 bool enable);
225b650d 848int omapdss_dsi_enable_te(struct omap_dss_device *dssdev, bool enable);
777f05cc
TV
849int omapdss_dsi_set_config(struct omap_dss_device *dssdev,
850 const struct omap_dss_dsi_config *config);
61140c9a 851
5476e74a 852int omap_dsi_update(struct omap_dss_device *dssdev, int channel,
18946f62 853 void (*callback)(int, void *), void *data);
5ee3c144
AT
854int omap_dsi_request_vc(struct omap_dss_device *dssdev, int *channel);
855int omap_dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id);
856void omap_dsi_release_vc(struct omap_dss_device *dssdev, int channel);
e4a9e94c
TV
857int omapdss_dsi_configure_pins(struct omap_dss_device *dssdev,
858 const struct omap_dsi_pin_config *pin_cfg);
18946f62 859
37ac60e4 860int omapdss_dsi_display_enable(struct omap_dss_device *dssdev);
2a89dc15 861void omapdss_dsi_display_disable(struct omap_dss_device *dssdev,
22d6d676 862 bool disconnect_lanes, bool enter_ulps);
37ac60e4
TV
863
864int omapdss_dpi_display_enable(struct omap_dss_device *dssdev);
865void omapdss_dpi_display_disable(struct omap_dss_device *dssdev);
c499144c
AT
866void omapdss_dpi_set_timings(struct omap_dss_device *dssdev,
867 struct omap_video_timings *timings);
69b2048f
TV
868int dpi_check_timings(struct omap_dss_device *dssdev,
869 struct omap_video_timings *timings);
c6b393d4 870void omapdss_dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines);
37ac60e4
TV
871
872int omapdss_sdi_display_enable(struct omap_dss_device *dssdev);
873void omapdss_sdi_display_disable(struct omap_dss_device *dssdev);
c7833f7b
AT
874void omapdss_sdi_set_timings(struct omap_dss_device *dssdev,
875 struct omap_video_timings *timings);
889b4fd7 876void omapdss_sdi_set_datapairs(struct omap_dss_device *dssdev, int datapairs);
37ac60e4
TV
877
878int omapdss_rfbi_display_enable(struct omap_dss_device *dssdev);
879void omapdss_rfbi_display_disable(struct omap_dss_device *dssdev);
43eab861
AT
880int omap_rfbi_update(struct omap_dss_device *dssdev, void (*callback)(void *),
881 void *data);
475989b7 882int omap_rfbi_configure(struct omap_dss_device *dssdev);
6ff9dd5a 883void omapdss_rfbi_set_size(struct omap_dss_device *dssdev, u16 w, u16 h);
b02875be
AT
884void omapdss_rfbi_set_pixel_size(struct omap_dss_device *dssdev,
885 int pixel_size);
475989b7
AT
886void omapdss_rfbi_set_data_lines(struct omap_dss_device *dssdev,
887 int data_lines);
6e883324
AT
888void omapdss_rfbi_set_interface_timings(struct omap_dss_device *dssdev,
889 struct rfbi_timings *timings);
18946f62 890
8dd2491a
TV
891int omapdss_compat_init(void);
892void omapdss_compat_uninit(void);
893
a97a9634 894struct dss_mgr_ops {
a7e71e7f
TV
895 int (*connect)(struct omap_overlay_manager *mgr,
896 struct omap_dss_output *dst);
897 void (*disconnect)(struct omap_overlay_manager *mgr,
898 struct omap_dss_output *dst);
899
a97a9634
TV
900 void (*start_update)(struct omap_overlay_manager *mgr);
901 int (*enable)(struct omap_overlay_manager *mgr);
902 void (*disable)(struct omap_overlay_manager *mgr);
903 void (*set_timings)(struct omap_overlay_manager *mgr,
904 const struct omap_video_timings *timings);
905 void (*set_lcd_config)(struct omap_overlay_manager *mgr,
906 const struct dss_lcd_mgr_config *config);
907 int (*register_framedone_handler)(struct omap_overlay_manager *mgr,
908 void (*handler)(void *), void *data);
909 void (*unregister_framedone_handler)(struct omap_overlay_manager *mgr,
910 void (*handler)(void *), void *data);
911};
912
913int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
914void dss_uninstall_mgr_ops(void);
915
a7e71e7f
TV
916int dss_mgr_connect(struct omap_overlay_manager *mgr,
917 struct omap_dss_output *dst);
918void dss_mgr_disconnect(struct omap_overlay_manager *mgr,
919 struct omap_dss_output *dst);
a97a9634
TV
920void dss_mgr_set_timings(struct omap_overlay_manager *mgr,
921 const struct omap_video_timings *timings);
922void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr,
923 const struct dss_lcd_mgr_config *config);
924int dss_mgr_enable(struct omap_overlay_manager *mgr);
925void dss_mgr_disable(struct omap_overlay_manager *mgr);
926void dss_mgr_start_update(struct omap_overlay_manager *mgr);
927int dss_mgr_register_framedone_handler(struct omap_overlay_manager *mgr,
928 void (*handler)(void *), void *data);
929void dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr,
930 void (*handler)(void *), void *data);
a7e71e7f
TV
931
932static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev)
933{
934 return dssdev->output;
935}
936
937static inline bool omapdss_device_is_enabled(struct omap_dss_device *dssdev)
938{
939 return dssdev->state == OMAP_DSS_DISPLAY_ACTIVE;
940}
941
559d6701 942#endif