> -----Original Message----- > From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf > Of Harry Wentland > Sent: Wednesday, November 08, 2017 4:00 PM > To: amd-gfx at lists.freedesktop.org > Cc: Wentland, Harry > Subject: [PATCH] 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 at amd.com> Reviewed-by: Alex Deucher <alexander.deucher at amd.com> > --- > drivers/gpu/drm/amd/display/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > > config DRM_AMD_DC_PRE_VEGA > bool "DC support for Polaris and older ASICs" > - default n > + default y > help > Choose this option to enable the new DC support for older asics > by default. This includes Polaris, Carrizo, Tonga, Bonaire, > -- > 2.14.1 > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx