summaryrefslogtreecommitdiff
path: root/nvif
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:25 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 05:26:57 +1000
commit5f297946df6d87ea788462e20b2e28fc03ea79a5 (patch)
tree4c940d5116761cdee41821a92c3314fa50f0d254 /nvif
parentfea516ed2a9a198bca882615ec5e23e1b770fbfb (diff)
downloadnouveau-5f297946df6d87ea788462e20b2e28fc03ea79a5.tar.gz
fifo: implement nvif event source
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvif')
-rw-r--r--nvif/class.h1
-rw-r--r--nvif/event.h8
2 files changed, 9 insertions, 0 deletions
diff --git a/nvif/class.h b/nvif/class.h
index 476d57a1e..50c5413ff 100644
--- a/nvif/class.h
+++ b/nvif/class.h
@@ -258,6 +258,7 @@ struct nv03_channel_dma_v0 {
__u64 offset;
};
+#define G82_CHANNEL_DMA_V0_NTFY_UEVENT 0x00
/*******************************************************************************
* GPFIFO channels
diff --git a/nvif/event.h b/nvif/event.h
index cef3ef103..21764499b 100644
--- a/nvif/event.h
+++ b/nvif/event.h
@@ -51,4 +51,12 @@ struct nvif_notify_conn_rep_v0 {
__u8 pad02[6];
};
+struct nvif_notify_uevent_req {
+ /* nvif_notify_req ... */
+};
+
+struct nvif_notify_uevent_rep {
+ /* nvif_notify_rep ... */
+};
+
#endif