Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nvc0

62 	struct nvc0_fifo *nvc0 = obj->data;
70 nvc0->base.channel = req.channel;
71 nvc0->base.pushbuf = req.pushbuf_domains;
72 nvc0->notify = req.notifier_handle;
73 nvc0->base.object->handle = req.channel;
74 nvc0->base.object->length = sizeof(*nvc0);
165 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8;
166 bo->config.nvc0.tile_mode = info->tile_mode;
206 info->tile_flags = (config->nvc0.memtype & 0xff) << 8;
207 info->tile_mode = config->nvc0.tile_mode;