Searched +full:mt8195 +full:- +full:disp +full:- +full:ethdr (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,ethdr.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MediaTek Ethdr Device10 - Chun-Kuang Hu <chunkuang.hu@kernel.org>11 - Philipp Zabel <p.zabel@pengutronix.de>14 ETHDR (ET High Dynamic Range) is a MediaTek internal HDR engine and is20 one video backend and a mixer. ETHDR has two DMA function blocks, DS and ADL.21 These two function blocks read the pre-programmed registers from DRAM and[all …]
1 // SPDX-License-Identifier: GPL-2.0-only16 #include <linux/soc/mediatek/mtk-cmdq.h>17 #include <linux/soc/mediatek/mtk-mmsys.h>18 #include <linux/soc/mediatek/mtk-mutex.h>65 [OVL_ADAPTOR_TYPE_RDMA] = "vdo1-rdma",67 [OVL_ADAPTOR_TYPE_ETHDR] = "ethdr",91 struct mtk_plane_pending_state *pending = &state->pending; in mtk_ovl_adaptor_layer_config()96 struct device *ethdr; in mtk_ovl_adaptor_layer_config() local97 const struct drm_format_info *fmt_info = drm_format_info(pending->format); in mtk_ovl_adaptor_layer_config()104 pending->enable, pending->format); in mtk_ovl_adaptor_layer_config()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only14 #include <linux/soc/mediatek/mtk-cmdq.h>15 #include <linux/soc/mediatek/mtk-mmsys.h>107 priv->vblank_cb = vblank_cb; in mtk_ethdr_register_vblank_cb()108 priv->vblank_cb_data = vblank_cb_data; in mtk_ethdr_register_vblank_cb()115 priv->vblank_cb = NULL; in mtk_ethdr_unregister_vblank_cb()116 priv->vblank_cb_data = NULL; in mtk_ethdr_unregister_vblank_cb()123 writel(MIX_FME_CPL_INTEN, priv->ethdr_comp[ETHDR_MIXER].regs + MIX_INTEN); in mtk_ethdr_enable_vblank()130 writel(0x0, priv->ethdr_comp[ETHDR_MIXER].regs + MIX_INTEN); in mtk_ethdr_disable_vblank()137 writel(0x0, priv->ethdr_comp[ETHDR_MIXER].regs + MIX_INTSTA); in mtk_ethdr_irq_handler()[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 /dts-v1/;8 #include <dt-bindings/clock/mt8195-clk.h>9 #include <dt-bindings/gce/mt8195-gce.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/memory/mt8195-memory-port.h>13 #include <dt-bindings/phy/phy.h>14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h>15 #include <dt-bindings/power/mt8195-power.h>[all …]