2015-03-31 22:36:59 +07: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 19:58:46 +07:00
|
|
|
config DRM_RADEON_UMS
|
|
|
|
bool "Enable userspace modesetting on radeon (DEPRECATED)"
|
2009-06-05 19:42:42 +07:00
|
|
|
depends on DRM_RADEON
|
|
|
|
help
|
2013-01-21 19:58:46 +07:00
|
|
|
Choose this option if you still need userspace modesetting.
|
2010-02-05 16:02:24 +07:00
|
|
|
|
2013-01-21 19:58:46 +07:00
|
|
|
Userspace modesetting is deprecated for quite some time now, so
|
|
|
|
enable this only if you have ancient versions of the DDX drivers.
|