mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
drm/nouveau/gr: document mp error 0x10
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>
This commit is contained in:
parent
bad4274a69
commit
3988f645f0
@ -882,6 +882,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" },
|
||||
{}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user