Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVIF_IF0014_H__
0003 #define __NVIF_IF0014_H__
0004 
0005 union nvif_disp_chan_args {
0006     struct nvif_disp_chan_v0 {
0007         __u8  version;
0008         __u8  id;
0009         __u8  pad02[6];
0010         __u64 pushbuf;
0011     } v0;
0012 };
0013 #endif