diff options
Diffstat (limited to 'drivers/video/tegra/Kconfig')
-rw-r--r-- | drivers/video/tegra/Kconfig | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig index b5540a5793b2..68cf54264403 100644 --- a/drivers/video/tegra/Kconfig +++ b/drivers/video/tegra/Kconfig @@ -119,7 +119,7 @@ config NVMAP_PAGE_POOL_SIZE default 0x0 config NVMAP_CACHE_MAINT_BY_SET_WAYS - bool "Enalbe cache maintenance by set/ways" + bool "Enable cache maintenance by set/ways" depends on TEGRA_NVMAP help Say Y here to reduce cache maintenance overhead by MVA. @@ -127,6 +127,14 @@ config NVMAP_CACHE_MAINT_BY_SET_WAYS where inner cache includes only L1. For the systems, where inner cache includes L1 and L2, keep this option disabled. +config NVMAP_OUTER_CACHE_MAINT_BY_SET_WAYS + bool "Enable outer cache maintenance by set/ways" + depends on TEGRA_NVMAP + help + Say Y here if you want to optimize cache maintenance for ranges + bigger than size of outer cache. This option has no effect on + system without outer cache. + config NVMAP_VPR bool "Enable VPR Heap." depends on TEGRA_NVMAP @@ -135,6 +143,15 @@ config NVMAP_VPR Say Y here to enable Video Protection Region(VPR) heap. if unsure, say N. +config NVMAP_FORCE_ZEROED_USER_PAGES + bool "Only alloc zeroed pages for user space" + depends on TEGRA_NVMAP + help + Say Y here to force zeroing of pages allocated for user space. This + avoids leaking kernel secure data to user space. This can add + significant overhead to allocation operations depending on the + allocation size requested. + config TEGRA_DSI bool "Enable DSI panel." default n |