Searched refs:g2d (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | exynos_drm_g2d.c | 261 static inline void g2d_hw_reset(struct g2d_data *g2d) in g2d_hw_reset() argument 263 writel(G2D_R | G2D_SFRCLEAR, g2d->regs + G2D_SOFT_RESET); in g2d_hw_reset() 264 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_hw_reset() 267 static int g2d_init_cmdlist(struct g2d_data *g2d) in g2d_init_cmdlist() argument 269 struct device *dev = g2d->dev; in g2d_init_cmdlist() 275 g2d->cmdlist_dma_attrs = DMA_ATTR_WRITE_COMBINE; in g2d_init_cmdlist() 277 g2d->cmdlist_pool_virt = dma_alloc_attrs(to_dma_dev(g2d->drm_dev), in g2d_init_cmdlist() 279 &g2d->cmdlist_pool, GFP_KERNEL, in g2d_init_cmdlist() 280 g2d->cmdlist_dma_attrs); in g2d_init_cmdlist() 281 if (!g2d->cmdlist_pool_virt) { in g2d_init_cmdlist() [all …]
|
/Linux-v5.4/drivers/media/platform/s5p-g2d/ |
D | Makefile | 2 s5p-g2d-objs := g2d.o g2d-hw.o 4 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d.o
|
/Linux-v5.4/Documentation/devicetree/bindings/gpu/ |
D | samsung-g2d.txt | 5 (a) "samsung,s5pv210-g2d" for G2D IP present in S5PV210 & Exynos4210 SoC 6 (b) "samsung,exynos4212-g2d" for G2D IP present in Exynos4x12 SoCs 7 (c) "samsung,exynos5250-g2d" for G2D IP present in Exynos5250 SoC 21 g2d@12800000 { 22 compatible = "samsung,s5pv210-g2d";
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | exynos5.dtsi | 223 g2d: g2d@10850000 { label 224 compatible = "samsung,exynos5250-g2d";
|
D | exynos4210.dtsi | 168 g2d: g2d@12800000 { label 169 compatible = "samsung,s5pv210-g2d";
|
D | s5pv210.dtsi | 536 g2d: g2d@fa000000 { label 537 compatible = "samsung,s5pv210-g2d";
|
D | exynos4412.dtsi | 289 g2d: g2d@10800000 { label 290 compatible = "samsung,exynos4212-g2d";
|
D | exynos5260.dtsi | 111 compatible = "samsung,exynos5260-clock-g2d";
|
D | atlas7.dtsi | 1932 g2d@17010000 { 1933 compatible = "sirf, atlas7-g2d";
|
D | exynos5250.dtsi | 1157 &g2d {
|
D | exynos5420.dtsi | 1386 &g2d {
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | exynos5260-clock.txt | 56 5) "samsung,exynos5260-clock-g2d" 108 Input clocks for g2d clock controller:
|
D | exynos5433-clock.txt | 22 - "samsung,exynos5433-cmu-g2d" - clock controller compatible for CMU_G2D 93 Input clocks for g2d clock controller: 276 compatible = "samsung,exynos5433-cmu-g2d";
|
/Linux-v5.4/drivers/media/platform/ |
D | Makefile | 44 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d/
|
/Linux-v5.4/arch/arm64/boot/dts/exynos/ |
D | exynos5433.dtsi | 396 compatible = "samsung,exynos5433-cmu-g2d";
|
/Linux-v5.4/ |
D | MAINTAINERS | 2253 F: drivers/media/platform/s5p-g2d/
|