blob: 2cde7a5442fb3f10e1aa02634aa61de41c30fc71 [file] [log] [blame]
The etnaviv authorsa8c21a52015-12-03 18:21:29 +01001
2config DRM_ETNAVIV
3 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
4 depends on DRM
5 depends on ARCH_MXC || ARCH_DOVE
6 select SHMEM
7 select TMPFS
8 select IOMMU_API
9 select IOMMU_SUPPORT
10 select WANT_DEV_COREDUMP
11 help
12 DRM driver for Vivante GPUs.
13
14config DRM_ETNAVIV_REGISTER_LOGGING
15 bool "enable ETNAVIV register logging"
16 depends on DRM_ETNAVIV
17 help
18 Compile in support for logging register reads/writes in a format
19 that can be parsed by envytools demsm tool. If enabled, register
20 logging can be switched on via etnaviv.reglog=y module param.