]> git.hungrycats.org Git - linux/commitdiff
drm/nouveau/gr: document mp error 0x10
authorIlia Mirkin <imirkin@alum.mit.edu>
Wed, 7 Oct 2015 22:39:32 +0000 (18:39 -0400)
committerSasha Levin <sasha.levin@oracle.com>
Fri, 17 Jun 2016 19:36:41 +0000 (15:36 -0400)
[ Upstream commit 3988f645f053a6889d00324dac3e57bd62cb8900 ]

NVIDIA provided the documentation for mp error 0x10, INVALID_ADDR_SPACE,
which apparently happens when trying to use an atomic operation on
local or shared memory (instead of global memory).

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c

index 5606c25e5d02998fc415a5b9705d9a40868f2a10..eb043217e8afd0158266832f09b0f9721395ce22 100644 (file)
@@ -804,6 +804,7 @@ static const struct nvkm_enum gf100_mp_warp_error[] = {
        { 0x0d, "GPR_OUT_OF_BOUNDS" },
        { 0x0e, "MEM_OUT_OF_BOUNDS" },
        { 0x0f, "UNALIGNED_MEM_ACCESS" },
+       { 0x10, "INVALID_ADDR_SPACE" },
        { 0x11, "INVALID_PARAM" },
        {}
 };