Displaying 2 results from an estimated 2 matches for "tpc_geom".
2019 Sep 29
1
nouveau locking machine solid
...GRAPH TLB flush idle timeout fail [ 1458.535048] nouveau
0000:01:00.0: gr: PGRAPH_STATUS 00c01e01 [BUSY VFETCH CCACHE_PREGEOM
STRMOU [ 1458.535058] nouveau 0000:01:00.0: gr: PGRAPH_VSTATUS0:
00041249 [VFETCH CCACHE PREGEOM POSTGEOM [ 1458.535065] nouveau
0000:01:00.0: gr: PGRAPH_VSTATUS1: 00001200 [TPC_GEOM TPC_MP] [
1458.535071] nouveau 0000:01:00.0: gr: PGRAPH_VSTATUS2: 00000000 [] [
1460.536488] nouveau 0000:01:00.0: gr: PGRAPH TLB flush idle timeout
fail [ 1460.536500] nouveau 0000:01:00.0: gr: PGRAPH_STATUS 00c03e01
[BUSY VFETCH CCACHE_PREGEOM STRMOU [ 1460.536504] nouveau 0000:01:00.0:
gr: PGRAP...
2014 Feb 05
0
[PATCH] drm/nv50/graph: update status enum names
...t;TPROP" },
- { 0x00200000, "TEX" },
- { 0x00400000, "TPVP" },
- { 0x00800000, "MP" },
+ { 0x00040000, "RMASK" },
+ { 0x00080000, "TPC_RAST" },
+ { 0x00100000, "TPC_PROP" },
+ { 0x00200000, "TPC_TEX" },
+ { 0x00400000, "TPC_GEOM" },
+ { 0x00800000, "TPC_MP" },
{ 0x01000000, "ROP" },
{}
};
static const char *const nv50_pgraph_vstatus_0[] = {
- "VFETCH", "CCACHE", "UNK4", "UNK5", "GSCHED", "STRMOUT", "UNK14XX", NULL
+ "...