Searched +full:mt8173 +full:- +full:disp +full:- +full:od (Results 1 – 3 of 3) 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,od.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 overdrive, namely OD, increases the transition values16 OD device node must be siblings to the central MMSYS_CONFIG node.24 - items:25 - const: mediatek,mt2712-disp-od[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 #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 …]
1 // SPDX-License-Identifier: GPL-2.0-only7 #include <dt-bindings/clock/mt8173-clk.h>8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/memory/mt8173-larb-port.h>11 #include <dt-bindings/phy/phy.h>12 #include <dt-bindings/power/mt8173-power.h>13 #include <dt-bindings/reset/mt8173-resets.h>14 #include <dt-bindings/gce/mt8173-gce.h>15 #include <dt-bindings/thermal/thermal.h>[all …]