amdgpu: Enable DRM_AMDGPU_USERPTR on all architectures

I missed this when enabling amdgpu on arm64.

Also move the explicit disabling of DRM_AMDGPU_CIK to the top level
config.
This commit is contained in:
Ben Hutchings 2017-11-16 18:44:33 +00:00
parent 2cc01f34ce
commit e81177b8a9
3 changed files with 3 additions and 6 deletions

1
debian/changelog vendored
View File

@ -135,6 +135,7 @@ linux (4.13.13-1) UNRELEASED; urgency=medium
* nftables: Enable NFT_RT, NFT_SET_BITMAP, NFT_OBJREF as modules
(Closes: #881931)
* [powerpc*/*64*] drm: Enable DRM_AMDGPU as module (Closes: #881593)
* amdgpu: Enable DRM_AMDGPU_USERPTR on all architectures
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 04 Nov 2017 09:54:41 +0100

View File

@ -616,6 +616,8 @@ CONFIG_DRM_SAVAGE=m
## file: drivers/gpu/drm/amd/amdgpu/Kconfig
##
# CONFIG_DRM_AMDGPU_SI is not set
# CONFIG_DRM_AMDGPU_CIK is not set
CONFIG_DRM_AMDGPU_USERPTR=y
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
##

View File

@ -502,12 +502,6 @@ CONFIG_DRM_SIS=m
##
CONFIG_DRM_AMD_ACP=y
##
## file: drivers/gpu/drm/amd/amdgpu/Kconfig
##
# CONFIG_DRM_AMDGPU_CIK is not set
CONFIG_DRM_AMDGPU_USERPTR=y
##
## file: drivers/gpu/drm/amd/amdkfd/Kconfig
##