Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVIF_IF0010_H__
0003 #define __NVIF_IF0010_H__
0004 
0005 union nvif_disp_args {
0006     struct nvif_disp_v0 {
0007         __u8 version;
0008         __u8 pad01[3];
0009         __u32 conn_mask;
0010         __u32 outp_mask;
0011     } v0;
0012 };
0013 #endif