Skip to content

Commit

Permalink
amdgpu/dm: Default PRE_VEGA ASIC support to 'y'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harry Wentland authored and Alex Deucher committed Mar 16, 2018
1 parent 59156fa commit 6da2b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/display/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6da2b93

Please sign in to comment.