diff options
author | Laurentiu Palcu <laurentiu.palcu@nxp.com> | 2018-01-25 11:27:46 +0200 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | 14fee469cdaa782ef37f63defd09623475c87dd2 (patch) | |
tree | d081f7391fc3b3f5b0fab46d31ad20a48886dbfe /include/drm | |
parent | e27a84dfac89fbbbb47ddf782d255c9993004d00 (diff) |
MLK-17634-4: drm: move hdr_panel_metadata to drm_hdmi_info
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_connector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index 66023b09076c..be83491199d4 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -135,6 +135,8 @@ struct drm_hdmi_info { struct drm_scdc scdc; /* Colorimerty info from EDID */ u32 colorimetry; + /* Panel HDR capabilities */ + struct hdr_static_metadata hdr_panel_metadata; }; /** @@ -776,7 +778,6 @@ struct drm_connector { uint16_t tile_h_size, tile_v_size; /* HDR metdata */ - struct hdr_static_metadata *hdr_panel_metadata; struct hdr_static_metadata *hdr_source_metadata; }; |