Re: [GIT PULL] omapdrm changes for v4.13 v2

2017-06-04 Thread Tomi Valkeinen
On 03/06/17 04:31, Dave Airlie wrote: > On 2 June 2017 at 18:48, Tomi Valkeinen wrote: >> Hi Dave, >> >> Here's second attempt for omapdrm changes for v4.13. The first version >> conflicts >> with the latest drm-next due to the DRM_ROTATE flag changes. This one is >> rebased >> on top of the lat

[Bug 101294] radeonsi minecraft forge splash freeze since 17.1

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101294 --- Comment #2 from Tobias Auerochs --- Created attachment 131700 --> https://bugs.freedesktop.org/attachment.cgi?id=131700&action=edit Thread dump on Arch Linux mesa 17.1.0 PKGBUILD rebuilt with debug symbols -- You are receiving this mail

[Bug 101290] Radeon R9 390X regression - No output (CVT) or corruption (CVT-R) at 4096x2160@60Hz over DisplayPort

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101290 --- Comment #1 from Michel Dänzer --- Can you bisect between 4.4 and 4.5? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedeskt

[Bug 101294] radeonsi minecraft forge splash freeze since 17.1

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101294 --- Comment #1 from Michel Dänzer --- When it's frozen, attach gdb to the process, run thread apply all bt and attach the output here. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 99851] [drm:.r600_ring_test [radeon]] *ERROR* radeon: ring 0 test failed (scratch(0x8504)=0xCAFEDEAD)

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99851 Michel Dänzer changed: What|Removed |Added CC||bjorn.helg...@hp.com --- Comment #48 fro

Re: [PATCH 03/15] drm: zte: use devm_of_platform_populate()

2017-06-04 Thread Shawn Guo
On Mon, May 29, 2017 at 05:45:51PM +0200, Benjamin Gaignard wrote: > Use devm_of_platform_populate() to be sure that of_platform_depopulate > is called when removing the driver. > > Signed-off-by: Benjamin Gaignard Applied to drm-misc, thanks. ___ dri-

[Bug 99488] [r600g]ImageMagick issues in Gaussian Blur kernel

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 --- Comment #19 from nixscrip...@gmail.com --- The tests, alas, are stupid. They hard-code a particular font that is a Microsoft font not available to my knowledge on Linux (Ariel vs Helvetica). By downloading the MS Core Fonts bundle, installing

Re: exynos drm build failure due to cec_* symbols

2017-06-04 Thread Inki Dae
2017년 06월 02일 22:58에 Andreas Färber 이(가) 쓴 글: > Hello, > > We're observing the following build failure with v4.12-rc3, latest > linux.git and linux-next.git: > > [ 9825s] LD vmlinux.o > [ 9904s] MODPOST vmlinux.o > [ 9915s] drivers/built-in.o: In function `hdmi_get_modes': > [ 9915s] >

[Bug 101262] Need help in running Dying Light

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101262 Anthony Jagers changed: What|Removed |Added Priority|medium |lowest Resolution|---

[Bug 101262] Need help in running Dying Light

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101262 --- Comment #4 from Anthony Jagers --- Whatever the problem is, it is clearly not a mesa bug. It seems only lesser used distros are having problems. Gentoo and LFS are the ones. I'm closing this. -- You are receiving this mail because: You

[PATCH v2 07/11] drm: sun4i: add support for the TV encoder in H3 SoC

2017-06-04 Thread Icenowy Zheng
Allwinner H3 features a TV encoder similar to the one in earlier SoCs, but has a internal fixed clock divider that divides the TCON1 clock (called TVE clock in datasheet) by 11. Add support for it. Signed-off-by: Icenowy Zheng --- Changes in v2: - Quirk part rewritten. drivers/gpu/drm/sun4i/su

[PATCH v2 10/11] ARM: sun8i: h3: add display engine pipeline for TVE

2017-06-04 Thread Icenowy Zheng
As we have already the support for the TV encoder on Allwinner H3, add the display engine pipeline device tree nodes to its DTSI file. The H5 pipeline has some differences and will be enabled later. The currently-unused mixer0 and tcon0 are also needed, for the completement of the pipeline. Sign

Re: [PATCH v2 04/11] drm: sun4i: add support for H3's TCON0/1

2017-06-04 Thread Icenowy Zheng
于 2017年6月5日 GMT+08:00 上午2:46:24, "Jernej Škrabec" 写到: >Hi, > >Dne nedelja, 04. junij 2017 ob 18:01:42 CEST je Icenowy Zheng >napisal(a): >> From: Icenowy Zheng >> >> Allwinner H3 has two special TCONs, both come without channel0. And >the >> TCON1 of H3 has no special clocks even for the chann

[PATCH v2 01/11] dt-bindings: update the binding for Allwinner H3 TVE support

2017-06-04 Thread Icenowy Zheng
Allwinner H3 features a "DE2.0" and a TV Encoder. Add device tree bindings for the following parts: - H3 TCONs - H3 Mixers - The connection between H3 TCONs and H3 Mixers - H3 TV Encoder - H3 Display engine Signed-off-by: Icenowy Zheng --- Changes in v2: - Changed endpoint reg definition on TCON

[PATCH v2 05/11] drm: sun4i: add compatible for H3 display engine

2017-06-04 Thread Icenowy Zheng
Add a compatible string for H3 display engine in sun4i_drv code. Signed-off-by: Icenowy Zheng --- drivers/gpu/drm/sun4i/sun4i_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/sun4i/sun4i_drv.c b/drivers/gpu/drm/sun4i/sun4i_drv.c index 775eee82d8a9..2003507b41a6 100644 -

[PATCH v2 11/11] [DO NOT MERGE] ARM: sun8i: h3: enable TV output on Orange Pi PC

2017-06-04 Thread Icenowy Zheng
Orange Pi PC features a 3.5mm jack with TV output in it. Enable the TV output. As it currently do not have jack detection feature, do not merge this patch. Signed-off-by: Icenowy Zheng --- arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 12 1 file changed, 12 insertions(+) diff --gi

[PATCH v2 02/11] drm: sun4i: add support for H3 mixers

2017-06-04 Thread Icenowy Zheng
From: Icenowy Zheng Allwinner H3 SoC has two mixers, one has 1 VI channel and 3 UI channels, and the other has 1 VI and 1 UI. Add support for these two variants. Signed-off-by: Icenowy Zheng --- drivers/gpu/drm/sun4i/sun8i_mixer.c | 18 ++ 1 file changed, 18 insertions(+) dif

[PATCH] gpu: ipu-v3: Fix CSI selection for VDIC

2017-06-04 Thread Steve Longerbeam
From: Marek Vasut The description of the CSI_SEL bit in the i.MX6 reference manual is incorrect. It states "This bit defines which CSI is the input to the IC. This bit is effective only if IC_INPUT is bit cleared". From experiment it was found this is in fact not correct. The CSI_SEL bit selects

[PATCH v2 06/11] drm: sun4i: add color space correction support for DE2 mixer

2017-06-04 Thread Icenowy Zheng
The DE2 mixer can do color space correction needed by TV Encoder with its DCSC sub-engine. Add support for it. Signed-off-by: Icenowy Zheng --- drivers/gpu/drm/sun4i/sun8i_mixer.c | 35 +++ drivers/gpu/drm/sun4i/sun8i_mixer.h | 6 +- 2 files changed, 40 inse

Re: [PATCH 19/19] ARM: sun6i: a31s: Enable HDMI display output on the MSI Primo81 tablet

2017-06-04 Thread Chen-Yu Tsai
On Sat, Jun 3, 2017 at 3:42 AM, Maxime Ripard wrote: > On Fri, Jun 02, 2017 at 06:10:24PM +0800, Chen-Yu Tsai wrote: >> The MSI Primo81 tablet has a micro HDMI connector at the bottom. >> This is connected to the SoCs HDMI output. >> >> Enable the display pipeline and the HDMI output. >> >> Signed

[PATCH v2 09/11] clk: sunxi-ng: export CLK_PLL_DE for H3

2017-06-04 Thread Icenowy Zheng
The CLK_PLL_DE is needed to be referenced in device tree for H3, for both forcing the parent of PLL_DE. So export it to the device tree binding header. Signed-off-by: Icenowy Zheng --- drivers/clk/sunxi-ng/ccu-sun8i-h3.h | 3 +-- include/dt-bindings/clock/sun8i-h3-ccu.h | 2 ++ 2 files cha

Re: [linux-sunxi] Re: [RFC PATCH 07/11] drm: sun4i: add support for the TV encoder in H3 SoC

2017-06-04 Thread icenowy
在 2017-05-24 15:30,Maxime Ripard 写道: On Tue, May 23, 2017 at 09:00:59PM +0800, icen...@aosc.io wrote: 在 2017-05-23 20:53,Maxime Ripard 写道: > On Mon, May 22, 2017 at 07:55:56PM +0200, Jernej Škrabec wrote: > > Hi, > > > > Dne sobota, 20. maj 2017 ob 03:37:53 CEST je Chen-Yu Tsai napisal(a): > > >

[PATCH v2 00/11] Support for H3 Composite Output support

2017-06-04 Thread Icenowy Zheng
Allwinner H3 SoC features a TV Encoder like the one in Allwinner A13, which can only output TV Composite signal. The display pipeline of H3 is also special -- it has two mixers and two TCONs, of which the connection can be swapped. The TCONs do not have channel 0 (as they are all connected to inte

Re: [RFC PATCH 03/11] drm: sun4i: ignore swapped mixer<->tcon connection for DE2

2017-06-04 Thread icenowy
在 2017-05-24 16:14,Maxime Ripard 写道: On Sat, May 20, 2017 at 02:00:22AM +0800, Icenowy Zheng wrote: 于 2017年5月20日 GMT+08:00 上午1:57:53, Maxime Ripard 写到: >On Thu, May 18, 2017 at 12:43:46AM +0800, Icenowy Zheng wrote: >> Some SoC's DE2 has two mixers. Defaultly the mixer0 is connected to >> t

[PATCH v2 03/11] drm: sun4i: ignore swapped mixer<->tcon connection for DE2

2017-06-04 Thread Icenowy Zheng
Some SoC's DE2 has two mixers. Defaultly the mixer0 is connected to tcon0 and mixer1 is connected to tcon1; however by setting a bit the connection can be swapped. As we now hardcode the default connection, ignore the bonus endpoint for the mixer's output and the TCON's input, as they stands for t

[PATCH v2 08/11] clk: sunxi-ng: allow CLK_DE to set CLK_PLL_DE for H3

2017-06-04 Thread Icenowy Zheng
Allwinner H3 features a PLL named CLK_PLL_DE, and a mod clock for the "Display Engine 2.0" named CLK_DE. As the name indicated, the CLK_PLL_DE is a PLL for CLK_DE. Only CLK_DE and CLK_TVE have a parent of CLK_PLL_DE, and CLK_TVE is also one part of the display clocks. So allow CLK_DE to set CLK_P

GPU drivers in Linux fedora23 - EDID redundant polling when TV is in standby

2017-06-04 Thread Shmuel Weiss
Hi All, I need your help to investigate an issue I have with some TV monitor, it seems like the DRM or i915 is polling the TV EDID at high frequency even if the TV is in standby. I need your guidance to diagnose this problem, and to point me to the code part which is responsible to read the EDID

Re: [PATCH 14/19] drm/sun4i: hdmi: Add support for A31's HDMI controller

2017-06-04 Thread Chen-Yu Tsai
On Sat, Jun 3, 2017 at 3:41 AM, Maxime Ripard wrote: > On Fri, Jun 02, 2017 at 06:10:19PM +0800, Chen-Yu Tsai wrote: >> The HDMI controller found in the A31 SoCs is slightly different >> from the one already supported, which is found in the A10s: >> >> - Need different initial values for the PLL

[PATCH v2 04/11] drm: sun4i: add support for H3's TCON0/1

2017-06-04 Thread Icenowy Zheng
From: Icenowy Zheng Allwinner H3 has two special TCONs, both come without channel0. And the TCON1 of H3 has no special clocks even for the channel1. Add support for these kinds of TCON. Signed-off-by: Icenowy Zheng --- Changes in v2: - Merged TCON0 and TCON1 quirks and compatibles. drivers/g

Fwd: GPU drivers in Linux fedora23 - EDID redundant polling when TV is in standby

2017-06-04 Thread Shmuel Weiss
Hi All, I need your help to investigate an issue I have with some TV monitor, it seems like the DRM or i915 is polling the TV EDID at high frequency even if the TV is in standby. I need your guidance to diagnose this problem, and to point me to the code part which is responsible to read the EDID

Re: [PATCH 13/19] drm/sun4i: hdmi: Add support for controller hardware variants

2017-06-04 Thread Chen-Yu Tsai
On Sat, Jun 3, 2017 at 3:38 AM, Maxime Ripard wrote: > On Fri, Jun 02, 2017 at 06:10:18PM +0800, Chen-Yu Tsai wrote: >> The HDMI controller found in earlier Allwinner SoCs have slight >> differences: >> >> - Need different initial values for the PLL related registers >> >> - Different behavior

Re: [PATCH v2 04/11] drm: sun4i: add support for H3's TCON0/1

2017-06-04 Thread Jernej Škrabec
Hi, Dne nedelja, 04. junij 2017 ob 18:01:42 CEST je Icenowy Zheng napisal(a): > From: Icenowy Zheng > > Allwinner H3 has two special TCONs, both come without channel0. And the > TCON1 of H3 has no special clocks even for the channel1. > > Add support for these kinds of TCON. > > Signed-off-by:

Re: [PATCH v2 04/11] drm: sun4i: add support for H3's TCON0/1

2017-06-04 Thread kbuild test robot
Hi Icenowy, [auto build test ERROR on next-20170602] [cannot apply to mripard/sunxi/for-next robh/for-next clk/clk-next v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.12-rc3] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/li

[Bug 93475] Saints Row IV causes GPU lockup on Linux

2017-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93475 --- Comment #6 from Markus Lobedann --- I was able to reproduce this error before, but now it doesn't happen anymore with mesa 17.1 on arch linux with my AMD 6950. -- You are receiving this mail because: You are the assignee for the bug.___