Home
last modified time | relevance | path

Searched refs:venc (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Dvenc.c390 venc_reset(venc); in venc_power_on()
391 venc_write_config(venc, venc->config); in venc_power_on()
393 dss_set_venc_output(venc->dss, venc->type); in venc_power_on()
667 venc->bridge.of_node = venc->pdev->dev.of_node; in venc_bridge_init()
691 venc->dss = dss; in venc_bind()
703 venc); in venc_bind()
811 venc = kzalloc(sizeof(*venc), GFP_KERNEL); in venc_probe()
812 if (!venc) in venc_probe()
815 venc->pdev = pdev; in venc_probe()
864 kfree(venc); in venc_probe()
[all …]
/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvenc.c404 venc->params.crop.width = venc->params.src_width; in venc_s_selection()
405 venc->params.crop.height = venc->params.src_height; in venc_s_selection()
761 venc = inst->priv; in venc_precheck_encoded_frame()
880 if (venc->stopped && list_empty(&venc->frames)) in venc_set_last_buffer_dequeued()
912 vfree(venc); in venc_cleanup()
1075 if (!wait_event_timeout(venc->wq, venc->stopped, VPU_TIMEOUT)) { in venc_stop_session()
1189 venc->enable, in venc_get_debug_info()
1190 venc->frame_count, venc->encode_count, in venc_get_debug_info()
1226 venc->skipped_count, venc->skipped_bytes); in venc_get_debug_info()
1302 venc = vzalloc(sizeof(*venc)); in venc_open()
[all …]
A DMakefile17 venc.o \
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Dvenc.c256 } venc; variable
284 venc.wss_data); in venc_write_config()
463 venc.wss_data = 0; in venc_display_enable()
493 venc.wss_data = 0; in venc_set_timings()
495 venc.timings = *timings; in venc_set_timings()
551 venc.wss_data); in venc_set_wss()
566 venc.type = type; in venc_set_type()
672 venc.tv_dac_clk = clk; in venc_get_clocks()
810 venc.pdev = pdev; in venc_bind()
814 venc.wss_data = 0; in venc_bind()
[all …]
A DMakefile11 omapdss-$(CONFIG_FB_OMAP2_DSS_VENC) += venc.o
/linux-6.3-rc2/Documentation/devicetree/bindings/power/
A Damlogic,meson-ee-pwrc.yaml79 - const: venc
95 - const: venc
120 - const: venc
139 - const: venc
179 reset-names = "viu", "venc", "vcbus", "bt656",
A Dmediatek,power-controller.yaml103 domain, and should not have a '-' in their name (i.e mm, mfg, venc).
160 clock-names = "mm", "venc";
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/mediatek/
A Dscpsys.txt37 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";
/linux-6.3-rc2/drivers/clk/mediatek/
A DMakefile18 obj-$(CONFIG_COMMON_CLK_MT6779_VENCSYS) += clk-mt6779-venc.o
31 obj-$(CONFIG_COMMON_CLK_MT6797_VENCSYS) += clk-mt6797-venc.o
48 obj-$(CONFIG_COMMON_CLK_MT2712_VENCSYS) += clk-mt2712-venc.o
88 obj-$(CONFIG_COMMON_CLK_MT8183_VENCSYS) += clk-mt8183-venc.o
92 clk-mt8186-img.o clk-mt8186-vdec.o clk-mt8186-venc.o \
106 obj-$(CONFIG_COMMON_CLK_MT8192_VENCSYS) += clk-mt8192-venc.o
112 clk-mt8195-venc.o clk-mt8195-vpp0.o clk-mt8195-vpp1.o \
121 obj-$(CONFIG_COMMON_CLK_MT8365_VENC) += clk-mt8365-venc.o
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/
A DMakefile27 mtk-vcodec-enc-y := venc/venc_vp8_if.o \
28 venc/venc_h264_if.o \
/linux-6.3-rc2/drivers/gpu/drm/meson/
A Dmeson_encoder_hdmi.c110 priv->venc.hdmi_use_enci); in meson_encoder_hdmi_set_vclk()
113 venc_freq, hdmi_freq, priv->venc.hdmi_use_enci); in meson_encoder_hdmi_set_vclk()
242 dev_dbg(priv->dev, "%s\n", priv->venc.hdmi_use_enci ? "VENCI" : "VENCP"); in meson_encoder_hdmi_atomic_enable()
244 if (priv->venc.hdmi_use_enci) in meson_encoder_hdmi_atomic_enable()
A Dmeson_venc.c1552 priv->venc.hdmi_repeat = hdmi_repeat; in meson_venc_hdmi_mode_set()
1553 priv->venc.venc_repeat = venc_repeat; in meson_venc_hdmi_mode_set()
1554 priv->venc.hdmi_use_enci = use_enci; in meson_venc_hdmi_mode_set()
1556 priv->venc.current_mode = MESON_VENC_MODE_HDMI; in meson_venc_hdmi_mode_set()
1565 if (mode->mode_tag == priv->venc.current_mode) in meson_venci_cvbs_mode_set()
1739 priv->venc.current_mode = mode->mode_tag; in meson_venci_cvbs_mode_set()
1791 priv->venc.current_mode = MESON_VENC_MODE_NONE; in meson_venc_init()
A Dmeson_dw_hdmi.c454 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
466 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
476 if (priv->venc.hdmi_use_enci) in dw_hdmi_phy_init()
A Dmeson_drv.h164 } venc; member
/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A DMakefile11 venus-enc-objs += venc.o venc_ctrls.o
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A DMakefile25 omapdrm-$(CONFIG_OMAP2_DSS_VENC) += dss/venc.o
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ti/
A Dti,omap2-dss.txt49 - compatible: "ti,omap2-venc"
A Dti,omap3-dss.txt60 - compatible: "ti,omap3-venc"
A Dti,omap4-dss.txt63 - compatible: "ti,omap4-venc"
/linux-6.3-rc2/arch/arm/boot/dts/
A Domap2.dtsi326 venc: encoder@48050c00 { label
327 compatible = "ti,omap2-venc";
A Dmeson8m2.dtsi78 "vencp", "vdac", "vencl", "viu", "venc", "rdma";
A Domap3-cm-t3x30.dtsi84 &venc {
A Domap36xx.dtsi227 &venc {
A Domap3-cm-t3x.dtsi248 &venc {
A Domap3-beagle-xm.dts408 &venc {

Completed in 52 milliseconds

12