2015-03-31 23:36:59 +08:00
|
|
|
config DRM_RADEON_USERPTR
|
|
|
|
bool "Always enable userptr support"
|
|
|
|
depends on DRM_RADEON
|
|
|
|
select MMU_NOTIFIER
|
|
|
|
help
|
|
|
|
This option selects CONFIG_MMU_NOTIFIER if it isn't already
|
|
|
|
selected to enabled full userptr support.
|
|
|
|
|
2013-01-21 20:58:46 +08:00
|
|
|
config DRM_RADEON_UMS
|
|
|
|
bool "Enable userspace modesetting on radeon (DEPRECATED)"
|
2009-06-05 20:42:42 +08:00
|
|
|
depends on DRM_RADEON
|
|
|
|
help
|
2013-01-21 20:58:46 +08:00
|
|
|
Choose this option if you still need userspace modesetting.
|
2010-02-05 17:02:24 +08:00
|
|
|
|
2013-01-21 20:58:46 +08:00
|
|
|
Userspace modesetting is deprecated for quite some time now, so
|
|
|
|
enable this only if you have ancient versions of the DDX drivers.
|