Lines Matching +full:0 +full:x00000006

39 	{ 0x00000000, "GRCTX" },
40 { 0x00000001, "NOTIFY" },
41 { 0x00000002, "QUERY" },
42 { 0x00000003, "COND" },
43 { 0x00000004, "M2M_IN" },
44 { 0x00000005, "M2M_OUT" },
45 { 0x00000006, "M2M_NOTIFY" },
50 { 0x00000000, "CB" },
51 { 0x00000001, "TIC" },
52 { 0x00000002, "TSC" },
57 { 0x00000000, "RT0" },
58 { 0x00000001, "RT1" },
59 { 0x00000002, "RT2" },
60 { 0x00000003, "RT3" },
61 { 0x00000004, "RT4" },
62 { 0x00000005, "RT5" },
63 { 0x00000006, "RT6" },
64 { 0x00000007, "RT7" },
65 { 0x00000008, "ZETA" },
66 { 0x00000009, "LOCAL" },
67 { 0x0000000a, "GLOBAL" },
68 { 0x0000000b, "STACK" },
69 { 0x0000000c, "DST2D" },
74 { 0x00000000, "PUSHBUF" },
75 { 0x00000001, "SEMAPHORE" },
80 { 0x00000000, "FB" },
81 { 0x00000001, "IN" },
86 { 0x00000000, "STRMOUT" },
87 { 0x00000003, "DISPATCH", vm_dispatch_subclients },
88 { 0x00000004, "PFIFO_WRITE" },
89 { 0x00000005, "CCACHE", vm_ccache_subclients },
90 { 0x00000006, "PMSPPP" },
91 { 0x00000007, "CLIPID" },
92 { 0x00000008, "PFIFO_READ" },
93 { 0x00000009, "VFETCH" },
94 { 0x0000000a, "TEXTURE" },
95 { 0x0000000b, "PROP", vm_prop_subclients },
96 { 0x0000000c, "PVP" },
97 { 0x0000000d, "PBSP" },
98 { 0x0000000e, "PCRYPT" },
99 { 0x0000000f, "PCOUNTER" },
100 { 0x00000011, "PDAEMON" },
105 { 0x00000000, "PGRAPH" },
106 { 0x00000001, "PVP" },
107 { 0x00000004, "PEEPHOLE" },
108 { 0x00000005, "PFIFO", vm_pfifo_subclients },
109 { 0x00000006, "BAR", vm_bar_subclients },
110 { 0x00000008, "PMSPPP" },
111 { 0x00000008, "PMPEG" },
112 { 0x00000009, "PBSP" },
113 { 0x0000000a, "PCRYPT" },
114 { 0x0000000b, "PCOUNTER" },
115 { 0x0000000c, "SEMAPHORE_BG" },
116 { 0x0000000d, "PCE0" },
117 { 0x0000000e, "PMU" },
122 { 0x00000000, "PT_NOT_PRESENT" },
123 { 0x00000001, "PT_TOO_SHORT" },
124 { 0x00000002, "PAGE_NOT_PRESENT" },
125 { 0x00000003, "PAGE_SYSTEM_ONLY" },
126 { 0x00000004, "PAGE_READ_ONLY" },
127 { 0x00000006, "NULL_DMAOBJ" },
128 { 0x00000007, "WRONG_MEMTYPE" },
129 { 0x0000000b, "VRAM_LIMIT" },
130 { 0x0000000f, "DMAOBJ_LIMIT" },
147 idx = nvkm_rd32(device, 0x100c90); in nv50_fb_intr()
148 if (!(idx & 0x80000000)) in nv50_fb_intr()
150 idx &= 0x00ffffff; in nv50_fb_intr()
152 for (i = 0; i < 6; i++) { in nv50_fb_intr()
153 nvkm_wr32(device, 0x100c90, idx | i << 24); in nv50_fb_intr()
154 trap[i] = nvkm_rd32(device, 0x100c94); in nv50_fb_intr()
156 nvkm_wr32(device, 0x100c90, idx | 0x80000000); in nv50_fb_intr()
159 if (device->chipset < 0xa3 || in nv50_fb_intr()
160 device->chipset == 0xaa || device->chipset == 0xac) { in nv50_fb_intr()
161 st0 = (trap[0] & 0x0000000f) >> 0; in nv50_fb_intr()
162 st1 = (trap[0] & 0x000000f0) >> 4; in nv50_fb_intr()
163 st2 = (trap[0] & 0x00000f00) >> 8; in nv50_fb_intr()
164 st3 = (trap[0] & 0x0000f000) >> 12; in nv50_fb_intr()
166 st0 = (trap[0] & 0x000000ff) >> 0; in nv50_fb_intr()
167 st1 = (trap[0] & 0x0000ff00) >> 8; in nv50_fb_intr()
168 st2 = (trap[0] & 0x00ff0000) >> 16; in nv50_fb_intr()
169 st3 = (trap[0] & 0xff000000) >> 24; in nv50_fb_intr()
184 (trap[5] & 0x00000100) ? "read" : "write", in nv50_fb_intr()
185 trap[5] & 0xff, trap[4] & 0xffff, trap[3] & 0xffff, in nv50_fb_intr()
202 nvkm_wr32(device, 0x100c90, fb->func->trap); in nv50_fb_init()
211 return 0; in nv50_fb_tags()
217 nvkm_wr32(fb->subdev.device, 0x100c08, fb->sysmem.flush_page_addr >> 8); in nv50_fb_sysmem_flush_page_init()
249 return 0; in nv50_fb_new_()
256 .trap = 0x000707ff,