Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6a1fc72 authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/radeon: add userptr config option



This allows selecting CONFIG_MMU_NOTIFIER if it isn't already selected.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1957d6be
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
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
	bool "Enable userspace modesetting on radeon (DEPRECATED)"
	depends on DRM_RADEON