Home
last modified time | relevance | path

Searched +full:exynos5433 +full:- +full:decon (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/display/samsung/
H A Dsamsung,exynos5433-decon.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos5433
[all...]
H A Dsamsung,exynos5433-mic.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos5433-mic.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/linux/drivers/gpu/drm/exynos/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
29 bool "DECON on Exynos5433"
31 Choose this option if you want to use Exynos5433 DECON for DRM.
34 bool "DECON on Exynos7"
37 Choose this option if you want to use Exynos DECON fo
[all...]
H A Dregs-decon5433.h1 /* SPDX-License-Identifier: GPL-2.0-only */
9 /* Exynos543X DECON */
30 #define DECON_WxKEYCON0(n) (0x0230 + ((n - 1) * 8))
31 #define DECON_WxKEYCON1(n) (0x0234 + ((n - 1) * 8))
32 #define DECON_WxKEYALPHA(n) (0x0250 + ((n - 1) * 4))
37 #define DECON_BLENDERQx(n) (0x0300 + ((n - 1) * 4))
60 /* Exynos5430 DECON */
[all...]
H A Dexynos5433_drm_decon.c1 // SPDX-License-Identifier: GPL-2.0-only
29 #include "regs-decon5433.h"
99 val = (val & mask) | (readl(ctx->addr + reg) & ~mask); in decon_set_bits()
100 writel(val, ctx->addr + reg); in decon_set_bits()
105 struct decon_context *ctx = crtc->ctx; in decon_enable_vblank()
109 if (crtc->i80_mode) in decon_enable_vblank()
114 writel(val, ctx->add in decon_enable_vblank()
[all...]
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's Exynos5433 SoC device tree source
7 * Samsung's Exynos5433 SoC device nodes are listed in this file.
8 * Exynos5433 based board files can include this file and provide
12 * Exynos5433 SoC. As device tree coverage for Exynos5433 increases,
16 #include <dt-bindings/clock/exynos5433
949 decon: decon@13800000 { global() label
[all...]
H A Dexynos5433-tm2-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung Exynos5433 TM2 board device tree source
8 * which are based on Samsung Exynos5433 SoC.
11 /dts-v1/;
12 #include "exynos5433.dtsi"
13 #include <dt-bindings/clock/samsung,s2mps11.h>
14 #include <dt-bindings/gpio/gpio.h>
15 #include <dt-binding
[all...]
/linux/Documentation/devicetree/bindings/clock/
H A Dsamsung,exynos5433-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/samsung,exynos5433
[all...]