aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorBhawanpreet Lakha <[email protected]>2019-11-06 19:48:35 +0000
committerAlex Deucher <[email protected]>2019-11-13 20:29:44 +0000
commitb86a1aa36a92bcfbc062c5e99c1d084f27f25bab (patch)
tree8eee374e066e9e51a4bf9aaa36b507aa5c38bf45 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flag (diff)
downloadkernel-b86a1aa36a92bcfbc062c5e99c1d084f27f25bab.tar.gz
kernel-b86a1aa36a92bcfbc062c5e99c1d084f27f25bab.zip
drm/amd/display: rename DCN1_0 kconfig to DCN
Since dcn20 and dcn21 are under dcn1 it doesnt make sense to have it named dcn1. Change it to "dcn" to make it generic Signed-off-by: Bhawanpreet Lakha <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 329bd3787e57..9d210bb9bf33 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -2598,7 +2598,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
case CHIP_VEGA10:
case CHIP_VEGA12:
case CHIP_VEGA20:
-#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
+#if defined(CONFIG_DRM_AMD_DC_DCN)
case CHIP_RAVEN:
case CHIP_NAVI10:
case CHIP_NAVI14: