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
|
2017-12-01 22:00:41 +07:00
|
|
|
select THERMAL if DRM_ETNAVIV_THERMAL
|
2015-12-04 00:21:29 +07:00
|
|
|
select TMPFS
|
|
|
|
select WANT_DEV_COREDUMP
|
2017-07-14 20:54:06 +07:00
|
|
|
select CMA if HAVE_DMA_CONTIGUOUS
|
|
|
|
select DMA_CMA if HAVE_DMA_CONTIGUOUS
|
2017-12-05 00:41:58 +07:00
|
|
|
select DRM_SCHED
|
2015-12-04 00:21:29 +07:00
|
|
|
help
|
|
|
|
DRM driver for Vivante GPUs.
|
|
|
|
|
2017-12-01 22:00:41 +07: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.
|