[Openchrome-devel] xf86-video-openchrome: src/via_outputs.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Tue Feb 9 22:03:56 UTC 2016


 src/via_outputs.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 46173dfa0e91933270fc0257d080893659c02151
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Feb 9 13:33:08 2016 -0800

    Enabling the detection of DVI for all devices
    
    When the UMS code to support VT1632A external TMDS transmitter for DVI was
    added via commit a8c2f04e2ef21e64f2e91dd6f3e237f80e8c80c6, it limited the
    use to P4M800 Pro, VN800, and CN700 chipsets for some reason. This does not
    make sense as VT1632A is used with a variety of VIA Technologies chipsets.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_outputs.c b/src/via_outputs.c
index d20669a..2cada37 100644
--- a/src/via_outputs.c
+++ b/src/via_outputs.c
@@ -1081,9 +1081,7 @@ ViaOutputsDetect(ScrnInfoPtr pScrn)
     if ((pVia->Chipset != VIA_P4M900) || (pVia->ActiveDevice & VIA_DEVICE_TV))
         via_tv_init(pScrn);
 
-    if (pVia->Chipset == VIA_P4M800PRO) {
-        via_dvi_init(pScrn);
-    }
+    via_dvi_init(pScrn);
 
     if (pVia->ActiveDevice & VIA_DEVICE_DFP) {
         switch (pVia->Chipset) {


More information about the Openchrome-devel mailing list