[Openchrome-devel] xf86-video-openchrome: 6 commits - configure.ac src/via_lvds.c src/via_outputs.c src/via_ums.h

2016-08-12 Thread Kevin Brace
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

[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_lvds.c src/via_ums.h

2016-08-12 Thread Kevin Brace
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

[Openchrome-devel] [Bug 95499] undefined symbol: exaWaitSync

2016-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95499 Kevin Brace changed: What|Removed |Added Resolution|--- |NOTABUG Status|NEW

[Openchrome-devel] [Bug 95499] undefined symbol: exaWaitSync

2016-08-12 Thread bugzilla-daemon
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.__

[Openchrome-devel] [Bug 96785] CN700 + VT1632 doesn't detect screen on DVI port

2016-08-12 Thread bugzilla-daemon
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

[Openchrome-devel] [Bug 96610] Enable treating warnings as errors

2016-08-12 Thread bugzilla-daemon
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