Searched refs:nv40_gr_ofuncs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv40.c | 80 nv40_gr_ofuncs = { variable 91 { 0x0012, &nv40_gr_ofuncs, NULL }, /* beta1 */ 92 { 0x0019, &nv40_gr_ofuncs, NULL }, /* clip */ 93 { 0x0030, &nv40_gr_ofuncs, NULL }, /* null */ 94 { 0x0039, &nv40_gr_ofuncs, NULL }, /* m2mf */ 95 { 0x0043, &nv40_gr_ofuncs, NULL }, /* rop */ 96 { 0x0044, &nv40_gr_ofuncs, NULL }, /* patt */ 97 { 0x004a, &nv40_gr_ofuncs, NULL }, /* gdi */ 98 { 0x0062, &nv40_gr_ofuncs, NULL }, /* surf2d */ 99 { 0x0072, &nv40_gr_ofuncs, NULL }, /* beta4 */ [all …]
|