configure.ac | 2 +- src/via_fp.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-)
New commits: commit 45e23c13f0d8f23533635f22fad1361c36e6788e Author: Kevin Brace <kevinbr...@gmx.com> Date: Sat Jun 10 21:51:23 2017 -0700 Version bumped to 0.6.134 Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/configure.ac b/configure.ac index fd927ff..4a4f080 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([xf86-video-openchrome], - [0.6.133], + [0.6.134], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome], [xf86-video-openchrome]) commit 3b4518f9d12f88df6e75b3e67ce54c5b77bc3e9e Author: Kevin Brace <kevinbr...@gmx.com> Date: Sat Jun 10 21:50:04 2017 -0700 Removed the setting of FP delay adjustment parameter for CX700 / VX700 This is not really necessary after all. Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/src/via_fp.c b/src/via_fp.c index 23d4722..b45d54e 100644 --- a/src/via_fp.c +++ b/src/via_fp.c @@ -1040,9 +1040,6 @@ via_fp_mode_set(xf86OutputPtr output, DisplayModePtr mode, case VIA_P4M900: viaDFPLowSetDelayTap(pScrn, 0x08); break; - case VIA_CX700: - viaLVDS2SetDelayTap(pScrn, 0x01); - break; default: break; } _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel