summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@nxp.com>2019-11-04 13:18:48 +0200
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:01:11 +0800
commit0f79c83cda95ac04ef56b696c1ee2da07d225b52 (patch)
tree37116d8493bff5213c0e12c4c4f50765f4af9eb9 /include/drm
parent9906900ec15addfaa65bde172dd9f912ed0bec07 (diff)
drm/imx/hdp: add hdr10 metadata property
The HDR_OUTPUT_METADATA property is needed in order for userspace to instruct the sink to switch to HDR10 mode. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Diffstat (limited to 'include/drm')
-rwxr-xr-xinclude/drm/bridge/cdns-mhdp-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/bridge/cdns-mhdp-common.h b/include/drm/bridge/cdns-mhdp-common.h
index d11d048352ef..d318124fd1b5 100755
--- a/include/drm/bridge/cdns-mhdp-common.h
+++ b/include/drm/bridge/cdns-mhdp-common.h
@@ -652,6 +652,7 @@ struct cdns_plat_data {
int bus_type;
int video_format;
char is_dp;
+ char *plat_name;
};
struct cdns_mhdp_device {