2015-12-04 00:21:29 +07:00
|
|
|
|
|
|
|
config DRM_ETNAVIV
|
|
|
|
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
|
|
|
|
depends on DRM
|
2017-01-27 05:56:08 +07:00
|
|
|
depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
|
2017-01-11 20:33:35 +07:00
|
|
|
depends on MMU
|
2015-12-04 00:21:29 +07:00
|
|
|
select SHMEM
|
2017-03-02 22:05:45 +07:00
|
|
|
select SYNC_FILE
|
2015-12-04 00:21:29 +07:00
|
|
|
select TMPFS
|
|
|
|
select IOMMU_API
|
|
|
|
select IOMMU_SUPPORT
|
|
|
|
select WANT_DEV_COREDUMP
|
|
|
|
help
|
|
|
|
DRM driver for Vivante GPUs.
|
|
|
|
|
|
|
|
config DRM_ETNAVIV_REGISTER_LOGGING
|
|
|
|
bool "enable ETNAVIV register logging"
|
|
|
|
depends on DRM_ETNAVIV
|
|
|
|
help
|
|
|
|
Compile in support for logging register reads/writes in a format
|
|
|
|
that can be parsed by envytools demsm tool. If enabled, register
|
|
|
|
logging can be switched on via etnaviv.reglog=y module param.
|