mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
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>
This commit is contained in:
parent
1957d6bed1
commit
c6a1fc725a
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
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.
|
||||||
|
|
||||||
config DRM_RADEON_UMS
|
config DRM_RADEON_UMS
|
||||||
bool "Enable userspace modesetting on radeon (DEPRECATED)"
|
bool "Enable userspace modesetting on radeon (DEPRECATED)"
|
||||||
depends on DRM_RADEON
|
depends on DRM_RADEON
|
||||||
|
|
Loading…
Reference in a new issue