aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2015-03-31 11:36:59 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-04-13 11:17:58 -0400
commitc6a1fc725a847b75be9bd0d1e91d0e1c529ad93f (patch)
tree0647fa9f43b3562ec4a9ea6b750e5b14950c7d78 /drivers/gpu/drm/radeon
parent1957d6bed15fd7635c2867f7c21c17e6baa9a672 (diff)
drm/radeon: add userptr config option
This allows selecting CONFIG_MMU_NOTIFIER if it isn't already selected. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-rw-r--r--drivers/gpu/drm/radeon/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/Kconfig b/drivers/gpu/drm/radeon/Kconfig
index 970f8e92dbb7..421ae130809b 100644
--- a/drivers/gpu/drm/radeon/Kconfig
+++ b/drivers/gpu/drm/radeon/Kconfig
@@ -1,3 +1,11 @@
1config DRM_RADEON_USERPTR
2 bool "Always enable userptr support"
3 depends on DRM_RADEON
4 select MMU_NOTIFIER
5 help
6 This option selects CONFIG_MMU_NOTIFIER if it isn't already
7 selected to enabled full userptr support.
8
1config DRM_RADEON_UMS 9config DRM_RADEON_UMS
2 bool "Enable userspace modesetting on radeon (DEPRECATED)" 10 bool "Enable userspace modesetting on radeon (DEPRECATED)"
3 depends on DRM_RADEON 11 depends on DRM_RADEON