aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2019-03-14 11:46:51 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-06-22 10:34:08 -0400
commit38354495d7cedaf4a20c526b692d86916fb2c6d3 (patch)
tree789a1ec3fedfcea53c3d806bcd8f780c0b835614
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>
-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
27 27
28config DRM_AMD_DC_DSC_SUPPORT 28config DRM_AMD_DC_DSC_SUPPORT
29 bool "DSC support" 29 bool "DSC support"
30 default n 30 default y
31 depends on DRM_AMD_DC && X86 31 depends on DRM_AMD_DC && X86
32 depends on DRM_AMD_DC_DCN1_0 32 depends on DRM_AMD_DC_DCN1_0
33 depends on DRM_AMD_DC_DCN2_0 33 depends on DRM_AMD_DC_DCN2_0