Signed-off-by: Xavier Bachelot <xav...@bachelot.org> --- src/via_lvds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/via_lvds.c b/src/via_lvds.c index c78390c..bd4a3c9 100644 --- a/src/via_lvds.c +++ b/src/via_lvds.c @@ -113,7 +113,7 @@ viaLVDS1SetDisplaySource(ScrnInfoPtr pScrn, CARD8 displaySource) "Entered viaLVDS1SetDisplaySource.\n")); /* Set LVDS1 integrated LVDS transmitter display output source. - /* 3X5.99[4] - LVDS Channel 1 Data Source Selection + * 3X5.99[4] - LVDS Channel 1 Data Source Selection * 0: Primary Display * 1: Secondary Display */ ViaCrtcMask(hwp, 0x99, temp << 4, 0x10); @@ -140,7 +140,7 @@ viaLVDS2SetDisplaySource(ScrnInfoPtr pScrn, CARD8 displaySource) "Entered viaLVDS2SetDisplaySource.\n")); /* Set LVDS2 integrated LVDS transmitter display output source. - /* 3X5.97[4] - LVDS Channel 2 Data Source Selection + * 3X5.97[4] - LVDS Channel 2 Data Source Selection * 0: Primary Display * 1: Secondary Display */ ViaCrtcMask(hwp, 0x97, temp << 4, 0x10); -- 2.7.4 _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel