xref: /linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/cgrp.h (revision 6a61b70b43c9c4cbc7314bf6c8b5ba8b0d6e1e7b)
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