From ae9cc3fa63ecd4d2e16030d96aeb09fea5001a6d Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sat, 17 Sep 2016 01:40:17 +0100 Subject: [PATCH] linux: enable improved AMD GPU support (RX460 etc.) --- projects/Generic/linux/linux.x86_64.conf | 8 ++++---- projects/Virtual/linux/linux.x86_64.conf | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 0669e17fd4..bffe9a4d76 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -3100,15 +3100,15 @@ CONFIG_DRM_TTM=y CONFIG_DRM_RADEON=y # CONFIG_DRM_RADEON_USERPTR is not set CONFIG_DRM_AMDGPU=y -# CONFIG_DRM_AMDGPU_CIK is not set +CONFIG_DRM_AMDGPU_CIK=y # CONFIG_DRM_AMDGPU_USERPTR is not set # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set -# CONFIG_DRM_AMD_POWERPLAY is not set +CONFIG_DRM_AMD_POWERPLAY=y # # ACP (Audio CoProcessor) Configuration # -# CONFIG_DRM_AMD_ACP is not set +CONFIG_DRM_AMD_ACP=y # CONFIG_DRM_NOUVEAU is not set # CONFIG_DRM_I810 is not set CONFIG_DRM_I915=y @@ -3399,7 +3399,7 @@ CONFIG_SND_FIREWIRE=y # CONFIG_SND_FIREWIRE_TASCAM is not set CONFIG_SND_SOC=y CONFIG_SND_SOC_COMPRESS=y -# CONFIG_SND_SOC_AMD_ACP is not set +CONFIG_SND_SOC_AMD_ACP=m # CONFIG_SND_ATMEL_SOC is not set # CONFIG_SND_DESIGNWARE_I2S is not set diff --git a/projects/Virtual/linux/linux.x86_64.conf b/projects/Virtual/linux/linux.x86_64.conf index cfd36d1672..701327917c 100644 --- a/projects/Virtual/linux/linux.x86_64.conf +++ b/projects/Virtual/linux/linux.x86_64.conf @@ -3075,14 +3075,14 @@ CONFIG_DRM_TTM=y CONFIG_DRM_RADEON=y # CONFIG_DRM_RADEON_USERPTR is not set CONFIG_DRM_AMDGPU=y -# CONFIG_DRM_AMDGPU_CIK is not set +CONFIG_DRM_AMDGPU_CIK=y # CONFIG_DRM_AMDGPU_USERPTR is not set -# CONFIG_DRM_AMD_POWERPLAY is not set +CONFIG_DRM_AMD_POWERPLAY=y # # ACP (Audio CoProcessor) Configuration # -# CONFIG_DRM_AMD_ACP is not set +CONFIG_DRM_AMD_ACP=y # CONFIG_DRM_NOUVEAU is not set # CONFIG_DRM_I810 is not set CONFIG_DRM_I915=y @@ -3367,7 +3367,7 @@ CONFIG_SND_FIREWIRE=y # CONFIG_SND_FIREWIRE_TASCAM is not set CONFIG_SND_SOC=y CONFIG_SND_SOC_COMPRESS=y -# CONFIG_SND_SOC_AMD_ACP is not set +CONFIG_SND_SOC_AMD_ACP=m # CONFIG_SND_ATMEL_SOC is not set # CONFIG_SND_DESIGNWARE_I2S is not set