search for: nv50_graph_trap_prop

Displaying 2 results from an estimated 2 matches for "nv50_graph_trap_prop".

2014 Jan 16
2
[PATCH] drm/nv50/graph: add more trap names to print on error
.../core/engine/graph/nv50.c index 03de517..3bdb158 100644 --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c @@ -396,6 +396,63 @@ static const struct nouveau_bitfield nv50_graph_intr_name[] = { {} }; +static const struct nouveau_bitfield nv50_graph_trap_prop[] = { + { 0x00000004, "SURF_WIDTH_OVERRUN" }, + { 0x00000008, "SURF_HEIGHT_OVERRUN" }, + { 0x00000010, "DST2D_FAULT" }, + { 0x00000020, "ZETA_FAULT" }, + { 0x00000040, "RT_FAULT" }, + { 0x00000080, "CUDA_FAULT" }, + { 0x00000100, "DST...
2014 Jan 16
0
[PATCH] drm/nv50/graph: add more trap names to print on error
.....3bdb158 100644 > --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c > +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c > @@ -396,6 +396,63 @@ static const struct nouveau_bitfield nv50_graph_intr_name[] = { > {} > }; > > +static const struct nouveau_bitfield nv50_graph_trap_prop[] = { > + { 0x00000004, "SURF_WIDTH_OVERRUN" }, > + { 0x00000008, "SURF_HEIGHT_OVERRUN" }, > + { 0x00000010, "DST2D_FAULT" }, > + { 0x00000020, "ZETA_FAULT" }, > + { 0x00000040, "RT_FAULT" }, > +...