From: Alex Deucher Date: Tue, 24 May 2022 14:11:33 +0000 (-0400) Subject: drm/amdgpu: fix up comment in amdgpu_device_asic_has_dc_support() X-Git-Tag: v6.0-rc1~138^2~16^2~251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5a0168e1406176cf98487833b7468a1ea5872d3;p=thirdparty%2Flinux.git drm/amdgpu: fix up comment in amdgpu_device_asic_has_dc_support() LVDS support was implemented in DC a while ago. Just DAC support is left to do. Reviewed-by: Evan Quan Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 00ed666811b13..4831148342b75 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -3287,7 +3287,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type) case CHIP_MULLINS: /* * We have systems in the wild with these ASICs that require - * LVDS and VGA support which is not supported with DC. + * VGA support which is not supported with DC. * * Fallback to the non-DC driver here by default so as not to * cause regressions.