Searched refs:g2d (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_g2d.c | 250 static int g2d_init_cmdlist(struct g2d_data *g2d) in g2d_init_cmdlist() argument 252 struct device *dev = g2d->dev; in g2d_init_cmdlist() 253 struct g2d_cmdlist_node *node = g2d->cmdlist_node; in g2d_init_cmdlist() 254 struct exynos_drm_subdrv *subdrv = &g2d->subdrv; in g2d_init_cmdlist() 259 init_dma_attrs(&g2d->cmdlist_dma_attrs); in g2d_init_cmdlist() 260 dma_set_attr(DMA_ATTR_WRITE_COMBINE, &g2d->cmdlist_dma_attrs); in g2d_init_cmdlist() 262 g2d->cmdlist_pool_virt = dma_alloc_attrs(subdrv->drm_dev->dev, in g2d_init_cmdlist() 264 &g2d->cmdlist_pool, GFP_KERNEL, in g2d_init_cmdlist() 265 &g2d->cmdlist_dma_attrs); in g2d_init_cmdlist() 266 if (!g2d->cmdlist_pool_virt) { in g2d_init_cmdlist() [all …]
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | Makefile | 1 s5p-g2d-objs := g2d.o g2d-hw.o 3 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d.o
|
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/ |
D | exynos4210.dtsi | 182 g2d: g2d@12800000 { label 183 compatible = "samsung,s5pv210-g2d";
|
D | exynos4x12.dtsi | 112 g2d: g2d@10800000 { label 113 compatible = "samsung,exynos4212-g2d";
|
D | exynos4412-smdk4412.dts | 44 &g2d {
|
D | s5pv210.dtsi | 524 g2d: g2d@fa000000 { label 525 compatible = "samsung,s5pv210-g2d";
|
D | exynos4210-smdkv310.dts | 47 &g2d {
|
D | exynos4210-origen.dts | 141 &g2d {
|
D | exynos5260.dtsi | 108 compatible = "samsung,exynos5260-clock-g2d";
|
D | exynos4412-odroid-common.dtsi | 180 &g2d {
|
D | exynos4412-origen.dts | 92 &g2d {
|
D | exynos5250.dtsi | 252 g2d@10850000 { 253 compatible = "samsung,exynos5250-g2d";
|
D | atlas7.dtsi | 1934 g2d@17010000 { 1935 compatible = "sirf, atlas7-g2d";
|
/linux-4.4.14/drivers/media/platform/ |
D | Makefile | 34 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d/
|
/linux-4.4.14/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 91 Input clocks for g2d clock controller: 259 compatible = "samsung,exynos5433-cmu-g2d";
|
/linux-4.4.14/arch/arm/mach-w90x900/ |
D | cpu.c | 66 static DEFINE_CLK(g2d, 10);
|
/linux-4.4.14/ |
D | MAINTAINERS | 1488 F: drivers/media/platform/s5p-g2d/
|