Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvif/
A Dchan906f.c47 nvif_chan906f_gpfifo_post(struct nvif_chan *chan, u32 gpptr, u32 pbptr) in nvif_chan906f_gpfifo_post() argument
50 (gpptr << NVIF_CHAN906F_GPPTR_SHIFT) | pbptr); in nvif_chan906f_gpfifo_post()
A Dchan.c39 const u32 pbptr = (chan->push.cur - map) + chan->func->gpfifo.post_size; in nvif_chan_gpfifo_post() local
45 return chan->func->gpfifo.post(chan, gpptr, pbptr); in nvif_chan_gpfifo_post()
/drivers/gpu/drm/nouveau/include/nvif/
A Dchan.h20 int (*post)(struct nvif_chan *, u32 gpptr, u32 pbptr);
67 int nvif_chan906f_gpfifo_post(struct nvif_chan *, u32 gpptr, u32 pbptr);

Completed in 7 milliseconds