2015-12-04 01:21:29 +08:00
|
|
|
|
|
|
|
config DRM_ETNAVIV
|
|
|
|
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
|
|
|
|
depends on DRM
|
2017-01-27 06:56:08 +08:00
|
|
|
depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
|
2017-01-11 21:33:35 +08:00
|
|
|
depends on MMU
|
2015-12-04 01:21:29 +08:00
|
|
|
select SHMEM
|
2017-03-02 23:05:45 +08:00
|
|
|
select SYNC_FILE
|
2015-12-04 01:21:29 +08:00
|
|
|
select TMPFS
|
|
|
|
select WANT_DEV_COREDUMP
|
2017-07-14 21:54:06 +08:00
|
|
|
select CMA if HAVE_DMA_CONTIGUOUS
|
|
|
|
select DMA_CMA if HAVE_DMA_CONTIGUOUS
|
2015-12-04 01:21:29 +08:00
|
|
|
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.
|