Home
last modified time | relevance | path

Searched full:g2d (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c262 static inline void g2d_hw_reset(struct g2d_data *g2d) in g2d_hw_reset() argument
264 writel(G2D_R | G2D_SFRCLEAR, g2d->regs + G2D_SOFT_RESET); in g2d_hw_reset()
265 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_hw_reset()
268 static int g2d_init_cmdlist(struct g2d_data *g2d) in g2d_init_cmdlist() argument
270 struct device *dev = g2d->dev; in g2d_init_cmdlist()
276 g2d->cmdlist_dma_attrs = DMA_ATTR_WRITE_COMBINE; in g2d_init_cmdlist()
278 g2d->cmdlist_pool_virt = dma_alloc_attrs(to_dma_dev(g2d->drm_dev), in g2d_init_cmdlist()
280 &g2d->cmdlist_pool, GFP_KERNEL, in g2d_init_cmdlist()
281 g2d->cmdlist_dma_attrs); in g2d_init_cmdlist()
282 if (!g2d->cmdlist_pool_virt) { in g2d_init_cmdlist()
[all …]
H A DKconfig90 bool "G2D"
94 Choose this option if you want to use Exynos G2D for DRM.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpu/
H A Dsamsung-g2d.yaml4 $id: http://devicetree.org/schemas/gpu/samsung-g2d.yaml#
15 - samsung,s5pv210-g2d # in S5PV210 & Exynos4210 SoC
16 - samsung,exynos4212-g2d # in Exynos4x12 SoCs
17 - samsung,exynos5250-g2d
34 const: samsung,exynos5250-g2d
67 g2d@12800000 {
68 compatible = "samsung,s5pv210-g2d";
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A DMakefile2 s5p-g2d-objs := g2d.o g2d-hw.o
4 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d.o
H A Dg2d-hw.c3 * Samsung S5P G2D - 2D Graphics Accelerator Driver
11 #include "g2d.h"
12 #include "g2d-regs.h"
17 /* g2d_reset clears all g2d registers */
106 /* Start G2D engine */ in g2d_start()
H A Dg2d.c3 * Samsung S5P G2D - 2D Graphics Accelerator Driver
25 #include "g2d.h"
26 #include "g2d-regs.h"
646 dev_err(&pdev->dev, "failed to get g2d clock\n"); in g2d_probe()
652 dev_err(&pdev->dev, "failed to prepare g2d clock\n"); in g2d_probe()
658 dev_err(&pdev->dev, "failed to get g2d clock gate\n"); in g2d_probe()
665 dev_err(&pdev->dev, "failed to prepare g2d clock gate\n"); in g2d_probe()
775 .compatible = "samsung,s5pv210-g2d",
778 .compatible = "samsung,exynos4212-g2d",
797 MODULE_DESCRIPTION("S5P G2D 2d graphics accelerator driver");
H A Dg2d.h3 * Samsung S5P G2D - 2D Graphics Accelerator Driver
13 #define G2D_NAME "s5p-g2d"
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-g2d/
H A DConfig.in1 comment "imx-gpu-g2d needs a glibc toolchain with armhf enabled"
5 comment "imx-gpu-g2d needs a glibc toolchain"
10 bool "imx-gpu-g2d"
27 Copy the Vivante G2D examples to the target.
H A Dimx-gpu-g2d.mk3 # imx-gpu-g2d
13 IMX_GPU_G2D_SOURCE = imx-gpu-g2d-$(IMX_GPU_G2D_VERSION).bin
26 cp -a $(@D)/g2d/usr/* $(STAGING_DIR)/usr
38 cp -a $(@D)/g2d/usr/lib $(TARGET_DIR)/usr
H A Dimx-gpu-g2d.hash2 sha256 39fe307916e19a0892a514621121086e276a43858af90230372a1344852116a2 imx-gpu-g2d-6.4.3.p2.0-ar…
3 sha256 2642a49e088daae4cf568a150d01e7c095995e8a6ff1883c02c3fa6d26d254b3 imx-gpu-g2d-6.4.3.p2.0-aa…
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-imx/
H A Dgst1-imx.mk38 GST1_IMX_DEPENDENCIES += imx-gpu-g2d
58 # There's no --enable-g2d option
60 GST1_IMX_CONF_OPTS += --disable-g2d
H A DConfig.in34 comment "imxg2d needs the G2D libraries"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dexynos5433-clock.txt10 which generates clocks for IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS
22 - "samsung,exynos5433-cmu-g2d" - clock controller compatible for CMU_G2D
23 which generates clocks for G2D/MDMA IPs.
93 Input clocks for g2d clock controller:
276 compatible = "samsung,exynos5433-cmu-g2d";
H A Dexynos5260-clock.txt56 5) "samsung,exynos5260-clock-g2d"
108 Input clocks for g2d clock controller:
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5.dtsi223 g2d: g2d@10850000 { label
224 compatible = "samsung,exynos5250-g2d";
H A Dexynos4210.dtsi161 g2d: g2d@12800000 { label
162 compatible = "samsung,s5pv210-g2d";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dexynos4x12.dtsi94 g2d@10800000 {
95 compatible = "samsung,exynos4212-g2d";
H A Dexynos4210.dtsi118 g2d@12800000 {
119 compatible = "samsung,s5pv210-g2d";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/
H A Dsamsung,sysmmu.yaml29 MFC in all Exynos SoCs and FIMD, M2M Scalers and G2D in Exynos5420 has 2 System
34 * M2M Scalers and G2D in Exynos5420 has one System MMU on the read channel and
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dplatform-cardlist.rst57 s5p-g2d Samsung S5P and EXYNOS4 G2D 2d graphics accelerator
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx-viv/
H A DConfig.in40 comment "xf86-video-imx-viv depends on imx-gpu-g2d"
H A Dxdriver_xf86-video-imx-viv.mk10 XDRIVER_XF86_VIDEO_IMX_VIV_DEPENDENCIES = imx-gpu-viv imx-gpu-g2d xserver_xorg-server \
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dexynos_drm.h129 /* for g2d event */
357 /* G2D */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dexynos_drm.h129 /* for g2d event */
357 /* G2D */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dexynos_drm.h129 /* for g2d event */
357 /* G2D */

12