Home
last modified time | relevance | path

Searched refs:kepler (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_chan.c196 struct kepler_channel_gpfifo_a_v0 kepler; in nouveau_channel_ind() member
211 args.kepler.version = 0; in nouveau_channel_ind()
212 args.kepler.engine = engine; in nouveau_channel_ind()
213 args.kepler.pushbuf = chan->push.ctxdma.handle; in nouveau_channel_ind()
214 args.kepler.ilength = 0x02000; in nouveau_channel_ind()
215 args.kepler.ioffset = 0x10000 + chan->push.vma.offset; in nouveau_channel_ind()
216 size = sizeof(args.kepler); in nouveau_channel_ind()
230 chan->chid = retn->kepler.chid; in nouveau_channel_ind()