search for: xy_out_of_bounds

Displaying 5 results from an estimated 5 matches for "xy_out_of_bounds".

2012 Oct 27
3
[Bug 56446] New: BUG: unable to handle kernel paging request at ffffc90014e00000
...OS: Linux (All) Reporter: crrodriguez at opensuse.org Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Driver/nouveau Product: xorg kernel 3.7 rc2 [ 7128.389874] nouveau E[ PGRAPH][0000:08:00.0] DATA_ERROR XY_OUT_OF_BOUNDS [ 7128.389880] nouveau [ PGRAPH][0000:08:00.0] DATA_ERROR [ 7128.389884] nouveau E[ PGRAPH][0000:08:00.0] ch 13 [0x001ecb0000] subc 5 class 0x5039 mthd 0x0328 data 0x00000000 [ 7128.631253] [TTM] Illegal buffer object size [ 7128.631570] nouveau E[ PGRAPH][0000:08:00.0] DATA_ERROR XY_OUT_OF_BO...
2012 May 06
1
[envytools PATCH] nv50/pgraph: DATA_ERROR 0x24
--- rnndb/nv50_pgraph.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/rnndb/nv50_pgraph.xml b/rnndb/nv50_pgraph.xml index 92d69ea..6499631 100644 --- a/rnndb/nv50_pgraph.xml +++ b/rnndb/nv50_pgraph.xml @@ -93,6 +93,9 @@ <value value="0x23" name="XY_OUT_OF_BOUNDS"> <!-- m2mf at least. 2d too? --> <brief>Your x/y coords exceed the size of your surface.</brief> </value> + <value value="0x24" name="VP_NO_INPUT_MASK"> + <brief>You tried to submit vertices without setting input mask (VP_ATTR_E...
2012 Jan 25
2
[Bug 45230] New: freezing nouveau
...idate Jan 25 14:48:30 heisenberg kernel: [ 7873.464107] [drm] nouveau 0000:01:00.0: validate vram_list Jan 25 14:48:30 heisenberg kernel: [ 7873.464117] [drm] nouveau 0000:01:00.0: validate: -12 or: Jan 23 02:26:07 heisenberg kernel: [18659.474400] [drm] nouveau 0000:01:00.0: PGRAPH - DATA_ERROR XY_OUT_OF_BOUNDS Jan 23 02:26:07 heisenberg kernel: [18659.474407] [drm] nouveau 0000:01:00.0: PGRAPH - DATA_ERROR Jan 23 02:26:07 heisenberg kernel: [18659.474411] [drm] nouveau 0000:01:00.0: PGRAPH - ch 4 (0x0001da0000) subc 7 class 0x5039 mthd 0x0328 data 0x00000000 Any ideas? Need further data? Cheers, Chri...
2014 Jan 16
2
[PATCH] drm/nv50/graph: add more trap names to print on error
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- I made the assumption that showing the address is generally useful. Worst case, it won't make sense but still be displayed. Seems simpler than special-casing things. drivers/gpu/drm/nouveau/core/engine/graph/nv50.c | 117 ++++++++++++----------- 1 file changed, 63 insertions(+), 54 deletions(-) diff --git
2014 Mar 23
0
[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated
...+ { 0x0000001b, "SAMPLER_OVER_LIMIT", NULL }, + { 0x0000001c, "TEXTURE_OVER_LIMIT", NULL }, + { 0x0000001e, "GP_TOO_MANY_OUTPUTS", NULL }, + { 0x0000001f, "RT_BPP128_WITH_MS8", NULL }, + { 0x00000021, "Z_OUT_OF_BOUNDS", NULL }, + { 0x00000023, "XY_OUT_OF_BOUNDS", NULL }, + { 0x00000024, "VP_ZERO_INPUTS", NULL }, + { 0x00000027, "CP_MORE_PARAMS_THAN_SHARED", NULL }, + { 0x00000028, "CP_NO_REG_SPACE_STRIPED", NULL }, + { 0x00000029, "CP_NO_REG_SPACE_PACKED", NULL }, + { 0x0000002a, "CP_NOT_ENOUGH_WARPS"...