[PATCH 1/2] meson: set proper pkg-config version for libdrm_freedreno

2018-01-13 Thread Dylan Baker
Copy and paste error from exynos. Signed-off-by: Dylan Baker --- freedreno/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freedreno/meson.build b/freedreno/meson.build index b4035e1..de6a413 100644 --- a/freedreno/meson.build +++ b/freedreno/meson.build @@ -64,7

[PATCH 2/2] meson: set the minimum version correctly

2018-01-13 Thread Dylan Baker
Currently we ask for 0.42, but we actually require 0.43 because we pass file objects as arguments to tests. If someone needs version 0.42 it wouldn't be hard, just a lot of replacing files() with strings. Signed-off-by: Dylan Baker --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[PATCH 0/2] Small fixes for the meson build

2018-01-13 Thread Dylan Baker
Here's a few things I've caught as I've started trying to add the meson build to our CI system. Dylan Baker (2): meson: set proper pkg-config version for libdrm_freedreno meson: set the minimum version correctly freedreno/meson.build | 2 +- meson.build | 2 +- 2 files changed, 2 i

[Bug 101003] segfault with ideas test of glmark2

2018-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101003 --- Comment #5 from James Burton --- Seeing the same problem on Ubuntu 16.04 LTS with the 4.13.0-26-generic kernel. -- You are receiving this mail because: You are the assignee for the bug.___ dri-de

[Bug 104345] Playing video hangs X-Server with showing scrambled picture, sound still playing.

2018-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104345 --- Comment #6 from bernhardu --- Created attachment 136709 --> https://bugs.freedesktop.org/attachment.cgi?id=136709&action=edit kernel output captured from the serial line. (4.14.10+lockdep) Attaching another example with a vanilla kernel 4

[Bug 198123] Console is the wrong color at boot with radeon 6670

2018-01-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198123 --- Comment #15 from Deposite Pirate (dpir...@metalpunks.info) --- As for me, the latest patch on top of HEAD doesn't fix the issue. But maybe I ought to have applied Michel Dänzer's first patch too? -- You are receiving this mail because: You a

[Bug 104463] RX 460 fan speed 100%

2018-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104463 --- Comment #1 from Dmitry --- pwmconfig and Radeon GPU Profile adjust only one of the two coolers. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list

Re: [PATCH v2 2/2] drm: rcar-du: lvds: Fix LVDS startup on R-Car gen2

2018-01-13 Thread Sergei Shtylyov
On 1/13/2018 2:10 AM, Laurent Pinchart wrote: From: Sergei Shtylyov According to the latest revision 2.00 of the R-Car gen2 manual, the LVDS must be enabled and the bias crcuit enabled after the LVDS I/O pins are enabled, not before. Fix the gen2 LVDS startup sequence accordingly. While at it

Re: [PATCH 1/2] drm: rcar-du: lvds: fix LVDS startup on R-Car gen3

2018-01-13 Thread Sergei Shtylyov
On 1/13/2018 1:15 AM, Laurent Pinchart wrote: According to the latest revisions of the R-Car gen3 manual, the LVDS mode must be set before the LVDS I/O pins are enabled, not after -- fix the gen3 LVDS startup sequence accordingly... While at it, also fix the comment preceding the first LVD

Re: [PATCH 1/2] drm: rcar-du: lvds: fix LVDS startup on R-Car gen3

2018-01-13 Thread Sergei Shtylyov
Hello! On 1/13/2018 12:51 AM, Laurent Pinchart wrote: On Friday, 12 January 2018 22:12:04 EET Sergei Shtylyov wrote: According to the latest revisions of the R-Car gen3 manual, the LVDS mode must be set before the LVDS I/O pins are enabled, not after -- fix the gen3 LVDS startup sequence acc