| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| D | venc.c | 6 * VENC settings from TI's DSS driver 9 #define DSS_SUBSYS_NAME "VENC" 33 /* Venc registers */ 268 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg() argument 270 __raw_writel(val, venc->base + idx); in venc_write_reg() 273 static inline u32 venc_read_reg(struct venc_device *venc, int idx) in venc_read_reg() argument 275 u32 l = __raw_readl(venc->base + idx); in venc_read_reg() 279 static void venc_write_config(struct venc_device *venc, in venc_write_config() argument 282 DSSDBG("write venc conf\n"); in venc_write_config() 284 venc_write_reg(venc, VENC_LLEN, config->llen); in venc_write_config() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/ |
| D | venc.c | 5 * VENC settings from TI's DSS driver 20 #define DSS_SUBSYS_NAME "VENC" 43 /* Venc registers */ 344 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg() argument 346 __raw_writel(val, venc->base + idx); in venc_write_reg() 349 static inline u32 venc_read_reg(struct venc_device *venc, int idx) in venc_read_reg() argument 351 u32 l = __raw_readl(venc->base + idx); in venc_read_reg() 355 static void venc_write_config(struct venc_device *venc, in venc_write_config() argument 358 DSSDBG("write venc conf\n"); in venc_write_config() 360 venc_write_reg(venc, VENC_LLEN, config->llen); in venc_write_config() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
| D | vpbe_venc.c | 28 #define MODULE_NAME "davinci-vpbe-venc" 72 struct venc_state *venc = to_state(sd); in venc_read() local 74 return readl(venc->venc_base + offset); in venc_read() 79 struct venc_state *venc = to_state(sd); in venc_write() local 81 writel(val, (venc->venc_base + offset)); in venc_write() 98 struct venc_state *venc = to_state(sd); in vdaccfg_write() local 100 writel(val, venc->vdaccfg_reg); in vdaccfg_write() 102 val = readl(venc->vdaccfg_reg); in vdaccfg_write() 135 struct venc_state *venc = to_state(sd); in venc_enabledigitaloutput() local 168 if (venc->venc_type != VPBE_VERSION_3) in venc_enabledigitaloutput() [all …]
|
| D | vpbe.c | 56 return ((index == 0) ? &cfg->venc : in vpbe_current_encoder_info() 74 /* Venc is always first */ in vpbe_find_encoder_sd_index() 75 if (!strcmp(encoder_name, cfg->venc.module_name)) in vpbe_find_encoder_sd_index() 210 * there is will be an API added to setup_link between venc in vpbe_set_output() 214 * way of switching encoder at the venc output. in vpbe_set_output() 237 * It is assumed that venc or external encoder will set a default in vpbe_set_output() 537 if (strstr(pdev->name, "vpbe-venc")) in platform_device_get() 615 vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev, in vpbe_initialize() 616 vpbe_dev->cfg->venc.module_name); in vpbe_initialize() 617 /* register venc sub device */ in vpbe_initialize() [all …]
|
| /kernel/linux/linux-4.19/drivers/media/platform/davinci/ |
| D | vpbe_venc.c | 41 #define MODULE_NAME "davinci-vpbe-venc" 85 struct venc_state *venc = to_state(sd); in venc_read() local 87 return readl(venc->venc_base + offset); in venc_read() 92 struct venc_state *venc = to_state(sd); in venc_write() local 94 writel(val, (venc->venc_base + offset)); in venc_write() 111 struct venc_state *venc = to_state(sd); in vdaccfg_write() local 113 writel(val, venc->vdaccfg_reg); in vdaccfg_write() 115 val = readl(venc->vdaccfg_reg); in vdaccfg_write() 148 struct venc_state *venc = to_state(sd); in venc_enabledigitaloutput() local 181 if (venc->venc_type != VPBE_VERSION_3) in venc_enabledigitaloutput() [all …]
|
| D | vpbe.c | 64 return ((index == 0) ? &cfg->venc : in vpbe_current_encoder_info() 82 /* Venc is always first */ in vpbe_find_encoder_sd_index() 83 if (!strcmp(encoder_name, cfg->venc.module_name)) in vpbe_find_encoder_sd_index() 240 * there is will be an API added to setup_link between venc in vpbe_set_output() 244 * way of switching encoder at the venc output. in vpbe_set_output() 267 * It is assumed that venc or extenal encoder will set a default in vpbe_set_output() 567 if (strstr(pdev->name, "vpbe-venc")) in platform_device_get() 645 vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev, in vpbe_initialize() 646 vpbe_dev->cfg->venc.module_name); in vpbe_initialize() 647 /* register venc sub device */ in vpbe_initialize() [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | venc.c | 3 * linux/drivers/video/omap2/dss/venc.c 8 * VENC settings from TI's DSS driver 11 #define DSS_SUBSYS_NAME "VENC" 34 /* Venc registers */ 256 } venc; variable 260 __raw_writel(val, venc.base + idx); in venc_write_reg() 265 u32 l = __raw_readl(venc.base + idx); in venc_read_reg() 271 DSSDBG("write venc conf\n"); in venc_write_config() 284 venc.wss_data); in venc_write_config() 332 DSSERR("Failed to reset venc\n"); in venc_reset() [all …]
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | venc.c | 2 * linux/drivers/video/omap2/dss/venc.c 7 * VENC settings from TI's DSS driver 22 #define DSS_SUBSYS_NAME "VENC" 45 /* Venc registers */ 310 } venc; variable 314 __raw_writel(val, venc.base + idx); in venc_write_reg() 319 u32 l = __raw_readl(venc.base + idx); in venc_read_reg() 325 DSSDBG("write venc conf\n"); in venc_write_config() 338 venc.wss_data); in venc_write_config() 386 DSSERR("Failed to reset venc\n"); in venc_reset() [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/v4l-drivers/ |
| D | davinci-vpbe.rst | 15 VPBE venc sub device driver 36 Loads up VENC, OSD and external encoders such as ths8200. It provides 38 in the VENC or external sub devices. It also provides 40 using sub device ops. The connection of external encoders to VENC LCD 46 for setting up the interface between VENC and external encoders based on 50 API to set timings in VENC for a specific display resolution. As of this 54 3. VENC subdevice module 60 venc using non-standard timing mode. 62 Support LCD Panel displays using the VENC. For example to support a Logic 90 vpbe venc sub device
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | davinci-vpbe.rst | 18 Loads up VENC, OSD and external encoders such as ths8200. It provides 20 in the VENC or external sub devices. It also provides 22 using sub device ops. The connection of external encoders to VENC LCD 28 for setting up the interface between VENC and external encoders based on 32 API to set timings in VENC for a specific display resolution. As of this 36 3. VENC subdevice module 43 venc using non-standard timing mode. 45 Support LCD Panel displays using the VENC. For example to support a Logic
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ |
| D | amlogic,meson-dw-hdmi.txt | 23 Pixel data arrives in 4:4:4 format from the VENC block and the VPU HDMI mux 27 The VENC uses a DVI encoder on top of the ENCI or ENCP encoders to generate 65 S905 (GXBB) VENC Input TMDS Output 66 S905X (GXL) VENC Input TMDS Output 67 S905D (GXL) VENC Input TMDS Output 68 S912 (GXM) VENC Input TMDS Output 98 /* VPU VENC Input */
|
| /kernel/linux/linux-5.10/include/media/davinci/ |
| D | vpbe_venc.h | 11 #define DM644X_VPBE_VENC_SUBDEV_NAME "dm644x,vpbe-venc" 12 #define DM365_VPBE_VENC_SUBDEV_NAME "dm365,vpbe-venc" 13 #define DM355_VPBE_VENC_SUBDEV_NAME "dm355,vpbe-venc" 15 /* venc events */
|
| D | vpbe.h | 31 * defualt_mode identifies the default timings set at the venc or 40 * each supported mode since venc is used in non-standard timing mode 81 struct encoder_config_info venc; member 88 /* Order is venc outputs followed by LCD and then external encoders */ 166 /* venc device pointer */ 178 /* venc sub device */ 179 struct v4l2_subdev *venc; member
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/soc/mediatek/ |
| D | scpsys.txt | 34 Required clocks for MT2712: "mm", "mfg", "venc", "jpgdec", "audio", "vdec" 38 Required clocks for MT8173: "mm", "mfg", "venc", "venc_lt" 42 - venc-supply: Power supply for the venc power domain 63 clock-names = "mfg", "mm", "venc", "venc_lt";
|
| /kernel/linux/linux-4.19/include/media/davinci/ |
| D | vpbe_venc.h | 19 #define DM644X_VPBE_VENC_SUBDEV_NAME "dm644x,vpbe-venc" 20 #define DM365_VPBE_VENC_SUBDEV_NAME "dm365,vpbe-venc" 21 #define DM355_VPBE_VENC_SUBDEV_NAME "dm355,vpbe-venc" 23 /* venc events */
|
| D | vpbe.h | 39 * defualt_mode identifies the default timings set at the venc or 48 * each supported mode since venc is used in non-standard timing mode 89 struct encoder_config_info venc; member 96 /* Order is venc outputs followed by LCD and then external encoders */ 178 /* venc device pointer */ 190 /* venc sub device */ 191 struct v4l2_subdev *venc; member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/mediatek/ |
| D | scpsys.txt | 37 Required clocks for MT2712: "mm", "mfg", "venc", "jpgdec", "audio", "vdec" 45 Required clocks for MT8173: "mm", "mfg", "venc", "venc_lt" 49 - venc-supply: Power supply for the venc power domain 70 clock-names = "mfg", "mm", "venc", "venc_lt";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ti/ |
| D | ti,omap4-dss.txt | 21 - DSS Submodules: RFBI, VENC, DSI, HDMI 59 VENC 63 - compatible: "ti,omap4-venc" 71 - Video port for VENC output 73 VENC Endpoint required properties:
|
| D | ti,omap2-dss.txt | 45 VENC 49 - compatible: "ti,omap2-venc" 54 VENC Endpoint required properties:
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ti/ |
| D | ti,omap4-dss.txt | 21 - DSS Submodules: RFBI, VENC, DSI, HDMI 59 VENC 63 - compatible: "ti,omap4-venc" 71 - Video port for VENC output 73 VENC Endpoint required properties:
|
| D | ti,omap2-dss.txt | 45 VENC 49 - compatible: "ti,omap2-venc" 54 VENC Endpoint required properties:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/ |
| D | amlogic,meson-ee-pwrc.yaml | 80 - const: venc 96 - const: venc 121 - const: venc 140 - const: venc 180 reset-names = "viu", "venc", "vcbus", "bt656",
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/meson/ |
| D | meson_dw_hdmi.c | 75 * Pixel data arrives in 4:4:4 format from the VENC 80 * The VENC uses a DVI encoder on top of the ENCI 93 * - VENC & HDMI Clock setup for 480i to 1080p60 94 * - VENC Mode setup for 480i to 1080p60 352 DRM_DEBUG_DRIVER("vclk:%d venc=%d hdmi=%d enci=%d\n", in dw_hdmi_set_vclk() 354 priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk() 357 venc_freq, hdmi_freq, priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk() 423 /* Temporary Disable VENC video stream */ in dw_hdmi_phy_init() 424 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init() 435 /* Re-Enable VENC video stream */ in dw_hdmi_phy_init() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/meson/ |
| D | meson_dw_hdmi.c | 66 * Pixel data arrives in 4:4:4 format from the VENC 71 * The VENC uses a DVI encoder on top of the ENCI 84 * - VENC & HDMI Clock setup for 480i to 1080p60 85 * - VENC Mode setup for 480i to 1080p60 303 /* For 420, pixel clock is half unlike venc clock */ in meson_hdmi_phy_setup_mode() 389 /* For 420, pixel clock is half unlike venc clock */ in dw_hdmi_set_vclk() 409 /* VENC double pixels for 1080i, 720p and YUV420 modes */ in dw_hdmi_set_vclk() 419 DRM_DEBUG_DRIVER("vclk:%d phy=%d venc=%d hdmi=%d enci=%d\n", in dw_hdmi_set_vclk() 421 priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk() 424 venc_freq, hdmi_freq, priv->venc.hdmi_use_enci); in dw_hdmi_set_vclk() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | amlogic,meson-dw-hdmi.yaml | 33 Pixel data arrives in "4:4:4" format from the VENC block and the VPU HDMI mux 37 The VENC uses a DVI encoder on top of the ENCI or ENCP encoders to generate 86 A port node pointing to the VENC Input port node. 130 /* VPU VENC Input */
|