[Openchrome-devel] [Bug 91966] No signal to monitor with X and openchrome using VX855 chipset graphics

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91966 --- Comment #245 from Kevin Brace --- Hi Justin, Assuming that SiI 164 is used by HP T5550 (it appears so), VT1632A is actualy a clone of SiI 164. Fortunately, VT1632A is mostly register compatible with SiI 164. That being said, the I2C bus 3 wa

[Openchrome-devel] [Bug 94473] DRM / KMS bootup error on VX900 platform

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94473 --- Comment #16 from Kevin Brace --- (In reply to Benno Schulenberg from comment #12) Hi Benno, > > Just a note: most of the code comes originally from VIA, from their > engineers. It was open-sourced probably somewhere in 2003. Early in 200

[Openchrome-devel] [Bug 91966] No signal to monitor with X and openchrome using VX855 chipset graphics

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91966 --- Comment #244 from Kevin Brace --- Hi Justin, Does the HP T5550 mainboard look like this one? http://www.parkytowers.me.uk/thin/hp/t5570/board.shtml -- You are receiving this mail because: You are the assignee for the bug._

[Openchrome-devel] [Bug 91966] No signal to monitor with X and openchrome using VX855 chipset graphics

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91966 --- Comment #243 from Kevin Brace --- Hi Justin, I am still working on the DVI related bugs. That being said, which HP thin client are you using? According to Xorg.0.log you have uploaded, you are using HP T5550. If you can, can you open up the

[Openchrome-devel] [xf86-video-openchrome]X driver for VIA IGPs branch master updated. release_0_3_3-76-gb8eb2ab

2016-03-10 Thread Kevin Brace
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "X driver for VIA IGPs". The branch, master has been updated via b8eb2abacc4ff1bb84c065e06e2d785ab4ea320f (commit) via 37d067

[Openchrome-devel] xf86-video-openchrome: 2 commits - src/via_outputs.c

2016-03-10 Thread Kevin Brace
src/via_outputs.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) New commits: commit b8eb2abacc4ff1bb84c065e06e2d785ab4ea320f Author: Kevin Brace Date: Thu Mar 10 17:32:03 2016 -0800 Modified debug messages within via_dvi_init Modified debu

[Openchrome-devel] [xf86-video-openchrome]X driver for VIA IGPs branch master updated. release_0_3_3-74-ga8ac9de

2016-03-10 Thread Kevin Brace
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "X driver for VIA IGPs". The branch, master has been updated via a8ac9dee644a2ad3bbdf47320350d04de08c7332 (commit) from babf51

[Openchrome-devel] xf86-video-openchrome: src/via_outputs.c

2016-03-10 Thread Kevin Brace
src/via_outputs.c |8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) New commits: commit a8ac9dee644a2ad3bbdf47320350d04de08c7332 Author: Kevin Brace Date: Thu Mar 10 15:40:36 2016 -0800 All devices will now go through TV out initialization code Signed-off-by: Kevin

[Openchrome-devel] [Bug 94473] DRM / KMS bootup error on VX900 platform

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94473 --- Comment #15 from HuangRan --- (In reply to Benno Schulenberg from comment #14) > (In reply to HuangRan from comment #13) > > Benno, I am be happy to know the history of OpenChrome. So can I understand > > that most of current code is coming f

[Openchrome-devel] [Bug 94473] DRM / KMS bootup error on VX900 platform

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94473 --- Comment #14 from Benno Schulenberg --- (In reply to HuangRan from comment #13) > Benno, I am be happy to know the history of OpenChrome. So can I understand > that most of current code is coming from VIA's engineers? Yes, from VIA and from S

[Openchrome-devel] [xf86-video-openchrome]X driver for VIA IGPs branch master updated. release_0_3_3-73-gbabf51f

2016-03-10 Thread Kevin Brace
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "X driver for VIA IGPs". The branch, master has been updated via babf51f887554743a46a5078832fe4013f02a018 (commit) from 0a2f6f

[Openchrome-devel] xf86-video-openchrome: src/via_outputs.c

2016-03-10 Thread Kevin Brace
src/via_outputs.c | 176 -- 1 file changed, 176 deletions(-) New commits: commit babf51f887554743a46a5078832fe4013f02a018 Author: Kevin Brace Date: Thu Mar 10 02:47:40 2016 -0800 Removing via_dp_* functions Removing via_dp_* fu

[Openchrome-devel] [Bug 94473] DRM / KMS bootup error on VX900 platform

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94473 Kevin Brace changed: What|Removed |Added Summary|DRM bootup error on VX900 |DRM / KMS bootup error on

[Openchrome-devel] [Bug 94473] DRM bootup error on VX900 platform

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94473 --- Comment #13 from HuangRan --- (In reply to Benno Schulenberg from comment #12) > (In reply to Kevin Brace from comment #5) > > I must say that James Simmons wrote far clearer code than the original > > OpenChrome developers. > > Just a note:

[Openchrome-devel] [Bug 94473] DRM bootup error on VX900 platform

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94473 --- Comment #12 from Benno Schulenberg --- (In reply to Kevin Brace from comment #5) > I must say that James Simmons wrote far clearer code than the original > OpenChrome developers. Just a note: most of the code comes originally from VIA, from

[Openchrome-devel] [Bug 94210] Unknown Card-Ids (7122|1458|D000), Chipset: VX900

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94210 Bartosz Kosiorek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Openchrome-devel] [Bug 94473] DRM bootup error on VX900 platform

2016-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94473 --- Comment #11 from HuangRan --- With my initial analysis, via_driver_load() is called by DRM .load function and via_driver_load() will do GPU initialization work including VRAM/TTM, mmmio, HW engine,vblank and so on. So the function via_detect_