1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2009 Nokia Corporation
4 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
6 * VENC settings from TI's DSS driver
9 #define DSS_SUBSYS_NAME "VENC"
11 #include <linux/kernel.h>
12 #include <linux/module.h>
13 #include <linux/clk.h>
14 #include <linux/err.h>
16 #include <linux/completion.h>
17 #include <linux/delay.h>
18 #include <linux/string.h>
19 #include <linux/seq_file.h>
20 #include <linux/platform_device.h>
21 #include <linux/regulator/consumer.h>
22 #include <linux/pm_runtime.h>
24 #include <linux/of_graph.h>
25 #include <linux/component.h>
26 #include <linux/sys_soc.h>
28 #include <drm/drm_bridge.h>
34 #define VENC_REV_ID 0x00
35 #define VENC_STATUS 0x04
36 #define VENC_F_CONTROL 0x08
37 #define VENC_VIDOUT_CTRL 0x10
38 #define VENC_SYNC_CTRL 0x14
39 #define VENC_LLEN 0x1C
40 #define VENC_FLENS 0x20
41 #define VENC_HFLTR_CTRL 0x24
42 #define VENC_CC_CARR_WSS_CARR 0x28
43 #define VENC_C_PHASE 0x2C
44 #define VENC_GAIN_U 0x30
45 #define VENC_GAIN_V 0x34
46 #define VENC_GAIN_Y 0x38
47 #define VENC_BLACK_LEVEL 0x3C
48 #define VENC_BLANK_LEVEL 0x40
49 #define VENC_X_COLOR 0x44
50 #define VENC_M_CONTROL 0x48
51 #define VENC_BSTAMP_WSS_DATA 0x4C
52 #define VENC_S_CARR 0x50
53 #define VENC_LINE21 0x54
54 #define VENC_LN_SEL 0x58
55 #define VENC_L21__WC_CTL 0x5C
56 #define VENC_HTRIGGER_VTRIGGER 0x60
57 #define VENC_SAVID__EAVID 0x64
58 #define VENC_FLEN__FAL 0x68
59 #define VENC_LAL__PHASE_RESET 0x6C
60 #define VENC_HS_INT_START_STOP_X 0x70
61 #define VENC_HS_EXT_START_STOP_X 0x74
62 #define VENC_VS_INT_START_X 0x78
63 #define VENC_VS_INT_STOP_X__VS_INT_START_Y 0x7C
64 #define VENC_VS_INT_STOP_Y__VS_EXT_START_X 0x80
65 #define VENC_VS_EXT_STOP_X__VS_EXT_START_Y 0x84
66 #define VENC_VS_EXT_STOP_Y 0x88
67 #define VENC_AVID_START_STOP_X 0x90
68 #define VENC_AVID_START_STOP_Y 0x94
69 #define VENC_FID_INT_START_X__FID_INT_START_Y 0xA0
70 #define VENC_FID_INT_OFFSET_Y__FID_EXT_START_X 0xA4
71 #define VENC_FID_EXT_START_Y__FID_EXT_OFFSET_Y 0xA8
72 #define VENC_TVDETGP_INT_START_STOP_X 0xB0
73 #define VENC_TVDETGP_INT_START_STOP_Y 0xB4
74 #define VENC_GEN_CTRL 0xB8
75 #define VENC_OUTPUT_CONTROL 0xC4
76 #define VENC_OUTPUT_TEST 0xC8
77 #define VENC_DAC_B__DAC_C 0xC8
100 u32 htrigger_vtrigger
;
103 u32 lal__phase_reset
;
104 u32 hs_int_start_stop_x
;
105 u32 hs_ext_start_stop_x
;
107 u32 vs_int_stop_x__vs_int_start_y
;
108 u32 vs_int_stop_y__vs_ext_start_x
;
109 u32 vs_ext_stop_x__vs_ext_start_y
;
111 u32 avid_start_stop_x
;
112 u32 avid_start_stop_y
;
113 u32 fid_int_start_x__fid_int_start_y
;
114 u32 fid_int_offset_y__fid_ext_start_x
;
115 u32 fid_ext_start_y__fid_ext_offset_y
;
116 u32 tvdetgp_int_start_stop_x
;
117 u32 tvdetgp_int_start_stop_y
;
122 static const struct venc_config venc_config_pal_trm
= {
126 .llen
= 0x35F, /* 863 */
127 .flens
= 0x270, /* 624 */
129 .cc_carr_wss_carr
= 0x2F7225ED,
138 .bstamp_wss_data
= 0x3F,
139 .s_carr
= 0x2A098ACB,
141 .ln_sel
= 0x01290015,
142 .l21__wc_ctl
= 0x0000F603,
143 .htrigger_vtrigger
= 0,
145 .savid__eavid
= 0x06A70108,
146 .flen__fal
= 0x00180270,
147 .lal__phase_reset
= 0x00040135,
148 .hs_int_start_stop_x
= 0x00880358,
149 .hs_ext_start_stop_x
= 0x000F035F,
150 .vs_int_start_x
= 0x01A70000,
151 .vs_int_stop_x__vs_int_start_y
= 0x000001A7,
152 .vs_int_stop_y__vs_ext_start_x
= 0x01AF0000,
153 .vs_ext_stop_x__vs_ext_start_y
= 0x000101AF,
154 .vs_ext_stop_y
= 0x00000025,
155 .avid_start_stop_x
= 0x03530083,
156 .avid_start_stop_y
= 0x026C002E,
157 .fid_int_start_x__fid_int_start_y
= 0x0001008A,
158 .fid_int_offset_y__fid_ext_start_x
= 0x002E0138,
159 .fid_ext_start_y__fid_ext_offset_y
= 0x01380001,
161 .tvdetgp_int_start_stop_x
= 0x00140001,
162 .tvdetgp_int_start_stop_y
= 0x00010001,
163 .gen_ctrl
= 0x00FF0000,
167 static const struct venc_config venc_config_ntsc_trm
= {
174 .cc_carr_wss_carr
= 0x043F2631,
183 .bstamp_wss_data
= 0x38,
184 .s_carr
= 0x21F07C1F,
186 .ln_sel
= 0x01310011,
187 .l21__wc_ctl
= 0x0000F003,
188 .htrigger_vtrigger
= 0,
190 .savid__eavid
= 0x069300F4,
191 .flen__fal
= 0x0016020C,
192 .lal__phase_reset
= 0x00060107,
193 .hs_int_start_stop_x
= 0x008E0350,
194 .hs_ext_start_stop_x
= 0x000F0359,
195 .vs_int_start_x
= 0x01A00000,
196 .vs_int_stop_x__vs_int_start_y
= 0x020701A0,
197 .vs_int_stop_y__vs_ext_start_x
= 0x01AC0024,
198 .vs_ext_stop_x__vs_ext_start_y
= 0x020D01AC,
199 .vs_ext_stop_y
= 0x00000006,
200 .avid_start_stop_x
= 0x03480078,
201 .avid_start_stop_y
= 0x02060024,
202 .fid_int_start_x__fid_int_start_y
= 0x0001008A,
203 .fid_int_offset_y__fid_ext_start_x
= 0x01AC0106,
204 .fid_ext_start_y__fid_ext_offset_y
= 0x01060006,
206 .tvdetgp_int_start_stop_x
= 0x00140001,
207 .tvdetgp_int_start_stop_y
= 0x00010001,
208 .gen_ctrl
= 0x00F90000,
211 enum venc_videomode
{
217 static const struct drm_display_mode omap_dss_pal_mode
= {
228 .flags
= DRM_MODE_FLAG_INTERLACE
| DRM_MODE_FLAG_NHSYNC
|
229 DRM_MODE_FLAG_NVSYNC
,
232 static const struct drm_display_mode omap_dss_ntsc_mode
= {
243 .flags
= DRM_MODE_FLAG_INTERLACE
| DRM_MODE_FLAG_NHSYNC
|
244 DRM_MODE_FLAG_NVSYNC
,
248 struct platform_device
*pdev
;
250 struct regulator
*vdda_dac_reg
;
251 struct dss_device
*dss
;
253 struct dss_debugfs_entry
*debugfs
;
255 struct clk
*tv_dac_clk
;
257 const struct venc_config
*config
;
258 enum omap_dss_venc_type type
;
259 bool invert_polarity
;
260 bool requires_tv_dac_clk
;
262 struct omap_dss_device output
;
263 struct drm_bridge bridge
;
266 #define drm_bridge_to_venc(b) container_of(b, struct venc_device, bridge)
268 static inline void venc_write_reg(struct venc_device
*venc
, int idx
, u32 val
)
270 __raw_writel(val
, venc
->base
+ idx
);
273 static inline u32
venc_read_reg(struct venc_device
*venc
, int idx
)
275 u32 l
= __raw_readl(venc
->base
+ idx
);
279 static void venc_write_config(struct venc_device
*venc
,
280 const struct venc_config
*config
)
282 DSSDBG("write venc conf\n");
284 venc_write_reg(venc
, VENC_LLEN
, config
->llen
);
285 venc_write_reg(venc
, VENC_FLENS
, config
->flens
);
286 venc_write_reg(venc
, VENC_CC_CARR_WSS_CARR
, config
->cc_carr_wss_carr
);
287 venc_write_reg(venc
, VENC_C_PHASE
, config
->c_phase
);
288 venc_write_reg(venc
, VENC_GAIN_U
, config
->gain_u
);
289 venc_write_reg(venc
, VENC_GAIN_V
, config
->gain_v
);
290 venc_write_reg(venc
, VENC_GAIN_Y
, config
->gain_y
);
291 venc_write_reg(venc
, VENC_BLACK_LEVEL
, config
->black_level
);
292 venc_write_reg(venc
, VENC_BLANK_LEVEL
, config
->blank_level
);
293 venc_write_reg(venc
, VENC_M_CONTROL
, config
->m_control
);
294 venc_write_reg(venc
, VENC_BSTAMP_WSS_DATA
, config
->bstamp_wss_data
);
295 venc_write_reg(venc
, VENC_S_CARR
, config
->s_carr
);
296 venc_write_reg(venc
, VENC_L21__WC_CTL
, config
->l21__wc_ctl
);
297 venc_write_reg(venc
, VENC_SAVID__EAVID
, config
->savid__eavid
);
298 venc_write_reg(venc
, VENC_FLEN__FAL
, config
->flen__fal
);
299 venc_write_reg(venc
, VENC_LAL__PHASE_RESET
, config
->lal__phase_reset
);
300 venc_write_reg(venc
, VENC_HS_INT_START_STOP_X
,
301 config
->hs_int_start_stop_x
);
302 venc_write_reg(venc
, VENC_HS_EXT_START_STOP_X
,
303 config
->hs_ext_start_stop_x
);
304 venc_write_reg(venc
, VENC_VS_INT_START_X
, config
->vs_int_start_x
);
305 venc_write_reg(venc
, VENC_VS_INT_STOP_X__VS_INT_START_Y
,
306 config
->vs_int_stop_x__vs_int_start_y
);
307 venc_write_reg(venc
, VENC_VS_INT_STOP_Y__VS_EXT_START_X
,
308 config
->vs_int_stop_y__vs_ext_start_x
);
309 venc_write_reg(venc
, VENC_VS_EXT_STOP_X__VS_EXT_START_Y
,
310 config
->vs_ext_stop_x__vs_ext_start_y
);
311 venc_write_reg(venc
, VENC_VS_EXT_STOP_Y
, config
->vs_ext_stop_y
);
312 venc_write_reg(venc
, VENC_AVID_START_STOP_X
, config
->avid_start_stop_x
);
313 venc_write_reg(venc
, VENC_AVID_START_STOP_Y
, config
->avid_start_stop_y
);
314 venc_write_reg(venc
, VENC_FID_INT_START_X__FID_INT_START_Y
,
315 config
->fid_int_start_x__fid_int_start_y
);
316 venc_write_reg(venc
, VENC_FID_INT_OFFSET_Y__FID_EXT_START_X
,
317 config
->fid_int_offset_y__fid_ext_start_x
);
318 venc_write_reg(venc
, VENC_FID_EXT_START_Y__FID_EXT_OFFSET_Y
,
319 config
->fid_ext_start_y__fid_ext_offset_y
);
321 venc_write_reg(venc
, VENC_DAC_B__DAC_C
,
322 venc_read_reg(venc
, VENC_DAC_B__DAC_C
));
323 venc_write_reg(venc
, VENC_VIDOUT_CTRL
, config
->vidout_ctrl
);
324 venc_write_reg(venc
, VENC_HFLTR_CTRL
, config
->hfltr_ctrl
);
325 venc_write_reg(venc
, VENC_X_COLOR
, config
->x_color
);
326 venc_write_reg(venc
, VENC_LINE21
, config
->line21
);
327 venc_write_reg(venc
, VENC_LN_SEL
, config
->ln_sel
);
328 venc_write_reg(venc
, VENC_HTRIGGER_VTRIGGER
, config
->htrigger_vtrigger
);
329 venc_write_reg(venc
, VENC_TVDETGP_INT_START_STOP_X
,
330 config
->tvdetgp_int_start_stop_x
);
331 venc_write_reg(venc
, VENC_TVDETGP_INT_START_STOP_Y
,
332 config
->tvdetgp_int_start_stop_y
);
333 venc_write_reg(venc
, VENC_GEN_CTRL
, config
->gen_ctrl
);
334 venc_write_reg(venc
, VENC_F_CONTROL
, config
->f_control
);
335 venc_write_reg(venc
, VENC_SYNC_CTRL
, config
->sync_ctrl
);
338 static void venc_reset(struct venc_device
*venc
)
342 venc_write_reg(venc
, VENC_F_CONTROL
, 1<<8);
343 while (venc_read_reg(venc
, VENC_F_CONTROL
) & (1<<8)) {
345 DSSERR("Failed to reset venc\n");
350 #ifdef CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET
351 /* the magical sleep that makes things work */
352 /* XXX more info? What bug this circumvents? */
357 static int venc_runtime_get(struct venc_device
*venc
)
361 DSSDBG("venc_runtime_get\n");
363 r
= pm_runtime_get_sync(&venc
->pdev
->dev
);
364 if (WARN_ON(r
< 0)) {
365 pm_runtime_put_noidle(&venc
->pdev
->dev
);
371 static void venc_runtime_put(struct venc_device
*venc
)
375 DSSDBG("venc_runtime_put\n");
377 r
= pm_runtime_put_sync(&venc
->pdev
->dev
);
378 WARN_ON(r
< 0 && r
!= -ENOSYS
);
381 static int venc_power_on(struct venc_device
*venc
)
386 r
= venc_runtime_get(venc
);
391 venc_write_config(venc
, venc
->config
);
393 dss_set_venc_output(venc
->dss
, venc
->type
);
394 dss_set_dac_pwrdn_bgz(venc
->dss
, 1);
398 if (venc
->type
== OMAP_DSS_VENC_TYPE_COMPOSITE
)
401 l
|= (1 << 0) | (1 << 2);
403 if (venc
->invert_polarity
== false)
406 venc_write_reg(venc
, VENC_OUTPUT_CONTROL
, l
);
408 r
= regulator_enable(venc
->vdda_dac_reg
);
412 r
= dss_mgr_enable(&venc
->output
);
419 regulator_disable(venc
->vdda_dac_reg
);
421 venc_write_reg(venc
, VENC_OUTPUT_CONTROL
, 0);
422 dss_set_dac_pwrdn_bgz(venc
->dss
, 0);
424 venc_runtime_put(venc
);
429 static void venc_power_off(struct venc_device
*venc
)
431 venc_write_reg(venc
, VENC_OUTPUT_CONTROL
, 0);
432 dss_set_dac_pwrdn_bgz(venc
->dss
, 0);
434 dss_mgr_disable(&venc
->output
);
436 regulator_disable(venc
->vdda_dac_reg
);
438 venc_runtime_put(venc
);
441 static enum venc_videomode
venc_get_videomode(const struct drm_display_mode
*mode
)
443 if (!(mode
->flags
& DRM_MODE_FLAG_INTERLACE
))
444 return VENC_MODE_UNKNOWN
;
446 if (mode
->clock
== omap_dss_pal_mode
.clock
&&
447 mode
->hdisplay
== omap_dss_pal_mode
.hdisplay
&&
448 mode
->vdisplay
== omap_dss_pal_mode
.vdisplay
)
449 return VENC_MODE_PAL
;
451 if (mode
->clock
== omap_dss_ntsc_mode
.clock
&&
452 mode
->hdisplay
== omap_dss_ntsc_mode
.hdisplay
&&
453 mode
->vdisplay
== omap_dss_ntsc_mode
.vdisplay
)
454 return VENC_MODE_NTSC
;
456 return VENC_MODE_UNKNOWN
;
459 static int venc_dump_regs(struct seq_file
*s
, void *p
)
461 struct venc_device
*venc
= s
->private;
463 #define DUMPREG(venc, r) \
464 seq_printf(s, "%-35s %08x\n", #r, venc_read_reg(venc, r))
466 if (venc_runtime_get(venc
))
469 DUMPREG(venc
, VENC_F_CONTROL
);
470 DUMPREG(venc
, VENC_VIDOUT_CTRL
);
471 DUMPREG(venc
, VENC_SYNC_CTRL
);
472 DUMPREG(venc
, VENC_LLEN
);
473 DUMPREG(venc
, VENC_FLENS
);
474 DUMPREG(venc
, VENC_HFLTR_CTRL
);
475 DUMPREG(venc
, VENC_CC_CARR_WSS_CARR
);
476 DUMPREG(venc
, VENC_C_PHASE
);
477 DUMPREG(venc
, VENC_GAIN_U
);
478 DUMPREG(venc
, VENC_GAIN_V
);
479 DUMPREG(venc
, VENC_GAIN_Y
);
480 DUMPREG(venc
, VENC_BLACK_LEVEL
);
481 DUMPREG(venc
, VENC_BLANK_LEVEL
);
482 DUMPREG(venc
, VENC_X_COLOR
);
483 DUMPREG(venc
, VENC_M_CONTROL
);
484 DUMPREG(venc
, VENC_BSTAMP_WSS_DATA
);
485 DUMPREG(venc
, VENC_S_CARR
);
486 DUMPREG(venc
, VENC_LINE21
);
487 DUMPREG(venc
, VENC_LN_SEL
);
488 DUMPREG(venc
, VENC_L21__WC_CTL
);
489 DUMPREG(venc
, VENC_HTRIGGER_VTRIGGER
);
490 DUMPREG(venc
, VENC_SAVID__EAVID
);
491 DUMPREG(venc
, VENC_FLEN__FAL
);
492 DUMPREG(venc
, VENC_LAL__PHASE_RESET
);
493 DUMPREG(venc
, VENC_HS_INT_START_STOP_X
);
494 DUMPREG(venc
, VENC_HS_EXT_START_STOP_X
);
495 DUMPREG(venc
, VENC_VS_INT_START_X
);
496 DUMPREG(venc
, VENC_VS_INT_STOP_X__VS_INT_START_Y
);
497 DUMPREG(venc
, VENC_VS_INT_STOP_Y__VS_EXT_START_X
);
498 DUMPREG(venc
, VENC_VS_EXT_STOP_X__VS_EXT_START_Y
);
499 DUMPREG(venc
, VENC_VS_EXT_STOP_Y
);
500 DUMPREG(venc
, VENC_AVID_START_STOP_X
);
501 DUMPREG(venc
, VENC_AVID_START_STOP_Y
);
502 DUMPREG(venc
, VENC_FID_INT_START_X__FID_INT_START_Y
);
503 DUMPREG(venc
, VENC_FID_INT_OFFSET_Y__FID_EXT_START_X
);
504 DUMPREG(venc
, VENC_FID_EXT_START_Y__FID_EXT_OFFSET_Y
);
505 DUMPREG(venc
, VENC_TVDETGP_INT_START_STOP_X
);
506 DUMPREG(venc
, VENC_TVDETGP_INT_START_STOP_Y
);
507 DUMPREG(venc
, VENC_GEN_CTRL
);
508 DUMPREG(venc
, VENC_OUTPUT_CONTROL
);
509 DUMPREG(venc
, VENC_OUTPUT_TEST
);
511 venc_runtime_put(venc
);
517 static int venc_get_clocks(struct venc_device
*venc
)
521 if (venc
->requires_tv_dac_clk
) {
522 clk
= devm_clk_get(&venc
->pdev
->dev
, "tv_dac_clk");
524 DSSERR("can't get tv_dac_clk\n");
531 venc
->tv_dac_clk
= clk
;
536 /* -----------------------------------------------------------------------------
537 * DRM Bridge Operations
540 static int venc_bridge_attach(struct drm_bridge
*bridge
,
541 enum drm_bridge_attach_flags flags
)
543 struct venc_device
*venc
= drm_bridge_to_venc(bridge
);
545 if (!(flags
& DRM_BRIDGE_ATTACH_NO_CONNECTOR
))
548 return drm_bridge_attach(bridge
->encoder
, venc
->output
.next_bridge
,
552 static enum drm_mode_status
553 venc_bridge_mode_valid(struct drm_bridge
*bridge
,
554 const struct drm_display_info
*info
,
555 const struct drm_display_mode
*mode
)
557 switch (venc_get_videomode(mode
)) {
567 static bool venc_bridge_mode_fixup(struct drm_bridge
*bridge
,
568 const struct drm_display_mode
*mode
,
569 struct drm_display_mode
*adjusted_mode
)
571 const struct drm_display_mode
*venc_mode
;
573 switch (venc_get_videomode(adjusted_mode
)) {
575 venc_mode
= &omap_dss_pal_mode
;
579 venc_mode
= &omap_dss_ntsc_mode
;
586 drm_mode_copy(adjusted_mode
, venc_mode
);
587 drm_mode_set_crtcinfo(adjusted_mode
, CRTC_INTERLACE_HALVE_V
);
588 drm_mode_set_name(adjusted_mode
);
593 static void venc_bridge_mode_set(struct drm_bridge
*bridge
,
594 const struct drm_display_mode
*mode
,
595 const struct drm_display_mode
*adjusted_mode
)
597 struct venc_device
*venc
= drm_bridge_to_venc(bridge
);
598 enum venc_videomode venc_mode
= venc_get_videomode(adjusted_mode
);
605 venc
->config
= &venc_config_pal_trm
;
609 venc
->config
= &venc_config_ntsc_trm
;
613 dispc_set_tv_pclk(venc
->dss
->dispc
, 13500000);
616 static void venc_bridge_enable(struct drm_bridge
*bridge
)
618 struct venc_device
*venc
= drm_bridge_to_venc(bridge
);
623 static void venc_bridge_disable(struct drm_bridge
*bridge
)
625 struct venc_device
*venc
= drm_bridge_to_venc(bridge
);
627 venc_power_off(venc
);
630 static int venc_bridge_get_modes(struct drm_bridge
*bridge
,
631 struct drm_connector
*connector
)
633 static const struct drm_display_mode
*modes
[] = {
639 for (i
= 0; i
< ARRAY_SIZE(modes
); ++i
) {
640 struct drm_display_mode
*mode
;
642 mode
= drm_mode_duplicate(connector
->dev
, modes
[i
]);
646 mode
->type
= DRM_MODE_TYPE_DRIVER
| DRM_MODE_TYPE_PREFERRED
;
647 drm_mode_set_name(mode
);
648 drm_mode_probed_add(connector
, mode
);
651 return ARRAY_SIZE(modes
);
654 static const struct drm_bridge_funcs venc_bridge_funcs
= {
655 .attach
= venc_bridge_attach
,
656 .mode_valid
= venc_bridge_mode_valid
,
657 .mode_fixup
= venc_bridge_mode_fixup
,
658 .mode_set
= venc_bridge_mode_set
,
659 .enable
= venc_bridge_enable
,
660 .disable
= venc_bridge_disable
,
661 .get_modes
= venc_bridge_get_modes
,
664 static void venc_bridge_init(struct venc_device
*venc
)
666 venc
->bridge
.funcs
= &venc_bridge_funcs
;
667 venc
->bridge
.of_node
= venc
->pdev
->dev
.of_node
;
668 venc
->bridge
.ops
= DRM_BRIDGE_OP_MODES
;
669 venc
->bridge
.type
= DRM_MODE_CONNECTOR_SVIDEO
;
670 venc
->bridge
.interlace_allowed
= true;
672 drm_bridge_add(&venc
->bridge
);
675 static void venc_bridge_cleanup(struct venc_device
*venc
)
677 drm_bridge_remove(&venc
->bridge
);
680 /* -----------------------------------------------------------------------------
681 * Component Bind & Unbind
684 static int venc_bind(struct device
*dev
, struct device
*master
, void *data
)
686 struct dss_device
*dss
= dss_get_device(master
);
687 struct venc_device
*venc
= dev_get_drvdata(dev
);
693 r
= venc_runtime_get(venc
);
697 rev_id
= (u8
)(venc_read_reg(venc
, VENC_REV_ID
) & 0xff);
698 dev_dbg(dev
, "OMAP VENC rev %d\n", rev_id
);
700 venc_runtime_put(venc
);
702 venc
->debugfs
= dss_debugfs_create_file(dss
, "venc", venc_dump_regs
,
708 static void venc_unbind(struct device
*dev
, struct device
*master
, void *data
)
710 struct venc_device
*venc
= dev_get_drvdata(dev
);
712 dss_debugfs_remove_file(venc
->debugfs
);
715 static const struct component_ops venc_component_ops
= {
717 .unbind
= venc_unbind
,
720 /* -----------------------------------------------------------------------------
721 * Probe & Remove, Suspend & Resume
724 static int venc_init_output(struct venc_device
*venc
)
726 struct omap_dss_device
*out
= &venc
->output
;
729 venc_bridge_init(venc
);
731 out
->dev
= &venc
->pdev
->dev
;
732 out
->id
= OMAP_DSS_OUTPUT_VENC
;
733 out
->type
= OMAP_DISPLAY_TYPE_VENC
;
734 out
->name
= "venc.0";
735 out
->dispc_channel
= OMAP_DSS_CHANNEL_DIGIT
;
736 out
->owner
= THIS_MODULE
;
738 out
->ops_flags
= OMAP_DSS_DEVICE_OP_MODES
;
740 r
= omapdss_device_init_output(out
, &venc
->bridge
);
742 venc_bridge_cleanup(venc
);
746 omapdss_device_register(out
);
751 static void venc_uninit_output(struct venc_device
*venc
)
753 omapdss_device_unregister(&venc
->output
);
754 omapdss_device_cleanup_output(&venc
->output
);
756 venc_bridge_cleanup(venc
);
759 static int venc_probe_of(struct venc_device
*venc
)
761 struct device_node
*node
= venc
->pdev
->dev
.of_node
;
762 struct device_node
*ep
;
766 ep
= of_graph_get_endpoint_by_regs(node
, 0, 0);
770 venc
->invert_polarity
= of_property_read_bool(ep
, "ti,invert-polarity");
772 r
= of_property_read_u32(ep
, "ti,channels", &channels
);
774 dev_err(&venc
->pdev
->dev
,
775 "failed to read property 'ti,channels': %d\n", r
);
781 venc
->type
= OMAP_DSS_VENC_TYPE_COMPOSITE
;
784 venc
->type
= OMAP_DSS_VENC_TYPE_SVIDEO
;
787 dev_err(&venc
->pdev
->dev
, "bad channel property '%d'\n",
802 static const struct soc_device_attribute venc_soc_devices
[] = {
803 { .machine
= "OMAP3[45]*" },
804 { .machine
= "AM35*" },
808 static int venc_probe(struct platform_device
*pdev
)
810 struct venc_device
*venc
;
811 struct resource
*venc_mem
;
814 venc
= kzalloc(sizeof(*venc
), GFP_KERNEL
);
820 platform_set_drvdata(pdev
, venc
);
822 /* The OMAP34xx, OMAP35xx and AM35xx VENC require the TV DAC clock. */
823 if (soc_device_match(venc_soc_devices
))
824 venc
->requires_tv_dac_clk
= true;
826 venc
->config
= &venc_config_pal_trm
;
828 venc_mem
= platform_get_resource(venc
->pdev
, IORESOURCE_MEM
, 0);
829 venc
->base
= devm_ioremap_resource(&pdev
->dev
, venc_mem
);
830 if (IS_ERR(venc
->base
)) {
831 r
= PTR_ERR(venc
->base
);
835 venc
->vdda_dac_reg
= devm_regulator_get(&pdev
->dev
, "vdda");
836 if (IS_ERR(venc
->vdda_dac_reg
)) {
837 r
= PTR_ERR(venc
->vdda_dac_reg
);
838 if (r
!= -EPROBE_DEFER
)
839 DSSERR("can't get VDDA_DAC regulator\n");
843 r
= venc_get_clocks(venc
);
847 r
= venc_probe_of(venc
);
851 pm_runtime_enable(&pdev
->dev
);
853 r
= venc_init_output(venc
);
857 r
= component_add(&pdev
->dev
, &venc_component_ops
);
859 goto err_uninit_output
;
864 venc_uninit_output(venc
);
866 pm_runtime_disable(&pdev
->dev
);
872 static int venc_remove(struct platform_device
*pdev
)
874 struct venc_device
*venc
= platform_get_drvdata(pdev
);
876 component_del(&pdev
->dev
, &venc_component_ops
);
878 venc_uninit_output(venc
);
880 pm_runtime_disable(&pdev
->dev
);
886 static int venc_runtime_suspend(struct device
*dev
)
888 struct venc_device
*venc
= dev_get_drvdata(dev
);
890 if (venc
->tv_dac_clk
)
891 clk_disable_unprepare(venc
->tv_dac_clk
);
896 static int venc_runtime_resume(struct device
*dev
)
898 struct venc_device
*venc
= dev_get_drvdata(dev
);
900 if (venc
->tv_dac_clk
)
901 clk_prepare_enable(venc
->tv_dac_clk
);
906 static const struct dev_pm_ops venc_pm_ops
= {
907 .runtime_suspend
= venc_runtime_suspend
,
908 .runtime_resume
= venc_runtime_resume
,
909 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend
, pm_runtime_force_resume
)
912 static const struct of_device_id venc_of_match
[] = {
913 { .compatible
= "ti,omap2-venc", },
914 { .compatible
= "ti,omap3-venc", },
915 { .compatible
= "ti,omap4-venc", },
919 struct platform_driver omap_venchw_driver
= {
921 .remove
= venc_remove
,
923 .name
= "omapdss_venc",
925 .of_match_table
= venc_of_match
,
926 .suppress_bind_attrs
= true,