Displaying 2 results from an estimated 2 matches for "cp_more_params_than_shar".
Did you mean:
cp_more_params_than_shared
2012 May 06
1
[envytools PATCH] nv50/pgraph: DATA_ERROR 0x24
...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_EN).</brief>
+ </value>
<value value="0x27" name="CP_MORE_PARAMS_THAN_SHARED">
<brief>You tried to launch block with more params than allocated s[] space.</brief>
</value>
--
1.7.8.5
2014 Mar 23
0
[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated
...LL },
+ { 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", NULL },
+ { 0x0000002b, "CP_BLOCK_SIZE_MISMATCH", NULL },
+ { 0x0000002c, "CP_NOT_ENOUGH_LOCAL_WA...