1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NV50_FIFO_H__
3 #define __NV50_FIFO_H__
4 #define nv50_fifo(p) container_of((p), struct nv50_fifo, base)
9 struct nvkm_memory
*runlist
[2];
13 int nv50_fifo_new_(const struct nvkm_fifo_func
*, struct nvkm_device
*,
14 int index
, struct nvkm_fifo
**);
16 void *nv50_fifo_dtor(struct nvkm_fifo
*);
17 int nv50_fifo_oneinit(struct nvkm_fifo
*);
18 void nv50_fifo_init(struct nvkm_fifo
*);
19 void nv50_fifo_runlist_update(struct nv50_fifo
*);