configure.ac |2 +-
src/via_lvds.c| 32 +++-
src/via_outputs.c |7 +++
src/via_ums.h |3 +++
4 files changed, 30 insertions(+), 14 deletions(-)
New commits:
commit da9844c6ba255cb4db98bf40e1c2bbca8cf4d9ce
Author: Kevin Brace
Date: Fri
configure.ac |2 +-
src/via_lvds.c | 48 +++-
src/via_ums.h |6 --
3 files changed, 32 insertions(+), 24 deletions(-)
New commits:
commit 6850f1964feedecaafe43000ee9da3c47f8c7872
Author: Kevin Brace
Date: Fri Aug 12 20:51:04 2016 -07
https://bugs.freedesktop.org/show_bug.cgi?id=95499
Kevin Brace changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=95499
--- Comment #8 from Kevin Brace ---
I will change the status to RESOLVED - NOTABUG.
Feel free to change the status if you feel like you want to revisit the bug.
--
You are receiving this mail because:
You are the assignee for the bug.__
https://bugs.freedesktop.org/show_bug.cgi?id=96785
--- Comment #8 from Kevin Brace ---
Hi Xavier,
If you can test the updated DVI detection code, that will be helpful.
I currently do not have the equipment to test the code against VT1632.
--
You are receiving this mail because:
You are the ass
https://bugs.freedesktop.org/show_bug.cgi?id=96610
--- Comment #2 from Kevin Brace ---
Hi Bartosz,
I overcame the problem by adding CFLAGS option to when autogen.sh is executed
from the terminal.
./autogen.sh --prefix=/usr --enable-debug --enable-xv-debug --enable-viaregtool
CFLAGS="-Wall"
I c