summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2018-04-09 14:27:46 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-05-15 13:43:06 -0500
commit2fa417324abd635294c298f9f3119743055bf5b9 (patch)
treeea942a4e854a6315e05e1ec74f00b750651f2792 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parent45a2d58e84e6d28c2d9ae8e68bd815d9a98ad52e (diff)
downloadop-kernel-dev-2fa417324abd635294c298f9f3119743055bf5b9.zip
op-kernel-dev-2fa417324abd635294c298f9f3119743055bf5b9.tar.gz
drm/amd/display: Remove PRE_VEGA flag
We enabled this upstream by default now and no longer need the flag. 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/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index abc3346..62d6505 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -2093,9 +2093,6 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
case CHIP_POLARIS12:
case CHIP_TONGA:
case CHIP_FIJI:
-#if defined(CONFIG_DRM_AMD_DC_PRE_VEGA)
- return amdgpu_dc != 0;
-#endif
case CHIP_VEGA10:
case CHIP_VEGA12:
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
OpenPOWER on IntegriCloud