Re: Enabling peer to peer device transactions for PCIe devices

2017-01-12 Thread Logan Gunthorpe
On 11/01/17 09:54 PM, Stephen Bates wrote: > The iopmem patchset addressed all the use cases above and while it is not > an in kernel API it could have been modified to be one reasonably easily. > As Logan states the driver can then choose to pass the VMAs to user-space > in a manner that makes s

Re: [PATCH v2 7/7] uapi: export all headers under uapi directories

2017-01-12 Thread Jan Engelhardt
On Thursday 2017-01-12 16:52, Nicolas Dichtel wrote: >Le 09/01/2017 à 13:56, Christoph Hellwig a écrit : >> On Fri, Jan 06, 2017 at 10:43:59AM +0100, Nicolas Dichtel wrote: >>> Regularly, when a new header is created in include/uapi/, the developer >>> forgets to add it in the corresponding Kbuild

Re: [Intel-gfx] [PATCH] drm/probe-helpers: Drop locking from poll_enable

2017-01-12 Thread Lyude Paul
Fixes locking issues I've witnessed on the W541. Tested-by: Lyude Reviewed-by: Lyude On Wed, 2017-01-11 at 10:01 +0100, Daniel Vetter wrote: > It was only needed to protect the connector_list walking, see > > commit 8c4ccc4ab6f64e859d4ff8d7c02c2ed2e956e07f > Author: Daniel Vetter > Date:   Th

Re: [Intel-gfx] [PATCH 05/10] drm/i915/psr: enable ALPM for psr2

2017-01-12 Thread Rodrigo Vivi
patches 3, 4 and 5 merged to dinq. Thanks for patches and reviews. On Thu, Jan 5, 2017 at 12:38 PM, Jim Bride wrote: > On Mon, Jan 02, 2017 at 05:00:58PM +0530, vathsala nagaraju wrote: >> As per edp1.4 spec , alpm is required for psr2 operation as it's >> used for all psr2 main link power down

[Bug 99387] Kernel 4.9: Kaveri + Hainan choked on boot using amdgpu

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99387 --- Comment #4 from Luya Tshimbalanga --- Thanks for the pointer Alex. I will remove that parameter and will post the result as soon as possible. -- You are receiving this mail because: You are the assignee for the bug._

[Bug 99392] Ark survival evolved won't start

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99392 --- Comment #1 from Michel Dänzer --- Might be the same as or at least related to bug 95374. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-dev

[PATCH libdrm] xf86drm: fix valgrind warning in drmParsePciBusInfo

2017-01-12 Thread Nicholas Miell
From 714d07f600db39498c87d7816f4dd3a7e6d9bbca Mon Sep 17 00:00:00 2001 From: Nicholas Miell Date: Thu, 12 Jan 2017 15:43:07 -0800 Subject: [PATCH libdrm] xf86drm: fix valgrind warning in drmParsePciBusInfo The current implementation reads (up to) 513 bytes, overwrites the 513th byte with '\0' and

[Bug 99387] Kernel 4.9: Kaveri + Hainan choked on boot using amdgpu

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99387 Luya Tshimbalanga changed: What|Removed |Added Attachment #128917|0 |1 is obsolete|

[Bug 99387] Kernel 4.9: Kaveri + Hainan choked on boot using amdgpu

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99387 --- Comment #6 from Michel Dänzer --- (In reply to Luya Tshimbalanga from comment #5) > Jan 12 18:53:38 kernel: [drm:uvd_v4_2_start [amdgpu]] *ERROR* UVD not > responding, giving up!!! There are other bug reports about this. You may be able to a

[Bug 99393] mesa build failure when using config.status: sid_tables.h generation

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99393 Emil Velikov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 98604] [VDPAU, DRI3] Fullscreen flash video fails when hardware acceleration is enabled.

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98604 --- Comment #12 from Dieter Nützel --- (In reply to Michel Dänzer from comment #11) > Can you get a backtrace of a crash with gdb? Hello Michel, no backtrace of a crash, but I could attach gdb on running konqueror process. BBC weather side need

[Bug 99387] Kernel 4.9: Kaveri + Hainan choked on boot using amdgpu

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99387 Luya Tshimbalanga changed: What|Removed |Added Attachment #128923|0 |1 is obsolete|

[patch] drm/vc4: fix a bounds check

2017-01-12 Thread Dan Carpenter
We accidentally return success even if vc4_full_res_bounds_check() fails. Fixes: d5b1a78a772f ("drm/vc4: Add support for drawing 3D frames.") Signed-off-by: Dan Carpenter --- Not tested. diff --git a/drivers/gpu/drm/vc4/vc4_render_cl.c b/drivers/gpu/drm/vc4/vc4_render_cl.c index 08886a3..5cdd00

<    1   2