Lines Matching refs:nv04
38 struct nv04_fifo *nv04 = obj->data;
40 .fb_ctxdma_handle = nv04->vram,
41 .tt_ctxdma_handle = nv04->gart
50 nv04->base.channel = req.channel;
51 nv04->base.pushbuf = req.pushbuf_domains;
52 nv04->notify = req.notifier_handle;
53 nv04->base.object->handle = req.channel;
54 nv04->base.object->length = sizeof(*nv04);
301 bo->config.nv04.surf_flags = info->tile_flags & 7;
302 bo->config.nv04.surf_pitch = info->tile_mode;
346 info->tile_flags = config->nv04.surf_flags & 7;
347 info->tile_mode = config->nv04.surf_pitch;