Displaying 3 results from an estimated 3 matches for "tpc_tex".
2019 May 01
24
[Bug 110572] New: System Crash: nouveau 0000:08:00.0: gr: PGRAPH TLB flush idle timeout fail and nouveau 0000:08:00.0: mmu: ce0 mmu invalidate timeout
...08:00.0: bios: OOB 1 d7500086 d7500086
Mai 01 08:25:31 colord-sane[478]: io/hpmud/pp.c 627: unable to read device-id
ret=-1
Mai 01 08:47:35 kernel: nouveau 0000:08:00.0: gr: PGRAPH TLB flush idle
timeout fail
Mai 01 08:47:35 kernel: nouveau 0000:08:00.0: gr: PGRAPH_STATUS 00b00001 [BUSY
TPC_PROP TPC_TEX TPC_MP]
Mai 01 08:47:35 kernel: nouveau 0000:08:00.0: gr: PGRAPH_VSTATUS0: 00000000 []
Mai 01 08:47:35 kernel: nouveau 0000:08:00.0: gr: PGRAPH_VSTATUS1: 00005068
[TPC_TEX]
Mai 01 08:47:35 kernel: nouveau 0000:08:00.0: gr: PGRAPH_VSTATUS2: 00000000 []
Mai 01 08:47:41 kernel: nouveau 0000:08:00....
2018 Apr 07
6
[Bug 105940] New: Display freeze caused by nouveau
...oration GT215 [GeForce GT 320]
(rev a2)
Excerpt of journalctl (full journalctl in attachment):
apr 07 12:51:35 kernel: nouveau 0000:01:00.0: gr: PGRAPH TLB flush idle timeout
fail
apr 07 12:51:35 kernel: nouveau 0000:01:00.0: gr: PGRAPH_STATUS 00be0003 [BUSY
DISPATCH ENG2D RMASK TPC_RAST TPC_PROP TPC_TEX TPC_MP]
apr 07 12:51:35 kernel: nouveau 0000:01:00.0: gr: PGRAPH_VSTATUS0: 00000000 []
apr 07 12:51:35 kernel: nouveau 0000:01:00.0: gr: PGRAPH_VSTATUS1: 0000106d
[TPC_TEX TPC_MP]
apr 07 12:51:35 kernel: nouveau 0000:01:00.0: gr: PGRAPH_VSTATUS2: 00148000
[ENG2D]
apr 07 12:51:35 kernel: -----------...
2014 Feb 05
0
[PATCH] drm/nv50/graph: update status enum names
...ot;TPRAST" },
- { 0x00100000, "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&...