Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_chan.c268 struct kepler_channel_gpfifo_a_v0 kepler; in nouveau_channel_ind() member
293 args.kepler.version = 0; in nouveau_channel_ind()
294 args.kepler.ilength = 0x02000; in nouveau_channel_ind()
295 args.kepler.ioffset = 0x10000 + chan->push.addr; in nouveau_channel_ind()
296 args.kepler.runlist = runlist; in nouveau_channel_ind()
297 args.kepler.vmm = nvif_handle(&chan->vmm->vmm.object); in nouveau_channel_ind()
298 args.kepler.priv = priv; in nouveau_channel_ind()
299 size = sizeof(args.kepler); in nouveau_channel_ind()
325 chan->chid = args.kepler.chid; in nouveau_channel_ind()
326 chan->inst = args.kepler.inst; in nouveau_channel_ind()