summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-12 16:10:04 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-12 16:10:04 -0700
commit9ffdd894206840e6f489d9f501fd9a5b207bb053 (patch)
tree704d6e09974506e19e10e3645755fe643d1ca55a /include/linux
parent9898f867d919f610016c338b39127595cc532a07 (diff)
parent073d867c01294d04f6ca9c1c163f4d05ad4d3878 (diff)
Merge "drivers/video: Add new aspect ratios for HDMI 2.0"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hdmi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/hdmi.h b/include/linux/hdmi.h
index e9744202fa29..bc38b99a9fc9 100644
--- a/include/linux/hdmi.h
+++ b/include/linux/hdmi.h
@@ -35,6 +35,7 @@ enum hdmi_infoframe_type {
};
#define HDMI_IEEE_OUI 0x000c03
+#define HDMI_IEEE_OUI_HF 0xc45dd8
#define HDMI_INFOFRAME_HEADER_SIZE 4
#define HDMI_AVI_INFOFRAME_SIZE 13
#define HDMI_SPD_INFOFRAME_SIZE 25
@@ -78,6 +79,8 @@ enum hdmi_picture_aspect {
HDMI_PICTURE_ASPECT_NONE,
HDMI_PICTURE_ASPECT_4_3,
HDMI_PICTURE_ASPECT_16_9,
+ HDMI_PICTURE_ASPECT_64_27,
+ HDMI_PICTURE_ASPECT_256_135,
HDMI_PICTURE_ASPECT_RESERVED,
};