xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/cl506f.h (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1 /*	$NetBSD: cl506f.h,v 1.2 2021/12/18 23:45:33 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 #ifndef __NVIF_CL506F_H__
5 #define __NVIF_CL506F_H__
6 
7 struct nv50_channel_gpfifo_v0 {
8 	__u8  version;
9 	__u8  chid;
10 	__u8  pad02[2];
11 	__u32 ilength;
12 	__u64 ioffset;
13 	__u64 pushbuf;
14 	__u64 vmm;
15 };
16 #endif
17