drm: Fix docbook warnings in hdr metadata helper structures
[sfrench/cifs-2.6.git] / include / linux / hdmi.h
index bcf3c6c3499e84bfa8af45f1d570fbe6960c76b5..9918a6c910c55f5d03a166e301d9890013529fa8 100644 (file)
@@ -162,6 +162,7 @@ enum hdmi_eotf {
        HDMI_EOTF_TRADITIONAL_GAMMA_SDR,
        HDMI_EOTF_TRADITIONAL_GAMMA_HDR,
        HDMI_EOTF_SMPTE_ST2084,
+       HDMI_EOTF_BT_2100_HLG,
 };
 
 struct hdmi_avi_infoframe {
@@ -366,8 +367,19 @@ struct hdr_static_metadata {
        __u16 min_cll;
 };
 
+/**
+ * struct hdr_sink_metadata - HDR sink metadata
+ *
+ * Metadata Information read from Sink's EDID
+ */
 struct hdr_sink_metadata {
+       /**
+        * @metadata_type: Static_Metadata_Descriptor_ID.
+        */
        __u32 metadata_type;
+       /**
+        * @hdmi_type1: HDR Metadata Infoframe.
+        */
        union {
                struct hdr_static_metadata hdmi_type1;
        };
@@ -397,6 +409,7 @@ union hdmi_vendor_any_infoframe {
  * @spd: spd infoframe
  * @vendor: union of all vendor infoframes
  * @audio: audio infoframe
+ * @drm: Dynamic Range and Mastering infoframe
  *
  * This is used by the generic pack function. This works since all infoframes
  * have the same header which also indicates which type of infoframe should be