summaryrefslogtreecommitdiff
path: root/nvif/cl0046.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvif/cl0046.h')
-rw-r--r--nvif/cl0046.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/nvif/cl0046.h b/nvif/cl0046.h
new file mode 100644
index 0000000..c0d5eba
--- /dev/null
+++ b/nvif/cl0046.h
@@ -0,0 +1,29 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __NVIF_CL0046_H__
+#define __NVIF_CL0046_H__
+
+#define NV04_DISP_NTFY_VBLANK 0x00
+#define NV04_DISP_NTFY_CONN 0x01
+
+struct nv04_disp_mthd_v0 {
+ __u8 version;
+#define NV04_DISP_SCANOUTPOS 0x00
+ __u8 method;
+ __u8 head;
+ __u8 pad03[5];
+};
+
+struct nv04_disp_scanoutpos_v0 {
+ __u8 version;
+ __u8 pad01[7];
+ __s64 time[2];
+ __u16 vblanks;
+ __u16 vblanke;
+ __u16 vtotal;
+ __u16 vline;
+ __u16 hblanks;
+ __u16 hblanke;
+ __u16 htotal;
+ __u16 hline;
+};
+#endif