[Nouveau] [PATCH] gm107/ir: fix texture argument order

2014-09-25 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Cc: 10.3 mesa-sta...@lists.freedesktop.org --- With this, all the tex-miplevel-selection tests pass on maxwell. There is a minor bit of this change which affects textureGrad on kepler that I have yet to test, but I'm moderately sure it's correct and

[Nouveau] [PATCH 1/2] drm/nouveau/disp/nv50: Add PFB writes

2014-09-25 Thread Pierre Moreau
This fix a GPU lockup on 9400M (NVAC) when using acceleration, see #27501. Signed-off-by: Pierre Moreau pierre.mor...@free.fr --- drivers/gpu/drm/nouveau/core/engine/disp/nv50.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c

[Nouveau] [PATCH 2/2] drm/nouveau: Allow noaccel to be a pci address

2014-09-25 Thread Pierre Moreau
noaccel option now defaults to null which has no effect, it can still equal 1, which disables acceleration for all cards, or be a pci address and disable acceleration for that card only Signed-off-by: Pierre Moreau pierre.mor...@free.fr --- drivers/gpu/drm/nouveau/nouveau_drm.c | 16

Re: [Nouveau] [PATCH 1/2] drm/nouveau/disp/nv50: Add PFB writes

2014-09-25 Thread Roy Spliet
NACK as far as I'm concerned, PFB initialisation belongs in core/subdev/fb. Also, is this required for NVAA as well? Op 25-09-14 om 11:36 schreef Pierre Moreau: This fix a GPU lockup on 9400M (NVAC) when using acceleration, see #27501. Signed-off-by: Pierre Moreau pierre.mor...@free.fr ---

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 --- Comment #37 from Joanand macgyver...@web.de --- Hi Pierre, Both patches seems to work (tested 1x on 3.17.rc6). Xorg-x11 starts with fluxbox, messages show that 9600 is unacclerated and 9400 is acclerated. There is are two errors in your

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 --- Comment #38 from Pierre Moreau pierre.mor...@free.fr --- (In reply to comment #37) Hi Pierre, Both patches seems to work (tested 1x on 3.17.rc6). Xorg-x11 starts with fluxbox, messages show that 9600 is unacclerated and 9400 is

[Nouveau] [Bug 67315] [NVAA] System lockup with X consuming all CPU

2014-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67315 --- Comment #23 from Pierre Moreau pierre.mor...@free.fr --- Created attachment 106849 -- https://bugs.freedesktop.org/attachment.cgi?id=106849action=edit Add some writes to 0x100c14 Does this patch help (applying it to a recent kernel code

[Nouveau] [Bug 69928] [NVAA] Boot of linux kernel 3.12-rc2 hangs

2014-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69928 --- Comment #17 from Pierre Moreau pierre.mor...@free.fr --- Created attachment 106850 -- https://bugs.freedesktop.org/attachment.cgi?id=106850action=edit Add some writes to 0x100c14 Does this patch help (applying it to a recent kernel code

Re: [Nouveau] [5/5] ARM: tegra: jetson-tk1: enable GK20A GPU

2014-09-25 Thread Stephen Warren
On 09/25/2014 07:27 AM, Sjoerd Simons wrote: Playing a bit with todays linux-next on my jetson, it seems this patch is still required for enabling the GPU. Is there anything blocking it (firmware not available yet in liux-firmware?) I think initially I was waiting for the DRM patch drm/nouvea:

Re: [Nouveau] [5/5] ARM: tegra: jetson-tk1: enable GK20A GPU

2014-09-25 Thread Thierry Reding
On Thu, Sep 25, 2014 at 09:48:01AM -0600, Stephen Warren wrote: On 09/25/2014 07:27 AM, Sjoerd Simons wrote: Playing a bit with todays linux-next on my jetson, it seems this patch is still required for enabling the GPU. Is there anything blocking it (firmware not available yet in

Re: [Nouveau] [5/5] ARM: tegra: jetson-tk1: enable GK20A GPU

2014-09-25 Thread Stephen Warren
On 09/25/2014 10:41 AM, Thierry Reding wrote: On Thu, Sep 25, 2014 at 09:48:01AM -0600, Stephen Warren wrote: On 09/25/2014 07:27 AM, Sjoerd Simons wrote: Playing a bit with todays linux-next on my jetson, it seems this patch is still required for enabling the GPU. Is there anything blocking

Re: [Nouveau] [PATCH] drm/nv84+: fix fence context seqno's

2014-09-25 Thread Ted Percival
On 09/23/2014 08:24 AM, Maarten Lankhorst wrote: Op 23-09-14 om 07:35 schreef Ben Skeggs: On 09/22/2014 03:08 AM, Maarten Lankhorst wrote: This fixes a regression introduced by drm/nouveau: rework to new fence interface (commit 29ba89b2371d466). I'm still seeing issues with suspend, even

[Nouveau] [PATCH] gm107/ir: take relative pfetch offset into account

2014-09-25 Thread Ilia Mirkin
There is no dedicated instruction for this, so just combine it with the constant offset. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Cc: 10.3 mesa-sta...@lists.freedesktop.org --- This fixes the spec/glsl-1.50/execution/geometry/dynamic_input_array_index piglit test.

Re: [Nouveau] [5/5] ARM: tegra: jetson-tk1: enable GK20A GPU

2014-09-25 Thread Alexandre Courbot
On 09/26/2014 12:48 AM, Stephen Warren wrote: On 09/25/2014 07:27 AM, Sjoerd Simons wrote: Playing a bit with todays linux-next on my jetson, it seems this patch is still required for enabling the GPU. Is there anything blocking it (firmware not available yet in liux-firmware?) I think