We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a6a98 commit 32fe00bCopy full SHA for 32fe00b
drivers/gpu/drm/etnaviv/Kconfig
@@ -2,7 +2,7 @@
2
config DRM_ETNAVIV
3
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
4
depends on DRM
5
- depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
+ depends on ARCH_MXC || ARCH_DOVE || ARCH_OMAP2PLUS || (ARM && COMPILE_TEST)
6
depends on MMU
7
select SHMEM
8
select SYNC_FILE
drivers/gpu/drm/etnaviv/etnaviv_drv.c
@@ -651,6 +651,7 @@ static int etnaviv_pdev_remove(struct platform_device *pdev)
651
static const struct of_device_id dt_match[] = {
652
{ .compatible = "fsl,imx-gpu-subsystem" },
653
{ .compatible = "marvell,dove-gpu-subsystem" },
654
+ { .compatible = "vivante,gc-gpu-subsystem"},
655
{}
656
};
657
MODULE_DEVICE_TABLE(of, dt_match);
0 commit comments