drm/amdgpu: fix up comment in amdgpu_device_asic_has_dc_support()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 24 May 2022 14:11:33 +0000 (10:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Jun 2022 20:45:01 +0000 (16:45 -0400)
LVDS support was implemented in DC a while ago.  Just DAC
support is left to do.

Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 00ed666..4831148 100644 (file)
@@ -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.