Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_chan.c199 struct kepler_channel_gpfifo_a_v0 kepler; in nouveau_channel_ind() member
214 args.kepler.version = 0; in nouveau_channel_ind()
215 args.kepler.engine = engine; in nouveau_channel_ind()
216 args.kepler.ilength = 0x02000; in nouveau_channel_ind()
217 args.kepler.ioffset = 0x10000 + chan->push.vma.offset; in nouveau_channel_ind()
218 args.kepler.vm = 0; in nouveau_channel_ind()
219 size = sizeof(args.kepler); in nouveau_channel_ind()
240 chan->chid = args.kepler.chid; in nouveau_channel_ind()