aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/interface/io/displif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/interface/io/displif.h')
-rw-r--r--include/xen/interface/io/displif.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/xen/interface/io/displif.h b/include/xen/interface/io/displif.h
index 596578d9be3e..fdc279dc4a88 100644
--- a/include/xen/interface/io/displif.h
+++ b/include/xen/interface/io/displif.h
@@ -189,6 +189,13 @@
189 * 189 *
190 *----------------------------- Connector settings ---------------------------- 190 *----------------------------- Connector settings ----------------------------
191 * 191 *
192 * unique-id
193 * Values: <string>
194 *
195 * After device instance initialization each connector is assigned a
196 * unique ID, so it can be identified by the backend by this ID.
197 * This can be UUID or such.
198 *
192 * resolution 199 * resolution
193 * Values: <width, uint32_t>x<height, uint32_t> 200 * Values: <width, uint32_t>x<height, uint32_t>
194 * 201 *
@@ -368,6 +375,7 @@
368#define XENDISPL_FIELD_EVT_CHANNEL "evt-event-channel" 375#define XENDISPL_FIELD_EVT_CHANNEL "evt-event-channel"
369#define XENDISPL_FIELD_RESOLUTION "resolution" 376#define XENDISPL_FIELD_RESOLUTION "resolution"
370#define XENDISPL_FIELD_BE_ALLOC "be-alloc" 377#define XENDISPL_FIELD_BE_ALLOC "be-alloc"
378#define XENDISPL_FIELD_UNIQUE_ID "unique-id"
371 379
372/* 380/*
373 ****************************************************************************** 381 ******************************************************************************