diff --git a/drivers/gpu/drm/via/via_lvds.c b/drivers/gpu/drm/via/via_lvds.c index d8ed81c..a7dbbf8 100644 --- a/drivers/gpu/drm/via/via_lvds.c +++ b/drivers/gpu/drm/via/via_lvds.c @@ -750,7 +750,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;