The etnaviv authors | a8c21a5 | 2015-12-03 18:21:29 +0100 | [diff] [blame] | 1 | |
| 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 |
| 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 | |
| 14 | config 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. |