Searched +full:exynos5250 +full:- +full:gsc (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/media/ |
H A D | samsung,exynos5250-gsc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/media/samsung,exynos5250-gsc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung Exynos SoC G-Scaler 10 - Inki Dae <inki.dae@samsung.com> 11 - Krzysztof Kozlowski <krzk@kernel.org> 12 - Seung-Woo Kim <sw0312.kim@samsung.com 15 G-Scaler is used for scaling and color space conversion on Samsung Exynos 18 Each G-Scaler node should have a numbered alias in the aliases node, in the [all …]
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Samsung Exynos5250 SoC device tree source 8 * Samsung Exynos5250 SoC device nodes are listed in this file. 9 * Exynos5250 based board files can include this file and provide 13 * Exynos5250 SoC. As device tree coverage for Exynos5250 increases, 17 #include <dt-bindings/clock/exynos5250.h> 19 #include "exynos4-cpu-thermal.dtsi" 20 #include <dt-bindings/clock/exynos-audss-clk.h> 23 compatible = "samsung,exynos5250", "samsung,exynos5"; 46 #address-cells = <1>; [all …]
|
H A D | exynos5420.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 14 #include <dt-bindings/clock/exynos5420.h> 15 #include <dt-bindings/clock/exynos-audss-clk.h> 16 #include <dt-bindings/interrupt-controller/arm-gic.h> 37 bus_disp1: bus-disp1 { 38 compatible = "samsung,exynos-bus"; 40 clock-names = "bus"; 44 bus_disp1_fimd: bus-disp1-fimd { 45 compatible = "samsung,exynos-bus"; 47 clock-names = "bus"; [all …]
|
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. 6 * Samsung EXYNOS5 SoC series G-Scaler driver 23 #include <media/v4l2-ioctl.h> 25 #include "gsc-core.h" 218 if (pixelformat && fmt->pixelformat == *pixelformat) in find_fmt() 220 if (mbus_code && fmt->mbus_code == *mbus_code) in find_fmt() 231 frame->f_width = width; in gsc_set_frame_size() 232 frame->f_height = height; in gsc_set_frame_size() 233 frame->crop.width = width; in gsc_set_frame_size() [all …]
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gsc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 26 #include "regs-gsc.h" 29 * GSC stands for General SCaler and 33 * GSC supports image rotation and image effect functions. 65 #define gsc_read(offset) readl(ctx->regs + (offset)) 66 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) 88 * A structure of gsc context. 91 * @gsc_clk: gsc gate clock. 93 * @id: gsc id. 117 * struct gsc_driverdata - per device type driver data for init time. [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|