Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_chan.c276 struct kepler_channel_gpfifo_a_v0 kepler; in nouveau_channel_ind() member
301 args.kepler.version = 0; in nouveau_channel_ind()
302 args.kepler.ilength = 0x02000; in nouveau_channel_ind()
303 args.kepler.ioffset = 0x10000 + chan->push.addr; in nouveau_channel_ind()
304 args.kepler.runlist = runlist; in nouveau_channel_ind()
305 args.kepler.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
306 args.kepler.priv = priv; in nouveau_channel_ind()
307 size = sizeof(args.kepler); in nouveau_channel_ind()
333 chan->chid = args.kepler.chid; in nouveau_channel_ind()
334 chan->inst = args.kepler.inst; in nouveau_channel_ind()