Home
last modified time | relevance | path

Searched +full:mt8183 +full:- +full:disp +full:- +full:ccorr (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,ccorr.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,ccorr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chun-Kuang Hu <chunkuang.hu@kernel.org>
11 - Philipp Zabel <p.zabel@pengutronix.de>
14 Mediatek display color correction, namely CCORR, reproduces correct color
16 CCORR device node must be siblings to the central MMSYS_CONFIG node.
24 - items:
25 - const: mediatek,mt8183-disp-ccorr
[all …]
/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_disp_ccorr.c1 // SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/soc/mediatek/mtk-cmdq.h>
37 * struct mtk_disp_ccorr - DISP_CCORR driver structure
38 * @ddp_comp - structure containing type enum and hardware resources
39 * @crtc - associated crtc to report irq events to
50 struct mtk_disp_ccorr *ccorr = dev_get_drvdata(dev); in mtk_ccorr_clk_enable() local
52 return clk_prepare_enable(ccorr->clk); in mtk_ccorr_clk_enable()
57 struct mtk_disp_ccorr *ccorr = dev_get_drvdata(dev); in mtk_ccorr_clk_disable() local
59 clk_disable_unprepare(ccorr->clk); in mtk_ccorr_clk_disable()
66 struct mtk_disp_ccorr *ccorr = dev_get_drvdata(dev); in mtk_ccorr_config() local
[all …]
Dmtk_drm_drv.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/clk-provider.h>
15 #include <linux/dma-mapping.h>
51 if (info->num_planes != 1) in mtk_drm_mode_fb_create()
52 return ERR_PTR(-EINVAL); in mtk_drm_mode_fb_create()
347 struct mtk_drm_private *private = drm->dev_private; in mtk_drm_kms_init()
354 return -ENODEV; in mtk_drm_kms_init()
357 return -EPROBE_DEFER; in mtk_drm_kms_init()
359 pdev = of_find_device_by_node(private->mutex_node); in mtk_drm_kms_init()
361 dev_err(drm->dev, "Waiting for disp-mutex device %pOF\n", in mtk_drm_kms_init()
[all …]
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt8183.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/clock/mt8183-clk.h>
9 #include <dt-bindings/gce/mt8183-gce.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/memory/mt8183-larb-port.h>
13 #include <dt-bindings/power/mt8183-power.h>
14 #include <dt-bindings/reset/mt8183-resets.h>
15 #include <dt-bindings/phy/phy.h>
16 #include <dt-bindings/thermal/thermal.h>
[all …]
Dmt8192.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
8 #include <dt-bindings/clock/mt8192-clk.h>
9 #include <dt-bindings/gce/mt8192-gce.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/memory/mt8192-larb-port.h>
13 #include <dt-bindings/pinctrl/mt8192-pinfunc.h>
14 #include <dt-bindings/phy/phy.h>
15 #include <dt-bindings/power/mt8192-power.h>
[all …]
Dmt8195.dtsi1 // 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 …]