search for: ccache_unk4

Displaying 6 results from an estimated 6 matches for "ccache_unk4".

2012 Nov 06
1
[PATCH] drm/nv50: decode PGRAPH status registers on TLB flush fail
Now it outputs: nouveau E[ PGRAPH][0000:02:00.0] PGRAPH TLB flush idle timeout fail nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK1CXX CLIPID ZCULL ENG2D UNK34XX TPRAST TPROP ROP (0x011fde03) nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS: CCACHE (0x00145b4d) (0x0000002d) ENG2D ROP (0x0034db40) instead of: [drm] nouveau 0000:02:00.0: PGRAPH TLB flush idle timeout fail: 0x011fde03 0x00145b4d 0...
2012 Aug 19
1
[PATCH 01/10] drm/nv50: decode PGRAPH status registers on TLB flush fail
Now it outputs: nouveau E[ PGRAPH][0000:02:00.0] PGRAPH TLB flush idle timeout fail nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK1CXX CLIPID ZCULL ENG2D UNK34XX TPRAST TPROP ROP (0x011fde03) nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS_0: CCACHE (0x00145b4d) nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS_1: (0x0000002d) nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS_2: ENG2D ROP (0x0034...
2013 Jun 18
1
kernel bug nouveau, total system hang, X crashed
...c0000 [Xorg[29026]] 2013-06-14T04:23:14.912466+02:00 linux-zxd7 kernel: [305134.597340] nouveau E[ PGRAPH][0000:04:00.0] PGRAPH TLB flush idle timeout fail 2013-06-14T04:23:14.912468+02:00 linux-zxd7 kernel: [305134.597343] nouveau E[ PGRAPH][0000:04:00.0] PGRAPH_STATUS : 0x00000501 BUSY CTXPROG CCACHE_UNK4 2013-06-14T04:23:14.912470+02:00 linux-zxd7 kernel: [305134.597349] nouveau E[ PGRAPH][0000:04:00.0] PGRAPH_VSTATUS0: 0x00000008 CCACHE 2013-06-14T04:23:14.912472+02:00 linux-zxd7 kernel: [305134.597353] nouveau E[ PGRAPH][0000:04:00.0] PGRAPH_VSTATUS1: 0x00000000 2013-06-14T04:23:14.912475+02:00...
2014 Jan 17
19
[Bug 73744] New: Constant lock ups with NVIDIA GeForce 8400 GS
https://bugs.freedesktop.org/show_bug.cgi?id=73744 Priority: medium Bug ID: 73744 Assignee: nouveau at lists.freedesktop.org Summary: Constant lock ups with NVIDIA GeForce 8400 GS QA Contact: xorg-team at lists.x.org Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: grave_123 at
2012 Nov 25
1
Reproducible "PGRAPH TLB flush timeout" hang on NV96
...H][0000:01:00.0] PGRAPH TLB flush idle timeout fail: 0x019ffe03 0x00145009 0x0000102d 0x0034db43 I also updated the kernel to latest because it has the improved parsing: Nov 25 23:42:57 madman kernel: [ 169.014553] nouveau E[ PGRAPH][0000:01:00.0] PGRAPH_STATUS : 0x019ffe03 BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK24XX_CSCHED UNK1CXX CLIPID ZCULL ENG2D UNK34XX TPRAST TPROP MP ROP Nov 25 23:42:57 madman kernel: [ 169.014564] nouveau E[ PGRAPH][0000:01:00.0] PGRAPH_VSTATUS0: 0x00145009 VFETCH CCACHE Nov 25 23:42:57 madman kernel: [ 169.014569] nouveau E[ PGRAPH][0000:01:00.0] P...
2014 Feb 05
0
[PATCH] drm/nv50/graph: update status enum names
.../core/engine/graph/nv50.c +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c @@ -197,34 +197,35 @@ static const struct nouveau_bitfield nv50_pgraph_status[] = { { 0x00000080, "UNK7" }, { 0x00000100, "CTXPROG" }, { 0x00000200, "VFETCH" }, - { 0x00000400, "CCACHE_UNK4" }, - { 0x00000800, "STRMOUT_GSCHED_UNK5" }, - { 0x00001000, "UNK14XX" }, - { 0x00002000, "UNK24XX_CSCHED" }, - { 0x00004000, "UNK1CXX" }, + { 0x00000400, "CCACHE_PREGEOM" }, + { 0x00000800, "STRMOUT_VATTR_POSTGEOM" }, + { 0x00001000,...