xref: /openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/cgrp.h (revision a0ae2562c6c4b2721d9fddba63b7286c13517d9f)
1 #ifndef __NVKM_FIFO_CGRP_H__
2 #define __NVKM_FIFO_CGRP_H__
3 #include "priv.h"
4 
5 struct nvkm_fifo_cgrp {
6 	int id;
7 	struct list_head head;
8 	struct list_head chan;
9 	int chan_nr;
10 };
11 #endif
12