summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/Kconfig
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2019-03-14 23:46:51 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-06-22 09:34:08 -0500
commit38354495d7cedaf4a20c526b692d86916fb2c6d3 (patch)
tree789a1ec3fedfcea53c3d806bcd8f780c0b835614 /drivers/gpu/drm/amd/display/Kconfig
parentec8763486dd3d2fb585c2e6747520406e7dcef98 (diff)
drm/amd/display: enable DSC support by default
Enable DSC (display stream compression) by default. Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/Kconfig')
-rw-r--r--drivers/gpu/drm/amd/display/Kconfig2
1 files changed, 1 insertions, 1 deletions
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