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

Kevin Brace kevinbrace at kemper.freedesktop.org
Thu Mar 10 23:47:58 UTC 2016


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

New commits:
commit a8ac9dee644a2ad3bbdf47320350d04de08c7332
Author: Kevin Brace <kevinbrace at 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 <kevinbrace at 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);
 


More information about the Openchrome-devel mailing list