/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 264 static inline void g2d_hw_reset(struct g2d_data *g2d) in g2d_hw_reset() argument 266 writel(G2D_R | G2D_SFRCLEAR, g2d->regs + G2D_SOFT_RESET); in g2d_hw_reset() 267 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_hw_reset() 270 static int g2d_init_cmdlist(struct g2d_data *g2d) in g2d_init_cmdlist() argument 272 struct device *dev = g2d->dev; in g2d_init_cmdlist() 278 g2d->cmdlist_dma_attrs = DMA_ATTR_WRITE_COMBINE; in g2d_init_cmdlist() 280 g2d->cmdlist_pool_virt = dma_alloc_attrs(to_dma_dev(g2d->drm_dev), in g2d_init_cmdlist() 282 &g2d->cmdlist_pool, GFP_KERNEL, in g2d_init_cmdlist() 283 g2d->cmdlist_dma_attrs); in g2d_init_cmdlist() 284 if (!g2d->cmdlist_pool_virt) { in g2d_init_cmdlist() [all …]
|
H A D | Kconfig | 94 bool "G2D" 97 Choose this option if you want to use Exynos G2D for DRM.
|
/openbmc/linux/Documentation/devicetree/bindings/gpu/ |
H A D | samsung-g2d.yaml | 4 $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";
|
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | Makefile | 2 s5p-g2d-objs := g2d.o g2d-hw.o 4 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d.o
|
H A D | g2d-hw.c | 3 * 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 D | Kconfig | 2 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver" 9 This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
|
H A D | g2d.c | 3 * Samsung S5P G2D - 2D Graphics Accelerator Driver 25 #include "g2d.h" 26 #include "g2d-regs.h" 643 dev_err(&pdev->dev, "failed to get g2d clock\n"); in g2d_probe() 649 dev_err(&pdev->dev, "failed to prepare g2d clock\n"); in g2d_probe() 655 dev_err(&pdev->dev, "failed to get g2d clock gate\n"); in g2d_probe() 662 dev_err(&pdev->dev, "failed to prepare g2d clock gate\n"); in g2d_probe() 768 .compatible = "samsung,s5pv210-g2d", 771 .compatible = "samsung,exynos4212-g2d", 790 MODULE_DESCRIPTION("S5P G2D 2d graphics accelerator driver");
|
H A D | g2d.h | 3 * Samsung S5P G2D - 2D Graphics Accelerator Driver 13 #define G2D_NAME "s5p-g2d"
|
H A D | g2d-regs.h | 3 * Samsung S5P G2D - 2D Graphics Accelerator Driver
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | samsung,sysmmu.yaml | 29 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
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5.dtsi | 223 g2d: g2d@10850000 { label 224 compatible = "samsung,exynos5250-g2d";
|
H A D | exynos4210.dtsi | 333 g2d: g2d@12800000 { label 334 compatible = "samsung,s5pv210-g2d";
|
H A D | s5pv210.dtsi | 508 g2d: g2d@fa000000 { label 509 compatible = "samsung,s5pv210-g2d";
|
H A D | exynos4x12.dtsi | 329 g2d: g2d@10800000 { label 330 compatible = "samsung,exynos4212-g2d";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos4x12.dtsi | 97 g2d@10800000 { 98 compatible = "samsung,exynos4212-g2d";
|
H A D | exynos4210.dtsi | 112 g2d@12800000 { 113 compatible = "samsung,s5pv210-g2d";
|
/openbmc/linux/drivers/media/platform/samsung/ |
H A D | Makefile | 5 obj-y += s5p-g2d/
|
H A D | Kconfig | 8 source "drivers/media/platform/samsung/s5p-g2d/Kconfig"
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | platform-cardlist.rst | 56 s5p-g2d Samsung S5P and EXYNOS4 G2D 2d graphics accelerator
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | samsung,exynos5433-clock.yaml | 27 # IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS domains and bus 41 - samsung,exynos5433-cmu-g2d 179 const: samsung,exynos5433-cmu-g2d
|
H A D | samsung,exynos5260-clock.yaml | 54 - samsung,exynos5260-clock-g2d 173 const: samsung,exynos5260-clock-g2d
|
/openbmc/linux/drivers/media/platform/st/stm32/dma2d/ |
H A D | dma2d.h | 8 * based on s5p-g2d
|
H A D | dma2d-regs.h | 8 * based on s5p-g2d
|
/openbmc/linux/include/uapi/drm/ |
H A D | exynos_drm.h | 129 /* for g2d event */ 357 /* G2D */
|
/openbmc/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | samsung,exynos-bus.yaml | 132 |--- G2D 147 VDD_INT |--- G2D (parent device)
|