summaryrefslogtreecommitdiff
path: root/nvif
diff options
context:
space:
mode:
Diffstat (limited to 'nvif')
-rw-r--r--nvif/class.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvif/class.h b/nvif/class.h
index 4afc264ba..84d2926dd 100644
--- a/nvif/class.h
+++ b/nvif/class.h
@@ -346,4 +346,10 @@ struct nv50_disp_sor_pwr_v0 {
__u8 pad02[6];
};
+struct nv50_disp_sor_hda_eld_v0 {
+ __u8 version;
+ __u8 pad01[7];
+ __u8 data[];
+};
+
#endif