From: Lucian Cristian Date: Wed, 6 Feb 2019 11:42:56 +0000 (+0200) Subject: x86: video: disable buildtin amdgpu DRM driver X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=e711fd48be0830d5acdecb75768d93c32940aff9 x86: video: disable buildtin amdgpu DRM driver Signed-off-by: Lucian Cristian --- diff --git a/target/linux/x86/64/config-4.14 b/target/linux/x86/64/config-4.14 index a1f4987647..2aad5acc09 100644 --- a/target/linux/x86/64/config-4.14 +++ b/target/linux/x86/64/config-4.14 @@ -113,7 +113,7 @@ CONFIG_CRYPTO_XTS=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_DPTF_POWER is not set CONFIG_DRM=y -CONFIG_DRM_AMDGPU=y +# CONFIG_DRM_AMDGPU is not set # CONFIG_DRM_AMDGPU_CIK is not set # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set # CONFIG_DRM_AMDGPU_SI is not set diff --git a/target/linux/x86/64/config-4.19 b/target/linux/x86/64/config-4.19 index 72552a0041..28573bd5a7 100644 --- a/target/linux/x86/64/config-4.19 +++ b/target/linux/x86/64/config-4.19 @@ -121,7 +121,7 @@ CONFIG_CRYPTO_XTS=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_DPTF_POWER is not set CONFIG_DRM=y -CONFIG_DRM_AMDGPU=y +# CONFIG_DRM_AMDGPU is not set # CONFIG_DRM_AMDGPU_CIK is not set # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set # CONFIG_DRM_AMDGPU_SI is not set diff --git a/target/linux/x86/generic/config-4.14 b/target/linux/x86/generic/config-4.14 index a054027512..92380f526d 100644 --- a/target/linux/x86/generic/config-4.14 +++ b/target/linux/x86/generic/config-4.14 @@ -64,7 +64,7 @@ CONFIG_CRYPTO_NULL2=y CONFIG_DMA_SHARED_BUFFER=y # CONFIG_DPTF_POWER is not set CONFIG_DRM=y -CONFIG_DRM_AMDGPU=y +# CONFIG_DRM_AMDGPU is not set # CONFIG_DRM_AMDGPU_CIK is not set # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set # CONFIG_DRM_AMDGPU_SI is not set diff --git a/target/linux/x86/generic/config-4.19 b/target/linux/x86/generic/config-4.19 index 4b4da7d9b7..e769835b73 100644 --- a/target/linux/x86/generic/config-4.19 +++ b/target/linux/x86/generic/config-4.19 @@ -72,7 +72,7 @@ CONFIG_CRYPTO_NULL2=y CONFIG_DMA_SHARED_BUFFER=y # CONFIG_DPTF_POWER is not set CONFIG_DRM=y -CONFIG_DRM_AMDGPU=y +# CONFIG_DRM_AMDGPU is not set # CONFIG_DRM_AMDGPU_CIK is not set # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set # CONFIG_DRM_AMDGPU_SI is not set @@ -84,6 +84,7 @@ CONFIG_DRM_BRIDGE=y # CONFIG_DRM_DEBUG_SELFTEST is not set CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set # CONFIG_DRM_GMA500 is not set # CONFIG_DRM_I2C_NXP_TDA9950 is not set CONFIG_DRM_I915=y