[Bug 103370] `vblank_mode=0 DRI_PRIME=1 glxgears` will introduce GPU lock up on Intel Graphics [8086:5917] + AMD Graphics [1002:6665] (rev c3)

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103370 --- Comment #32 from Timo Aaltonen --- forwarding a comment from an engineer: "During viewing the source code of radeon module, I found there is a bug [1] related to the dpm and clocks. So I decided to do some experiments. Tried to set differen

Re: [PATCH] drm: don't link DP aux i2c adapter to the hardware device node

2017-11-19 Thread Daniel Vetter
On Tue, Nov 14, 2017 at 03:34:19PM +0100, Andrzej Hajda wrote: > On 05.04.2017 14:04, Thierry Reding wrote: > > On Wed, Apr 05, 2017 at 10:52:32AM +0200, Lucas Stach wrote: > >> Hi Rob, > >> > >> Am Mittwoch, den 29.03.2017, 08:56 -0500 schrieb Rob Herring: > >>> On Mon, Jan 23, 2017 at 10:33 AM, T

Re: -EPROBE_DEFER and failed DSI panel probe

2017-11-19 Thread Andrzej Hajda
On 18.11.2017 02:16, Eric Anholt wrote: > Andrzej Hajda writes: > >> On 16.11.2017 21:27, Eric Anholt wrote: >>> Andrzej Hajda writes: >>> On 15.11.2017 21:26, Eric Anholt wrote: > I'm happy to have the DSI panel finally working on VC4 (just waiting on > https://lists.freedesktop.org

Re: [PATCH] drm/atomic-helper: Calculate normalized zpos values

2017-11-19 Thread Daniel Vetter
On Mon, Nov 13, 2017 at 09:56:19PM +0100, Thierry Reding wrote: > On Mon, Nov 13, 2017 at 04:14:05PM +0200, Ville Syrjälä wrote: > > On Mon, Nov 13, 2017 at 02:48:20PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > kerneldoc for drm_plane_create_zpos_property() says that the

Re: [PATCH] MAINTAINERS: change maintainer for Rockchip drm drivers

2017-11-19 Thread Daniel Vetter
On Mon, Nov 13, 2017 at 06:15:31PM +0800, Mark Yao wrote: > For personal reasons, Mark Yao will leave rockchip, > can not continue maintain drm/rockchip, Sandy Huang > will take over the drm/rockchip. > > Cc: Sandy Huang > Cc: Heiko Stuebner > > Signed-off-by: Mark Yao Since rockchip is in dr

Re: linux-next: manual merge of the devicetree tree with the drm tree

2017-11-19 Thread Daniel Vetter
On Mon, Nov 13, 2017 at 09:51:29PM +0200, Jyri Sarha wrote: > On 11/13/17 20:43, Frank Rowand wrote: > > Hi Jyri, > > > > On 11/13/17 07:40, Jyri Sarha wrote: > >> On 11/13/17 07:58, Stephen Rothwell wrote: > >>> Hi all, > >>> > >>> On Mon, 30 Oct 2017 20:37:56 + Mark Brown wrote: > Toda

Re: [PATCH v5 04/12] drm/framebuffer: Add framebuffer debugfs file

2017-11-19 Thread Daniel Vetter
On Mon, Nov 13, 2017 at 11:31:28PM +0100, Noralf Trønnes wrote: > > Den 13.11.2017 23.17, skrev Chris Wilson: > > Quoting Noralf Trønnes (2017-11-13 22:12:06) > > > Den 13.11.2017 22.33, skrev Chris Wilson: > > > > Quoting Noralf Trønnes (2017-11-13 19:54:43) > > > > > Den 11.11.2017 19.55, skrev

Re: [PATCH 0/5] drm: drm_plane_helper_check_state() related stuff

2017-11-19 Thread Daniel Vetter
On Fri, Nov 10, 2017 at 11:42:59PM +0200, Ville Syrjälä wrote: > On Fri, Nov 10, 2017 at 01:26:47PM -0800, Sinclair Yeh wrote: > > Sorry this took so long. > > No worries. > > > > > The vmwgfx part: Reviewed-by: Sinclair Yeh > > > > I've done some testing and the vmwgfx part looks good. Has

Re: [GIT PULL] exynos-drm-next

2017-11-19 Thread Daniel Vetter
On Wed, Nov 15, 2017 at 10:26:45AM +0900, Inki Dae wrote: > Hi Dave, > > 2017년 11월 14일 13:22에 Dave Airlie 이(가) 쓴 글: > > On 26 October 2017 at 11:37, Inki Dae wrote: > >> Hi Dave, > >> > >>Improving Exynos DRM HDMI and Mixer drivers and also adding > >>HDMI audio support. > >> > >>Plea

Re: Operation context for TTM

2017-11-19 Thread Dieter Nützel
For the series: Tested-by: Dieter Nützel on RX580 amd-staging-drm-next 85d09ce5e5039644487e9508d6359f9f4cf64427 with glmark2, DiRT Rally and F1 2017 (radv) Dieter Am 17.11.2017 11:49, schrieb Christian König: Hi everyone, Michel already reviewed this back in April, but I didn't found time

Re: [PATCH 8/8] drm/amdgpu: use the new TTM bytes moved counter v2

2017-11-19 Thread Chunming Zhou
 Reviewed-by: Chunming Zhou for the series. btw: any new patch based on this for enabling eviction and swapout for per-vm-bo? Regards, David Zhou On 2017年11月17日 18:49, Christian König wrote: Instead of the global statistics use the per context bytes moved counter. v2: rebased Signed-off-b

[PATCH v2 4/4] drm/tinydrm: add driver for ILI9225 panels

2017-11-19 Thread David Lechner
This adds a new driver for display panels based on the Ilitek ILI9225 controller. This was developed for a no-name panel with a red PCB that is commonly marketed for Arduino. See . Signed-off-by: David Lechner --- v2 changes: * use exported mipi_dbi_* fu

[PATCH v2 1/4] dt-bindings: Add vendor prefix for ilitek

2017-11-19 Thread David Lechner
This adds the vendor prefix ilitek for ILI Technology Corporation (ILITEK). This prefix is already used several places and I will be adding more. Signed-off-by: David Lechner --- v2 changes: * New patch in v2 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 inser

[PATCH v2 0/4] DRM driver for ILI9225 display panels

2017-11-19 Thread David Lechner
This is a new driver for ILI9225 based display panels. v2 changes: * New patch for ilitek vendor prefix. * Use "ilitek" instead of "generic" in dt-bindings * New patch to export 2 mipi_dbi_* functions * Clean up ILI9225 driver based on feedback David Lechner (4): dt-bindings: Add vendor prefix

[PATCH v2 3/4] drm/tinydrm: export mipi_dbi_buf_copy and mipi_dbi_spi_cmd_max_speed

2017-11-19 Thread David Lechner
This exports the mipi_dbi_buf_copy() and mipi_dbi_spi_cmd_max_speed() functions so that they can be shared with other drivers. Signed-off-by: David Lechner --- v2 changes: * new patch in v2 drivers/gpu/drm/tinydrm/mipi-dbi.c | 24 include/drm/tinydrm/mipi-dbi.h |

[PATCH v2 2/4] dt-bindings: Add binding for Ilitek ILI9225 display panels

2017-11-19 Thread David Lechner
This adds a new binding for display panels that use an Ilitek ILI9225 controller. The "ilitek,ili9225-2.2in-176x220" device listed has no identification markings whatsoever and an hour of googling turned up nothing, hence the use of the size and resolution in the name instead of a model name. An

[Bug 103817] [bisected] Heavy flickering in Wine

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103817 --- Comment #1 from bartos.p...@gmail.com --- Created attachment 135588 --> https://bugs.freedesktop.org/attachment.cgi?id=135588&action=edit Jerricho before commit 4b0dc09 -- You are receiving this mail because: You are the assignee for the

[Bug 103817] [bisected] Heavy flickering in Wine

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103817 Bug ID: 103817 Summary: [bisected] Heavy flickering in Wine Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: maj

[Bug 101731] System freeze with AMDGPU when playing The Witcher 3 (GOG GOTY)

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101731 mirh changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 101731] System freeze with AMDGPU when playing The Witcher 3 (GOG GOTY)

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101731 --- Comment #81 from Józef Kucia --- (In reply to mirh from comment #80) > I also agree with Fabian. > Application going crazy with its own business is totally not a "problem of > the driver".. > But compromising system stability definitively

[Bug 197925] New: [amdgpu_dc][carrizo] multiple monitor handling errors

2017-11-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=197925 Bug ID: 197925 Summary: [amdgpu_dc][carrizo] multiple monitor handling errors Product: Drivers Version: 2.5 Kernel Version: 4.14+ (4.15 - git) Hardware: x86-64 OS: Linux

[Bug 102322] System crashes after "[drm] IP block:gmc_v8_0 is hung!" / [drm] IP block:sdma_v3_0 is hung!

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102322 --- Comment #1 from dwagner --- Sadly, not only did this bug not attract any attention, it also still occurs, and seemingly even more frequent than before, on current bleeding-edge kernels from amd-staging-drm-next, and also with the now current

[Bug 101731] System freeze with AMDGPU when playing The Witcher 3 (GOG GOTY)

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101731 mirh changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTOURBUG

[Bug 101731] System freeze with AMDGPU when playing The Witcher 3 (GOG GOTY)

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101731 --- Comment #79 from Fabian Maurer --- Nice to hear the bug is fixed in wine, but the mesa bug still exists, so the resolution is wrong. It's simply not acceptable for a driver to freeze the system if an application misbehaves. -- You are rece

Re: 4.9.62: intermittent flicker after upgrade from 4.9.61

2017-11-19 Thread Greg KH
On Sun, Nov 19, 2017 at 01:44:06PM +0100, Rainer Fiebig wrote: > Greg KH wrote: > > On Sun, Nov 19, 2017 at 12:56:26PM +0100, Rainer Fiebig wrote: > >> Greg KH wrote: > >>> On Sat, Nov 18, 2017 at 05:08:20PM +0100, Rainer Fiebig wrote: > Greg KH wrote: > > On Sat, Nov 18, 2017 at 01:47:32P

[Bug 103814] incorrect dust rendering in hl2ep1 with mesa 17.2 and above

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103814 Hleb Valoshka <375...@gmail.com> changed: What|Removed |Added Summary|incorrect dust rendering in |incorrect dust renderi

[Bug 103814] incorrect dust rendering in hl2ep1

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103814 Bug ID: 103814 Summary: incorrect dust rendering in hl2ep1 Product: Mesa Version: 17.2 Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal

FOSDEM 2018: Graphics DevRoom: Call for speaker.

2017-11-19 Thread Luc Verhaegen
Hi, At FOSDEM on saturday the 3rd of february 2018, there will be another graphics DevRoom. URL: https://fosdem.org/2018/ The focus of this DevRoom is of course the same as the previous editions, namely: * Graphics drivers: from display to media to 3d drivers, both in kernel or userspace. Be i

[Bug 101731] System freeze with AMDGPU when playing The Witcher 3 (GOG GOTY)

2017-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101731 Józef Kucia changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: 4.9.62: intermittent flicker after upgrade from 4.9.61

2017-11-19 Thread Greg KH
On Sun, Nov 19, 2017 at 12:56:26PM +0100, Rainer Fiebig wrote: > Greg KH wrote: > > On Sat, Nov 18, 2017 at 05:08:20PM +0100, Rainer Fiebig wrote: > >> Greg KH wrote: > >>> On Sat, Nov 18, 2017 at 01:47:32PM +0100, Rainer Fiebig wrote: > Hi! > > Hopefully the right addressee. >

[PATCH libdrm 2/2] tests/modeprint: Print details for IN_FORMATS blob

2017-11-19 Thread Wladimir J. van der Laan
Pretty-print formats and modifiers in IN_FORMATS blob. Signed-off-by: Wladimir J. van der Laan --- tests/modeprint/modeprint.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/tests/modeprint/modeprint.c b/tests/modeprint/modeprint.c index 42c0a1b..ce84279 100644 ---

[PATCH libdrm 0/2] Print plane modifiers in modeprint

2017-11-19 Thread Wladimir J. van der Laan
This patch series adds support for printing the properties of all DRM mode objects. This is subsequently used to parse the IN_FORMATS blob to be able to print the available modifiers and their formats. Wladimir J. van der Laan (2): tests/modeprint: Print plane and other object properties tests

[PATCH libdrm 1/2] tests/modeprint: Print plane and other object properties

2017-11-19 Thread Wladimir J. van der Laan
Make it possible to print plane properties, and the properties of other DRM mode objects, if available. Signed-off-by: Wladimir J. van der Laan --- tests/modeprint/modeprint.c | 100 ++-- 1 file changed, 96 insertions(+), 4 deletions(-) diff --git a/tests

Re: [PATCH 1/1] drm/amdkfd: Do not ignore requested queue size during allocation

2017-11-19 Thread Oded Gabbay
On Thu, Nov 16, 2017 at 11:36 PM, Jan Vesely wrote: > Signed-off-by: Jan Vesely > --- > drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue_vi.c > b/drivers/gpu/drm/amd/amdkfd/

Re: [git pull] amdkfd next 4.15 (fixes)

2017-11-19 Thread Oded Gabbay
Hi Dave, Did you pick this pull request ? If not, please disregard it and I'll send you a new one for -rc1 with two additional fixes (total of 5 commits). Thanks, Oded On Thu, Nov 9, 2017 at 9:38 AM, Oded Gabbay wrote: > Hi Dave, > > Three small fixes to the CIK SDMA code in amdkfd > > Thanks, >