Skip to content

Commit 32fe00b

Browse files
committed
ti: dra7: etnaviv: 2d acceleration
Signed-off-by: Robert Nelson <[email protected]>
1 parent a3a6a98 commit 32fe00b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drivers/gpu/drm/etnaviv/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config DRM_ETNAVIV
33
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
44
depends on DRM
5-
depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
5+
depends on ARCH_MXC || ARCH_DOVE || ARCH_OMAP2PLUS || (ARM && COMPILE_TEST)
66
depends on MMU
77
select SHMEM
88
select SYNC_FILE

drivers/gpu/drm/etnaviv/etnaviv_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ static int etnaviv_pdev_remove(struct platform_device *pdev)
651651
static const struct of_device_id dt_match[] = {
652652
{ .compatible = "fsl,imx-gpu-subsystem" },
653653
{ .compatible = "marvell,dove-gpu-subsystem" },
654+
{ .compatible = "vivante,gc-gpu-subsystem"},
654655
{}
655656
};
656657
MODULE_DEVICE_TABLE(of, dt_match);

0 commit comments

Comments
 (0)