Searched +full:s5pv210 +full:- +full:g2d (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/gpu/samsung-g2d.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Inki Dae <inki.dae@samsung.com>15 - samsung,s5pv210-g2d # in S5PV210 & Exynos4210 SoC16 - samsung,exynos4212-g2d # in Exynos4x12 SoCs17 - samsung,exynos5250-g2d26 clock-names: {}28 power-domains: {}[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung's S5PV210 SoC device tree source5 * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd.10 * Samsung's S5PV210 SoC device nodes are listed in this file. S5PV21015 * S5PV210 SoC. As device tree coverage for S5PV210 increases, additional19 #include <dt-bindings/clock/s5pv210.h>20 #include <dt-bindings/clock/s5pv210-audss.h>23 #address-cells = <1>;24 #size-cells = <1>;45 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.7 * Copyright (c) 2010-2011 Linaro Ltd.20 #include "exynos4-cpu-thermal.dtsi"32 #address-cells = <1>;33 #size-cells = <0>;37 compatible = "arm,cortex-a9";40 clock-names = "cpu";41 clock-latency = <160000>;43 operating-points = <[all …]
1 // SPDX-License-Identifier: GPL-2.017 #include <dt-bindings/clock/exynos5250.h>19 #include "exynos4-cpu-thermal.dtsi"20 #include <dt-bindings/clock/exynos-audss-clk.h>50 #address-cells = <1>;51 #size-cells = <0>;55 compatible = "arm,cortex-a15";58 clock-names = "cpu";59 operating-points-v2 = <&cpu0_opp_table>;60 #cooling-cells = <2>; /* min followed by max */[all …]
1 // SPDX-License-Identifier: GPL-2.014 #include <dt-bindings/clock/exynos5420.h>15 #include <dt-bindings/clock/exynos-audss-clk.h>16 #include <dt-bindings/interrupt-controller/arm-gic.h>42 * by exynos5420-cpus.dtsi or exynos5422-cpus.dtsi.46 compatible = "operating-points-v2";47 opp-shared;49 opp-1800000000 {50 opp-hz = /bits/ 64 <1800000000>;51 opp-microvolt = <1250000 1250000 1500000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Samsung S5P G2D - 2D Graphics Accelerator Driver19 #include <media/v4l2-mem2mem.h>20 #include <media/v4l2-device.h>21 #include <media/v4l2-ioctl.h>22 #include <media/videobuf2-v4l2.h>23 #include <media/videobuf2-dma-contig.h>25 #include "g2d.h"26 #include "g2d-regs.h"75 if (formats[i].fourcc == f->fmt.pix.pixelformat) in find_fmt()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 * Common Clock Framework support for all S5PC110/S5PV210 SoCs.11 #include <linux/clk-provider.h>16 #include "clk-pll.h"18 #include <dt-bindings/clock/s5pv210.h>20 /* S5PC110/S5PV210 clock controller register offsets */66 /* IDs of PLLs available on S5PV210/S5P6442 SoCs */386 /* S5PV210-specific clock muxes. */431 /* S5P6442-specific clock muxes. */463 /* S5PV210-specific fixed rate clocks generated inside the SoC. */[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]