Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Harry Wentland and committed by
Alex Deucher
6da2b933 59156faf

+1 -1
+1 -1
drivers/gpu/drm/amd/display/Kconfig
··· 11 11 12 12 config DRM_AMD_DC_PRE_VEGA 13 13 bool "DC support for Polaris and older ASICs" 14 - default n 14 + default y 15 15 help 16 16 Choose this option to enable the new DC support for older asics 17 17 by default. This includes Polaris, Carrizo, Tonga, Bonaire,