]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/video/ipu_regs.h
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / drivers / video / ipu_regs.h
1 /*
2  * Porting to u-boot:
3  *
4  * (C) Copyright 2010
5  * Stefano Babic, DENX Software Engineering, sbabic@denx.de
6  *
7  * Linux IPU driver:
8  *
9  * (C) Copyright 2005-2011 Freescale Semiconductor, Inc.
10  *
11  * SPDX-License-Identifier:     GPL-2.0+
12  */
13
14 #ifndef __IPU_REGS_INCLUDED__
15 #define __IPU_REGS_INCLUDED__
16
17 #include <asm/arch/imx-regs.h>
18
19 #define IPU_DISP0_BASE          0x00000000
20 #define IPU_MCU_T_DEFAULT       8
21 #define IPU_DISP1_BASE          (gd->arch.ipu_hw_rev < IPUV3_HW_REV_IPUV3H ?    \
22                                 (IPU_MCU_T_DEFAULT << 25) :             \
23                                 0x00000000)
24
25 #define IPUV3DEX_REG_BASE       0x1E000000
26 #define IPUV3M_REG_BASE         0x1E000000
27 #define IPUV3H_REG_BASE         0x00200000
28
29 #define IPU_CM_REG_BASE         0x00000000
30 #define IPU_STAT_REG_BASE       0x00000200
31 #define IPU_IDMAC_REG_BASE      0x00008000
32 #define IPU_ISP_REG_BASE        0x00010000
33 #define IPU_DP_REG_BASE         0x00018000
34 #define IPU_IC_REG_BASE         0x00020000
35 #define IPU_IRT_REG_BASE        0x00028000
36 #define IPU_CSI0_REG_BASE       0x00030000
37 #define IPU_CSI1_REG_BASE       0x00038000
38 #define IPU_DI0_REG_BASE        0x00040000
39 #define IPU_DI1_REG_BASE        0x00048000
40 #define IPU_SMFC_REG_BASE       0x00050000
41 #define IPU_DC_REG_BASE         0x00058000
42 #define IPU_DMFC_REG_BASE       0x00060000
43 #define IPU_VDI_REG_BASE        0x00068000
44 #define IPU_CPMEM_REG_BASE      (gd->arch.ipu_hw_rev >= IPUV3_HW_REV_IPUV3H ?   \
45                                 0x00100000 :                            \
46                                 0x01000000)
47 #define IPU_LUT_REG_BASE        (gd->arch.ipu_hw_rev >= IPUV3_HW_REV_IPUV3H ?   \
48                                 0x00120000 :                            \
49                                 0x01020000)
50 #define IPU_SRM_REG_BASE        (gd->arch.ipu_hw_rev >= IPUV3_HW_REV_IPUV3H ?   \
51                                 0x00140000 :                            \
52                                 0x01040000)
53 #define IPU_TPM_REG_BASE        (gd->arch.ipu_hw_rev >= IPUV3_HW_REV_IPUV3H ?   \
54                                 0x00160000 :                            \
55                                 0x01060000)
56 #define IPU_DC_TMPL_REG_BASE    (gd->arch.ipu_hw_rev >= IPUV3_HW_REV_IPUV3H ?   \
57                                 0x00180000 :                            \
58                                 0x01080000)
59 #define IPU_ISP_TBPR_REG_BASE   (gd->arch.ipu_hw_rev >= IPUV3_HW_REV_IPUV3H ?   \
60                                 0x001C0000 :                            \
61                                 0x010C0000)
62
63 #define IPU_DISP_REG_BASE_ADDR  (gd->arch.ipu_hw_rev >= IPUV3_HW_REV_IPUV3H ?   \
64                                 IPU_SOC_BASE_ADDR + IPUV3H_REG_BASE :   \
65                                 IPU_SOC_BASE_ADDR + IPUV3M_REG_BASE)
66
67 extern u32 *ipu_dc_tmpl_reg;
68 extern struct clk *g_ipu_clk;
69 extern struct clk *g_ldb_clk;
70 extern struct clk *g_di_clk[2];
71 extern struct clk *g_pixel_clk[2];
72
73 extern int g_ipu_clk_enabled;
74 extern unsigned char g_dc_di_assignment[];
75
76 #define DC_EVT_NF               0
77 #define DC_EVT_NL               1
78 #define DC_EVT_EOF              2
79 #define DC_EVT_NFIELD           3
80 #define DC_EVT_EOL              4
81 #define DC_EVT_EOFIELD          5
82 #define DC_EVT_NEW_ADDR         6
83 #define DC_EVT_NEW_CHAN         7
84 #define DC_EVT_NEW_DATA         8
85
86 #define DC_EVT_NEW_ADDR_W_0     0
87 #define DC_EVT_NEW_ADDR_W_1     1
88 #define DC_EVT_NEW_CHAN_W_0     2
89 #define DC_EVT_NEW_CHAN_W_1     3
90 #define DC_EVT_NEW_DATA_W_0     4
91 #define DC_EVT_NEW_DATA_W_1     5
92 #define DC_EVT_NEW_ADDR_R_0     6
93 #define DC_EVT_NEW_ADDR_R_1     7
94 #define DC_EVT_NEW_CHAN_R_0     8
95 #define DC_EVT_NEW_CHAN_R_1     9
96 #define DC_EVT_NEW_DATA_R_0     10
97 #define DC_EVT_NEW_DATA_R_1     11
98
99 /* Software reset for ipu */
100 #define SW_IPU_RST      8
101
102 enum {
103         IPU_CONF_DP_EN = 0x00000020,
104         IPU_CONF_DI0_EN = 0x00000040,
105         IPU_CONF_DI1_EN = 0x00000080,
106         IPU_CONF_DMFC_EN = 0x00000400,
107         IPU_CONF_DC_EN = 0x00000200,
108
109         DI0_COUNTER_RELEASE = 0x01000000,
110         DI1_COUNTER_RELEASE = 0x02000000,
111
112         DI_DW_GEN_ACCESS_SIZE_OFFSET = 24,
113         DI_DW_GEN_COMPONENT_SIZE_OFFSET = 16,
114
115         DI_GEN_DI_CLK_EXT = 0x00100000,
116         DI_GEN_POLARITY_1 = 0x00000001,
117         DI_GEN_POLARITY_2 = 0x00000002,
118         DI_GEN_POLARITY_3 = 0x00000004,
119         DI_GEN_POLARITY_4 = 0x00000008,
120         DI_GEN_POLARITY_5 = 0x00000010,
121         DI_GEN_POLARITY_6 = 0x00000020,
122         DI_GEN_POLARITY_7 = 0x00000040,
123         DI_GEN_POLARITY_8 = 0x00000080,
124         DI_GEN_POL_CLK    = 0x00020000,
125
126         DI_POL_DRDY_DATA_POLARITY = 0x00000080,
127         DI_POL_DRDY_POLARITY_15 = 0x00000010,
128         DI_VSYNC_SEL_OFFSET = 13,
129
130         DC_WR_CH_CONF_FIELD_MODE = 0x00000200,
131         DC_WR_CH_CONF_PROG_TYPE_OFFSET = 5,
132         DC_WR_CH_CONF_PROG_TYPE_MASK = 0x000000E0,
133         DC_WR_CH_CONF_PROG_DI_ID = 0x00000004,
134         DC_WR_CH_CONF_PROG_DISP_ID_OFFSET = 3,
135         DC_WR_CH_CONF_PROG_DISP_ID_MASK = 0x00000018,
136
137         DP_COM_CONF_FG_EN = 0x00000001,
138         DP_COM_CONF_GWSEL = 0x00000002,
139         DP_COM_CONF_GWAM = 0x00000004,
140         DP_COM_CONF_GWCKE = 0x00000008,
141         DP_COM_CONF_CSC_DEF_MASK = 0x00000300,
142         DP_COM_CONF_CSC_DEF_OFFSET = 8,
143         DP_COM_CONF_CSC_DEF_FG = 0x00000300,
144         DP_COM_CONF_CSC_DEF_BG = 0x00000200,
145         DP_COM_CONF_CSC_DEF_BOTH = 0x00000100,
146         DP_COM_CONF_GAMMA_EN = 0x00001000,
147         DP_COM_CONF_GAMMA_YUV_EN = 0x00002000,
148 };
149
150 enum di_pins {
151         DI_PIN11 = 0,
152         DI_PIN12 = 1,
153         DI_PIN13 = 2,
154         DI_PIN14 = 3,
155         DI_PIN15 = 4,
156         DI_PIN16 = 5,
157         DI_PIN17 = 6,
158         DI_PIN_CS = 7,
159
160         DI_PIN_SER_CLK = 0,
161         DI_PIN_SER_RS = 1,
162 };
163
164 enum di_sync_wave {
165         DI_SYNC_NONE = -1,
166         DI_SYNC_CLK = 0,
167         DI_SYNC_INT_HSYNC = 1,
168         DI_SYNC_HSYNC = 2,
169         DI_SYNC_VSYNC = 3,
170         DI_SYNC_DE = 5,
171 };
172
173 struct ipu_cm {
174         u32 conf;
175         u32 sisg_ctrl0;
176         u32 sisg_ctrl1;
177         u32 sisg_set[6];
178         u32 sisg_clear[6];
179         u32 int_ctrl[15];
180         u32 sdma_event[10];
181         u32 srm_pri1;
182         u32 srm_pri2;
183         u32 fs_proc_flow[3];
184         u32 fs_disp_flow[2];
185         u32 skip;
186         u32 disp_alt_conf;
187         u32 disp_gen;
188         u32 disp_alt[4];
189         u32 snoop;
190         u32 mem_rst;
191         u32 pm;
192         u32 gpr;
193         u32 reserved0[26];
194         u32 ch_db_mode_sel[2];
195         u32 reserved1[16];
196         u32 alt_ch_db_mode_sel[2];
197         u32 reserved2[2];
198         u32 ch_trb_mode_sel[2];
199 };
200
201 struct ipu_idmac {
202         u32 conf;
203         u32 ch_en[2];
204         u32 sep_alpha;
205         u32 alt_sep_alpha;
206         u32 ch_pri[2];
207         u32 wm_en[2];
208         u32 lock_en[2];
209         u32 sub_addr[5];
210         u32 bndm_en[2];
211         u32 sc_cord[2];
212         u32 reserved[45];
213         u32 ch_busy[2];
214 };
215
216 struct ipu_com_async {
217         u32 com_conf_async;
218         u32 graph_wind_ctrl_async;
219         u32 fg_pos_async;
220         u32 cur_pos_async;
221         u32 cur_map_async;
222         u32 gamma_c_async[8];
223         u32 gamma_s_async[4];
224         u32 dp_csca_async[4];
225         u32 dp_csc_async[2];
226 };
227
228 struct ipu_dp {
229         u32 com_conf_sync;
230         u32 graph_wind_ctrl_sync;
231         u32 fg_pos_sync;
232         u32 cur_pos_sync;
233         u32 cur_map_sync;
234         u32 gamma_c_sync[8];
235         u32 gamma_s_sync[4];
236         u32 csca_sync[4];
237         u32 csc_sync[2];
238         u32 cur_pos_alt;
239         struct ipu_com_async async[2];
240 };
241
242 struct ipu_di {
243         u32 general;
244         u32 bs_clkgen0;
245         u32 bs_clkgen1;
246         u32 sw_gen0[9];
247         u32 sw_gen1[9];
248         u32 sync_as;
249         u32 dw_gen[12];
250         u32 dw_set[48];
251         u32 stp_rep[4];
252         u32 stp_rep9;
253         u32 ser_conf;
254         u32 ssc;
255         u32 pol;
256         u32 aw0;
257         u32 aw1;
258         u32 scr_conf;
259         u32 stat;
260 };
261
262 struct ipu_stat {
263         u32 int_stat[15];
264         u32 cur_buf[2];
265         u32 alt_cur_buf_0;
266         u32 alt_cur_buf_1;
267         u32 srm_stat;
268         u32 proc_task_stat;
269         u32 disp_task_stat;
270         u32 triple_cur_buf[4];
271         u32 ch_buf0_rdy[2];
272         u32 ch_buf1_rdy[2];
273         u32 alt_ch_buf0_rdy[2];
274         u32 alt_ch_buf1_rdy[2];
275         u32 ch_buf2_rdy[2];
276 };
277
278 struct ipu_dc_ch {
279         u32 wr_ch_conf;
280         u32 wr_ch_addr;
281         u32 rl[5];
282 };
283
284 struct ipu_dc {
285         struct ipu_dc_ch dc_ch0_1_2[3];
286         u32 cmd_ch_conf_3;
287         u32 cmd_ch_conf_4;
288         struct ipu_dc_ch dc_ch5_6[2];
289         struct ipu_dc_ch dc_ch8;
290         u32 rl6_ch_8;
291         struct ipu_dc_ch dc_ch9;
292         u32 rl6_ch_9;
293         u32 gen;
294         u32 disp_conf1[4];
295         u32 disp_conf2[4];
296         u32 di0_conf[2];
297         u32 di1_conf[2];
298         u32 dc_map_ptr[15];
299         u32 dc_map_val[12];
300         u32 udge[16];
301         u32 lla[2];
302         u32 r_lla[2];
303         u32 wr_ch_addr_5_alt;
304         u32 stat;
305 };
306
307 struct ipu_dmfc {
308         u32 rd_chan;
309         u32 wr_chan;
310         u32 wr_chan_def;
311         u32 dp_chan;
312         u32 dp_chan_def;
313         u32 general[2];
314         u32 ic_ctrl;
315         u32 wr_chan_alt;
316         u32 wr_chan_def_alt;
317         u32 general1_alt;
318         u32 stat;
319 };
320
321 #define IPU_CM_REG              ((struct ipu_cm *)(IPU_DISP_REG_BASE_ADDR + \
322                                 IPU_CM_REG_BASE))
323 #define IPU_CONF                (&IPU_CM_REG->conf)
324 #define IPU_SRM_PRI1            (&IPU_CM_REG->srm_pri1)
325 #define IPU_SRM_PRI2            (&IPU_CM_REG->srm_pri2)
326 #define IPU_FS_PROC_FLOW1       (&IPU_CM_REG->fs_proc_flow[0])
327 #define IPU_FS_PROC_FLOW2       (&IPU_CM_REG->fs_proc_flow[1])
328 #define IPU_FS_PROC_FLOW3       (&IPU_CM_REG->fs_proc_flow[2])
329 #define IPU_FS_DISP_FLOW1       (&IPU_CM_REG->fs_disp_flow[0])
330 #define IPU_DISP_GEN            (&IPU_CM_REG->disp_gen)
331 #define IPU_MEM_RST             (&IPU_CM_REG->mem_rst)
332 #define IPU_PM                  (&IPU_CM_REG->pm)
333 #define IPU_GPR                 (&IPU_CM_REG->gpr)
334 #define IPU_CHA_DB_MODE_SEL(ch) (&IPU_CM_REG->ch_db_mode_sel[(ch) / 32])
335
336 #define IPU_STAT                ((struct ipu_stat *)(IPU_DISP_REG_BASE_ADDR + \
337                                 IPU_STAT_REG_BASE))
338 #define IPU_CHA_CUR_BUF(ch)     (&IPU_STAT->cur_buf[(ch) / 32])
339 #define IPU_CHA_BUF0_RDY(ch)    (&IPU_STAT->ch_buf0_rdy[(ch) / 32])
340 #define IPU_CHA_BUF1_RDY(ch)    (&IPU_STAT->ch_buf1_rdy[(ch) / 32])
341
342 #define IPU_INT_CTRL(n)         (&IPU_CM_REG->int_ctrl[(n) - 1])
343
344 #define IDMAC_REG               ((struct ipu_idmac *)(IPU_DISP_REG_BASE_ADDR + \
345                                 IPU_IDMAC_REG_BASE))
346 #define IDMAC_CONF              (&IDMAC_REG->conf)
347 #define IDMAC_CHA_EN(ch)        (&IDMAC_REG->ch_en[(ch) / 32])
348 #define IDMAC_CHA_PRI(ch)       (&IDMAC_REG->ch_pri[(ch) / 32])
349 #define IDMAC_WM_EN(ch)         (&IDMAC_REG->wm_en[(ch) / 32])
350
351 #define DI_REG(di)              ((struct ipu_di *)(IPU_DISP_REG_BASE_ADDR + \
352                                         (((di) == 1) ? IPU_DI1_REG_BASE : \
353                                         IPU_DI0_REG_BASE)))
354
355 #define DI_GENERAL(di)          (&DI_REG(di)->general)
356 #define DI_BS_CLKGEN0(di)       (&DI_REG(di)->bs_clkgen0)
357 #define DI_BS_CLKGEN1(di)       (&DI_REG(di)->bs_clkgen1)
358
359 #define DI_SW_GEN0(di, gen)     (&DI_REG(di)->sw_gen0[(gen) - 1])
360 #define DI_SW_GEN1(di, gen)     (&DI_REG(di)->sw_gen1[(gen) - 1])
361 #define DI_STP_REP(di, gen)     (&DI_REG(di)->stp_rep[((gen) - 1) / 2])
362 #define DI_SYNC_AS_GEN(di)      (&DI_REG(di)->sync_as)
363 #define DI_DW_GEN(di, gen)      (&DI_REG(di)->dw_gen[gen])
364 #define DI_DW_SET(di, gen, set) (&DI_REG(di)->dw_set[(gen) + 12 * set])
365 #define DI_POL(di)              (&DI_REG(di)->pol)
366 #define DI_SCR_CONF(di)         (&DI_REG(di)->scr_conf)
367
368 #define DMFC_REG                ((struct ipu_dmfc *)(IPU_DISP_REG_BASE_ADDR + \
369                                 IPU_DMFC_REG_BASE))
370 #define DMFC_WR_CHAN            (&DMFC_REG->wr_chan)
371 #define DMFC_WR_CHAN_DEF        (&DMFC_REG->wr_chan_def)
372 #define DMFC_DP_CHAN            (&DMFC_REG->dp_chan)
373 #define DMFC_DP_CHAN_DEF        (&DMFC_REG->dp_chan_def)
374 #define DMFC_GENERAL1           (&DMFC_REG->general[0])
375 #define DMFC_IC_CTRL            (&DMFC_REG->ic_ctrl)
376
377 #define DC_REG                  ((struct ipu_dc *)(IPU_DISP_REG_BASE_ADDR + \
378                                 IPU_DC_REG_BASE))
379 #define DC_MAP_CONF_PTR(n)      (&DC_REG->dc_map_ptr[(n) / 2])
380 #define DC_MAP_CONF_VAL(n)      (&DC_REG->dc_map_val[(n) / 2])
381
382 DECLARE_GLOBAL_DATA_PTR;
383
384 static inline struct ipu_dc_ch *dc_ch_offset(int ch)
385 {
386         switch (ch) {
387         case 0:
388         case 1:
389         case 2:
390                 return &DC_REG->dc_ch0_1_2[ch];
391         case 5:
392         case 6:
393                 return &DC_REG->dc_ch5_6[ch - 5];
394         case 8:
395                 return &DC_REG->dc_ch8;
396         case 9:
397                 return &DC_REG->dc_ch9;
398         default:
399                 printf("%s: invalid channel %d\n", __func__, ch);
400                 return NULL;
401         }
402 }
403
404 #define DC_RL_CH(ch, evt)       (&dc_ch_offset(ch)->rl[(evt) / 2])
405
406 #define DC_WR_CH_CONF(ch)       (&dc_ch_offset(ch)->wr_ch_conf)
407 #define DC_WR_CH_ADDR(ch)       (&dc_ch_offset(ch)->wr_ch_addr)
408
409 #define DC_WR_CH_CONF_1         DC_WR_CH_CONF(1)
410 #define DC_WR_CH_CONF_5         DC_WR_CH_CONF(5)
411
412 #define DC_GEN                  (&DC_REG->gen)
413 #define DC_DISP_CONF2(disp)     (&DC_REG->disp_conf2[disp])
414 #define DC_STAT                 (&DC_REG->stat)
415
416 #define DP_SYNC 0
417 #define DP_ASYNC0 0x60
418 #define DP_ASYNC1 0xBC
419
420 #define DP_REG                  ((struct ipu_dp *)(IPU_DISP_REG_BASE_ADDR + \
421                                 IPU_DP_REG_BASE))
422 #define DP_COM_CONF()           (&DP_REG->com_conf_sync)
423 #define DP_GRAPH_WIND_CTRL()    (&DP_REG->graph_wind_ctrl_sync)
424 #define DP_CSC_A_0()            (&DP_REG->csca_sync[0])
425 #define DP_CSC_A_1()            (&DP_REG->csca_sync[1])
426 #define DP_CSC_A_2()            (&DP_REG->csca_sync[2])
427 #define DP_CSC_A_3()            (&DP_REG->csca_sync[3])
428
429 #define DP_CSC_0()              (&DP_REG->csc_sync[0])
430 #define DP_CSC_1()              (&DP_REG->csc_sync[1])
431
432 /* DC template opcodes */
433 #define WROD(lf)                (0x18 | ((lf) << 1))
434
435 #endif