2015-12-03 17:21:29 +00:00
|
|
|
|
|
|
|
config DRM_ETNAVIV
|
|
|
|
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
|
|
|
|
depends on DRM
|
2017-01-26 22:56:08 +00:00
|
|
|
depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
|
2017-01-11 13:33:35 +00:00
|
|
|
depends on MMU
|
2015-12-03 17:21:29 +00:00
|
|
|
select SHMEM
|
2017-03-02 15:05:45 +00:00
|
|
|
select SYNC_FILE
|
2017-12-01 15:00:41 +00:00
|
|
|
select THERMAL if DRM_ETNAVIV_THERMAL
|
2015-12-03 17:21:29 +00:00
|
|
|
select TMPFS
|
|
|
|
select WANT_DEV_COREDUMP
|
2017-07-14 13:54:06 +00:00
|
|
|
select CMA if HAVE_DMA_CONTIGUOUS
|
|
|
|
select DMA_CMA if HAVE_DMA_CONTIGUOUS
|
2017-12-04 17:41:58 +00:00
|
|
|
select DRM_SCHED
|
2015-12-03 17:21:29 +00:00
|
|
|
help
|
|
|
|
DRM driver for Vivante GPUs.
|
|
|
|
|
2017-12-01 15:00:41 +00:00
|
|
|
config DRM_ETNAVIV_THERMAL
|
|
|
|
bool "enable ETNAVIV thermal throttling"
|
|
|
|
depends on DRM_ETNAVIV
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Compile in support for thermal throttling.
|
|
|
|
Say Y unless you want to risk burning your SoC.
|