Searched refs:gpptr (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | chan506f.c | 17 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 D | chan906f.c | 47 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 D | chan.c | 40 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 D | chan.h | 20 int (*post)(struct nvif_chan *, u32 gpptr, u32 pbptr); 67 int nvif_chan906f_gpfifo_post(struct nvif_chan *, u32 gpptr, u32 pbptr);
|