Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_chan.c236 struct kepler_channel_gpfifo_a_v0 kepler; in nouveau_channel_ind() member
251 args.kepler.version = 0; in nouveau_channel_ind()
252 args.kepler.ilength = 0x02000; in nouveau_channel_ind()
253 args.kepler.ioffset = 0x10000 + chan->push.addr; in nouveau_channel_ind()
254 args.kepler.runlist = runlist; in nouveau_channel_ind()
255 args.kepler.vmm = nvif_handle(&cli->vmm.vmm.object); in nouveau_channel_ind()
256 size = sizeof(args.kepler); in nouveau_channel_ind()
277 chan->chid = args.kepler.chid; in nouveau_channel_ind()