[PATCH] drm/nouveau/mpeg: mthd returns true on success now

2017-03-18 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin Fixes: 590801c1a3 ("drm/nouveau/mpeg: remove dependence on namedb/engctx lookup") Cc: sta...@vger.kernel.org # v4.3+ --- This is just a nice-to-have, as it only affects an error print afterwards. drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c

[Bug 100270] power usage increase by approx 4W between kernel 4.7.8 and 4.8.5

2017-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100270 Alan Coopersmith changed: What|Removed |Added Product|xorg|DRI

[PATCH] drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one

2017-03-18 Thread Ilia Mirkin
The NV4A (aka NV44A) is an oddity in the family. It only comes in AGP and PCI varieties, rather than a core PCIE chip with a bridge for AGP/PCI as necessary. As a result, it appears that the MMU is also non-functional. For AGP cards, the vast majority of the NV4A lineup, this worked out since we

[Bug 96868] AMDGPU Tonga only does 2560x1440 at 120hz, switching to 144hz causes display errors, same thing used to happen with fglrx.

2017-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96868 --- Comment #13 from zxvfxwing --- Thank You comment #11. So I had the same problem with my RX 480 8GB, screen artifact at 144Hz (1920x1080). Your command as root did the trick. Thx again :) We should post it in some

Re: GEM allocation for para-virtualized DRM driver

2017-03-18 Thread Rob Clark
On Sat, Mar 18, 2017 at 10:44 AM, Oleksandr Andrushchenko wrote: then TTM might be useful. >>> >>> I was looking into it, but it seems to be an overkill in my case >>> And isn't it that GEM should be used for new drivers, not TTM? >> >> Not really, it's just that

Re: [PATCH 1/3] drm/etnaviv: submit support for in-fences

2017-03-18 Thread Christian König
Am 17.03.2017 um 15:58 schrieb Lucas Stach: Am Freitag, den 17.03.2017, 14:42 + schrieb Russell King - ARM Linux: On Fri, Mar 17, 2017 at 03:10:21PM +0100, Lucas Stach wrote: Am Donnerstag, den 16.03.2017, 12:05 +0100 schrieb Philipp Zabel: Hi Gustavo, On Mon, 2017-03-13 at 14:37 -0300,

Re: GEM allocation for para-virtualized DRM driver

2017-03-18 Thread Rob Clark
On Sat, Mar 18, 2017 at 9:25 AM, Oleksandr Andrushchenko wrote: > Hi, Rob > > On 03/18/2017 02:22 PM, Rob Clark wrote: >> >> On Fri, Mar 17, 2017 at 1:39 PM, Oleksandr Andrushchenko >> wrote: >>> >>> Hello, >>> I am writing a para-virtualized DRM driver

Re: [PATCH] drm/msm: for array in-fences, check if all backing fences are from our own context before waiting

2017-03-18 Thread Rob Clark
On Fri, Mar 17, 2017 at 2:38 PM, Philipp Zabel wrote: > Use the dma_fence_match_context helper to check if all backing fences > are from our own context, in which case we don't have to wait. > > Signed-off-by: Philipp Zabel > Cc: Rob Clark

Re: GEM allocation for para-virtualized DRM driver

2017-03-18 Thread Rob Clark
On Fri, Mar 17, 2017 at 1:39 PM, Oleksandr Andrushchenko wrote: > Hello, > I am writing a para-virtualized DRM driver for Xen hypervisor > and it now works with DRM CMA helpers, but I would also like > to make it work with non-contigous memory: virtual machine > that the

Re: [PATCH v2 0/5] Thunderbolt GPU fixes

2017-03-18 Thread Lukas Wunner
Hi Daniel, On Fri, Mar 10, 2017 at 09:23:45PM +0100, Lukas Wunner wrote: > Fix Thunderbolt-related issues in apple-gmux and vga_switcheroo, v2: > > Same as v1 but includes all the acks collected and in patch [1/5] > the commit message and a code comment were edited as requested by > Bjorn