[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_outputs.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Tue May 3 08:49:21 UTC 2016
configure.ac | 2 +-
src/via_outputs.c | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 2298a4158723f0f408af978c1b2e225581f5e5e2
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Tue May 3 01:49:05 2016 -0700
Version bumped to 0.4.146
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index bc3fe50..0b8ee48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ(2.57)
AC_INIT([xf86-video-openchrome],
- [0.4.145],
+ [0.4.146],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit 8c69a4cb9d55041e67d4060e18cadbede44d1f51
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Tue May 3 01:48:01 2016 -0700
Made code fixes to viaProbePinStrapping
This function is located inside via_outputs.c.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_outputs.c b/src/via_outputs.c
index 2a91008..6b64695 100644
--- a/src/via_outputs.c
+++ b/src/via_outputs.c
@@ -1095,7 +1095,10 @@ viaProbePinStrapping(ScrnInfoPtr pScrn)
}
break;
- default:
+
+ case VIA_K8M800:
+ case VIA_PM800:
+ case VIA_P4M800PRO:
/* 3C5.13[3] - DVP0D8 pin strapping
* 0: AGP / PCI Express pins are used for
@@ -1151,6 +1154,9 @@ viaProbePinStrapping(ScrnInfoPtr pScrn)
}
break;
+
+ default:
+ break;
}
if ((pVia->Chipset == VIA_CX700)
More information about the Openchrome-devel
mailing list