xref: /linux/drivers/gpu/drm/nouveau/include/nvif/if0010.h (revision 2da68a77)
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVIF_IF0010_H__
3 #define __NVIF_IF0010_H__
4 
5 union nvif_disp_args {
6 	struct nvif_disp_v0 {
7 		__u8 version;
8 		__u8 pad01[3];
9 		__u32 conn_mask;
10 		__u32 outp_mask;
11 	} v0;
12 };
13 #endif
14