drm/amdgpu: default to true in amdgpu_device_asic_has_dc_support
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Aug 2021 21:39:01 +0000 (17:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:23:00 +0000 (15:23 -0400)
commitf7f12b25823c0dce1165b390522d29f99c4585b4
treecd28f5223eaa0f96b8371eda4a536b36fb8fac00
parent9878844094703fbae1c3b301c9bb71253a30efe7
drm/amdgpu: default to true in amdgpu_device_asic_has_dc_support

We are not going to support any new chips with the old
non-DC code so make it the default.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c