Home | History | Annotate | Download | only in nouveau

Lines Matching defs:nvc0

67 	struct nvc0_fifo *nvc0 = obj->data;
75 nvc0->base.channel = req.channel;
76 nvc0->base.pushbuf = req.pushbuf_domains;
77 nvc0->notify = req.notifier_handle;
78 nvc0->base.object->handle = req.channel;
79 nvc0->base.object->length = sizeof(*nvc0);
297 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8;
298 bo->config.nvc0.tile_mode = info->tile_mode;
342 info->tile_flags = (config->nvc0.memtype & 0xff) << 8;
343 info->tile_mode = config->nvc0.tile_mode;