summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Kconfig')
-rw-r--r--drivers/gpu/nvgpu/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig
index ca1db973..ac0fa261 100644
--- a/drivers/gpu/nvgpu/Kconfig
+++ b/drivers/gpu/nvgpu/Kconfig
@@ -135,3 +135,14 @@ config NVGPU_SUPPORT_CDE
135 default y 135 default y
136 help 136 help
137 Enable support for extraction of comptags for CDE. 137 Enable support for extraction of comptags for CDE.
138
139config NVGPU_USE_TEGRA_ALLOC_FD
140 bool "Use tegra_alloc_fd() for allocating dma_buf fds for vidmem"
141 depends on GK20A && GK20A_VIDMEM
142 default y
143 help
144 Use tegra_alloc_fd() for allocating dma_buf fds. This allocates
145 the fds above 1024 which exempts them from counting against process
146 fd limit.
147
148 It is only available in Tegra kernel.