From 3879c50b4b8b8a3e7a4b4d1bc94aaf727ae9b02a Mon Sep 17 00:00:00 2001 From: Martijn van Buul Date: Sat, 23 Jun 2018 09:16:16 +0200 Subject: [PATCH] linux4.17: Enable CONFIG_DRM_LOAD_EDID_FIRMARE for x86 and x86_64 Closes: #349 [via git-merge-pr] --- srcpkgs/linux4.17/files/i386-dotconfig | 2 +- srcpkgs/linux4.17/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.17/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux4.17/files/i386-dotconfig b/srcpkgs/linux4.17/files/i386-dotconfig index 4bd8ce78bbc..656f4c89329 100644 --- a/srcpkgs/linux4.17/files/i386-dotconfig +++ b/srcpkgs/linux4.17/files/i386-dotconfig @@ -5062,7 +5062,7 @@ CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_KMS_FB_HELPER=y CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_OVERALLOC=100 -# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +CONFIG_DRM_LOAD_EDID_FIRMWARE=y CONFIG_DRM_TTM=m CONFIG_DRM_GEM_CMA_HELPER=y CONFIG_DRM_KMS_CMA_HELPER=y diff --git a/srcpkgs/linux4.17/files/x86_64-dotconfig b/srcpkgs/linux4.17/files/x86_64-dotconfig index 1c173a8f2ae..3b3f73ee67d 100644 --- a/srcpkgs/linux4.17/files/x86_64-dotconfig +++ b/srcpkgs/linux4.17/files/x86_64-dotconfig @@ -5136,7 +5136,7 @@ CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_KMS_FB_HELPER=y CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_OVERALLOC=100 -# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +CONFIG_DRM_LOAD_EDID_FIRMWARE=y CONFIG_DRM_TTM=m CONFIG_DRM_GEM_CMA_HELPER=y CONFIG_DRM_KMS_CMA_HELPER=y diff --git a/srcpkgs/linux4.17/template b/srcpkgs/linux4.17/template index 58b30fe32ea..dd7a000d135 100644 --- a/srcpkgs/linux4.17/template +++ b/srcpkgs/linux4.17/template @@ -1,7 +1,7 @@ # Template file for 'linux4.17' pkgname=linux4.17 version=4.17.1 -revision=1 +revision=2 patch_args="-Np1" wrksrc="linux-${version}" maintainer="Juan RP "