Displaying 5 results from an estimated 5 matches for "gpr_out_of_bounds".
2015 Sep 30
2
Documentation request for MP warp error 0x10
...value="1" name="STACK_MISMATCH"/>
<value value="5" name="MISALIGNED_PC"/>
<value value="8" name="MISALIGNED_GPR"/>
<value value="9" name="INVALID_OPCODE"/>
<value value="13" name="GPR_OUT_OF_BOUNDS"/>
<value value="14" name="MEM_OUT_OF_BOUNDS"/>
<value value="17" name="INVALID_PARAM"/>
</bitfield>
</reg32>
[Additionally it seems like 15 = UNALIGNED_MEM_ACCESS]
It seems to happen whenever I try to access global memory on...
2015 Oct 02
2
Documentation request for MP warp error 0x10
...K_MISMATCH"/>
>> <value value="5" name="MISALIGNED_PC"/>
>> <value value="8" name="MISALIGNED_GPR"/>
>> <value value="9" name="INVALID_OPCODE"/>
>> <value value="13" name="GPR_OUT_OF_BOUNDS"/>
>> <value value="14" name="MEM_OUT_OF_BOUNDS"/>
>> <value value="17" name="INVALID_PARAM"/>
>> </bitfield>
>> </reg32>
>>
>> [Additionally it seems like 15 = UNALIGNED_MEM_ACCESS]
>>...
2015 Oct 07
1
[PATCH 1/2] gr: document mp error 0x10
...ertion(+)
diff --git a/drm/nouveau/nvkm/engine/gr/gf100.c b/drm/nouveau/nvkm/engine/gr/gf100.c
index f1358a5..dda7a7d 100644
--- a/drm/nouveau/nvkm/engine/gr/gf100.c
+++ b/drm/nouveau/nvkm/engine/gr/gf100.c
@@ -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" },
{}
};
--
2.4.9
2015 Oct 02
0
Documentation request for MP warp error 0x10
...;
> >> <value value="5" name="MISALIGNED_PC"/>
> >> <value value="8" name="MISALIGNED_GPR"/>
> >> <value value="9" name="INVALID_OPCODE"/>
> >> <value value="13" name="GPR_OUT_OF_BOUNDS"/>
> >> <value value="14" name="MEM_OUT_OF_BOUNDS"/>
> >> <value value="17" name="INVALID_PARAM"/>
> >> </bitfield>
> >> </reg32>
> >>
> >> [Additionally it seems like 15 =...
2013 Nov 30
58
[Bug 72180] New: Nouveau Random GPU Lockups
https://bugs.freedesktop.org/show_bug.cgi?id=72180
Priority: medium
Bug ID: 72180
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau Random GPU Lockups
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: bass.jordan+bugzilla at gmail.com