[Openchrome-devel] drm-openchrome: drivers/gpu/drm

James Simmons jsimmons at kemper.freedesktop.org
Sun Apr 7 04:50:28 PDT 2013


 drivers/gpu/drm/via/via_display.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 49ec61f1fbcc034554af52a421b826d6eea5f852
Author: James Simmons <jsimmons at infradead.org>
Date:   Sun Apr 7 08:49:20 2013 -0400

    CX700 does not have a second standard CRT. A second one can exist for external device i.e TV support

diff --git a/drivers/gpu/drm/via/via_display.c b/drivers/gpu/drm/via/via_display.c
index a402475..521b124 100644
--- a/drivers/gpu/drm/via/via_display.c
+++ b/drivers/gpu/drm/via/via_display.c
@@ -529,10 +529,6 @@ via_modeset_init(struct drm_device *dev)
 		via_crtc_init(dev, i);
 
 	via_analog_init(dev);
-	/* CX700M has two analog ports */
-	if ((dev->pdev->device == PCI_DEVICE_ID_VIA_VT3157) &&
-	    (dev_priv->revision == CX700_REVISION_700M))
-		via_analog_init(dev);
 
 	via_lvds_init(dev);
 


More information about the Openchrome-devel mailing list