From: Hawking Zhang Date: Thu, 14 Mar 2019 15:46:51 +0000 (+0800) Subject: drm/amd/display: enable DSC support by default X-Git-Tag: Ubuntu-5.10.0-12.13~4943^2~10^2~122 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=38354495d7cedaf4a20c526b692d86916fb2c6d3;p=mirror_ubuntu-hirsute-kernel.git drm/amd/display: enable DSC support by default Enable DSC (display stream compression) by default. Signed-off-by: Hawking Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 27afdb5db626..7073cfcf04e8 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -27,7 +27,7 @@ config DRM_AMD_DC_DCN2_0 config DRM_AMD_DC_DSC_SUPPORT bool "DSC support" - default n + default y depends on DRM_AMD_DC && X86 depends on DRM_AMD_DC_DCN1_0 depends on DRM_AMD_DC_DCN2_0