aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-11-08 15:58:25 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-03-16 17:16:50 -0400
commit6da2b9332c572fcda94de9631f8fa514f574388a (patch)
tree04214f156461a95c2f7ca5a8821063cad7fc515e /drivers/gpu/drm/amd
parent59156faf810e05f5c5241f9a90e6d715d1185cd1 (diff)
amdgpu/dm: Default PRE_VEGA ASIC support to 'y'
Even though we default PRE_VEGA support to 'n' upstream in amd-staging we want to keep it enabled by default. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-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 ec3285f65517..5b124a67404c 100644
--- a/drivers/gpu/drm/amd/display/Kconfig
+++ b/drivers/gpu/drm/amd/display/Kconfig
@@ -11,7 +11,7 @@ config DRM_AMD_DC
11 11
12config DRM_AMD_DC_PRE_VEGA 12config DRM_AMD_DC_PRE_VEGA
13 bool "DC support for Polaris and older ASICs" 13 bool "DC support for Polaris and older ASICs"
14 default n 14 default y
15 help 15 help
16 Choose this option to enable the new DC support for older asics 16 Choose this option to enable the new DC support for older asics
17 by default. This includes Polaris, Carrizo, Tonga, Bonaire, 17 by default. This includes Polaris, Carrizo, Tonga, Bonaire,