Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_chan.c243 struct kepler_channel_gpfifo_a_v0 kepler; in nouveau_channel_ind() member
268 args.kepler.version = 0; in nouveau_channel_ind()
269 args.kepler.ilength = 0x02000; in nouveau_channel_ind()
270 args.kepler.ioffset = 0x10000 + chan->push.addr; in nouveau_channel_ind()
271 args.kepler.runlist = runlist; in nouveau_channel_ind()
272 args.kepler.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
273 args.kepler.priv = priv; in nouveau_channel_ind()
274 size = sizeof(args.kepler); in nouveau_channel_ind()
300 chan->chid = args.kepler.chid; in nouveau_channel_ind()
301 chan->inst = args.kepler.inst; in nouveau_channel_ind()