Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVIF_CL0046_H__
0003 #define __NVIF_CL0046_H__
0004 
0005 #define NV04_DISP_NTFY_VBLANK                                              0x00
0006 #define NV04_DISP_NTFY_CONN                                                0x01
0007 
0008 struct nv04_disp_mthd_v0 {
0009     __u8  version;
0010 #define NV04_DISP_SCANOUTPOS                                               0x00
0011     __u8  method;
0012     __u8  head;
0013     __u8  pad03[5];
0014 };
0015 
0016 struct nv04_disp_scanoutpos_v0 {
0017     __u8  version;
0018     __u8  pad01[7];
0019     __s64 time[2];
0020     __u16 vblanks;
0021     __u16 vblanke;
0022     __u16 vtotal;
0023     __u16 vline;
0024     __u16 hblanks;
0025     __u16 hblanke;
0026     __u16 htotal;
0027     __u16 hline;
0028 };
0029 #endif