Skip to content

Commit 0a8d6d4

Browse files
committed
drm/xe: Select DRM_GPUSVM Kconfig
Xe depends on DRM_GPUSVM for SVM implementation, select it in Kconfig. v6: - Don't select DRM_GPUSVM if UML (CI) v7: - Only select DRM_GPUSVM if DEVICE_PRIVATE (CI) Signed-off-by: Matthew Brost <[email protected]> Reviewed-by: Himal Prasad Ghimiray <[email protected]> Reviewed-by: Thomas Hellström <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 99624bd commit 0a8d6d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xe/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ config DRM_XE
3939
select DRM_TTM_HELPER
4040
select DRM_EXEC
4141
select DRM_GPUVM
42+
select DRM_GPUSVM if !UML && DEVICE_PRIVATE
4243
select DRM_SCHED
4344
select MMU_NOTIFIER
4445
select WANT_DEV_COREDUMP

0 commit comments

Comments
 (0)