nv44_gr_class     209 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c 		if (nv44_gr_class(ctx->device)) {
nv44_gr_class     218 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c 		if (!nv44_gr_class(ctx->device)) {
nv44_gr_class     536 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c 	int len = nv44_gr_class(ctx->device) ? 0x0084 : 0x0684;
nv44_gr_class     571 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c 		vs_len = nv44_gr_class(device) ? 0x4980/4 : 0x4a40/4;
nv44_gr_class     575 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.c 	cp_out(ctx, nv44_gr_class(device) ? 0x800029 : 0x800041);
nv44_gr_class     172 drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv40.c 	else if (nv44_gr_class(device))   imem->base.reserved = 0x4980 * vs;