Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvif/
H A Dchan506f.c17 u32 gpptr = chan->gpfifo.cur << 3; in nvif_chan506f_gpfifo_push() local
22 nvif_wr32(&chan->gpfifo, gpptr + 0, lower_32_bits(addr)); in nvif_chan506f_gpfifo_push()
23 nvif_wr32(&chan->gpfifo, gpptr + 4, upper_32_bits(addr) | in nvif_chan506f_gpfifo_push()
H 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()
H A Dchan.c40 const u32 gpptr = (chan->gpfifo.cur + 1) & chan->gpfifo.max; in nvif_chan_gpfifo_post() local
45 return chan->func->gpfifo.post(chan, gpptr, pbptr); in nvif_chan_gpfifo_post()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H 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);