diff --git a/drivers/gpu/drm/via/via_lvds.c b/drivers/gpu/drm/via/via_lvds.c index ccc1507..afa9d69 100644 --- a/drivers/gpu/drm/via/via_lvds.c +++ b/drivers/gpu/drm/via/via_lvds.c @@ -757,7 +757,7 @@ via_lvds_init(struct drm_device *dev) /* There has to be a way to detect TTL LVDS * For now we use the DMI to handle this */ - if (dmi_check_system(via_ttl_lvds)) + //if (dmi_check_system(via_ttl_lvds)) enc->diPort = DISP_DI_DFPL | DISP_DI_DVP1; reg_value = 0x00;