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 __u32 head_mask; 12 } v0; 13 }; 14 #endif 15