From 65a66d67c82f0bb7c175dbc6225edd0994b9ec03 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 3 Apr 2017 17:23:46 +0200 Subject: [PATCH] linux4.10: enable CONFIG_DRM_AMDGPU_SI (close #6078). --- srcpkgs/linux4.10/files/i386-dotconfig | 2 +- srcpkgs/linux4.10/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.10/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux4.10/files/i386-dotconfig b/srcpkgs/linux4.10/files/i386-dotconfig index f2d33f1a854..21f74ace3e1 100644 --- a/srcpkgs/linux4.10/files/i386-dotconfig +++ b/srcpkgs/linux4.10/files/i386-dotconfig @@ -4954,7 +4954,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m CONFIG_DRM_RADEON=m CONFIG_DRM_RADEON_USERPTR=y CONFIG_DRM_AMDGPU=m -# CONFIG_DRM_AMDGPU_SI is not set +CONFIG_DRM_AMDGPU_SI=y CONFIG_DRM_AMDGPU_CIK=y CONFIG_DRM_AMDGPU_USERPTR=y # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set diff --git a/srcpkgs/linux4.10/files/x86_64-dotconfig b/srcpkgs/linux4.10/files/x86_64-dotconfig index 5d8561e2360..c3e50535c54 100644 --- a/srcpkgs/linux4.10/files/x86_64-dotconfig +++ b/srcpkgs/linux4.10/files/x86_64-dotconfig @@ -4970,7 +4970,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m CONFIG_DRM_RADEON=m CONFIG_DRM_RADEON_USERPTR=y CONFIG_DRM_AMDGPU=m -# CONFIG_DRM_AMDGPU_SI is not set +CONFIG_DRM_AMDGPU_SI=y CONFIG_DRM_AMDGPU_CIK=y CONFIG_DRM_AMDGPU_USERPTR=y # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set diff --git a/srcpkgs/linux4.10/template b/srcpkgs/linux4.10/template index cc1f0a13aa8..3b06ed59b1c 100644 --- a/srcpkgs/linux4.10/template +++ b/srcpkgs/linux4.10/template @@ -1,7 +1,7 @@ # Template file for 'linux4.10' pkgname=linux4.10 version=4.10.8 -revision=1 +revision=2 patch_args="-Np1" wrksrc="linux-${version}" maintainer="Juan RP "