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

New commits:
commit a8ac9dee644a2ad3bbdf47320350d04de08c7332
Author: Kevin Brace <kevinbr...@gmx.com>
Date:   Thu Mar 10 15:40:36 2016 -0800

    All devices will now go through TV out initialization code
    
    Signed-off-by: Kevin Brace <kevinbr...@gmx.com>

diff --git a/src/via_outputs.c b/src/via_outputs.c
index 9e715fc..9872b91 100644
--- a/src/via_outputs.c
+++ b/src/via_outputs.c
@@ -1012,13 +1012,7 @@ ViaOutputsDetect(ScrnInfoPtr pScrn)
     /* VGA */
     via_analog_init(pScrn);
 
-    /*
-     * FIXME: xf86I2CProbeAddress(pVia->pI2CBus3, 0x40)
-     * disables the panel on P4M900
-     */
-    /* TV encoder */
-    if ((pVia->Chipset != VIA_P4M900) || (pVia->ActiveDevice & VIA_DEVICE_TV))
-        via_tv_init(pScrn);
+    via_tv_init(pScrn);
 
     via_dvi_init(pScrn);
 
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to