summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_connector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
index 455ed61b2384..95b2d4f67b84 100644
--- a/include/drm/drm_connector.h
+++ b/include/drm/drm_connector.h
@@ -160,6 +160,8 @@ struct drm_hdmi_info {
/* Colorimerty info from EDID */
u32 colorimetry;
+ /* Panel HDR capabilities */
+ struct hdr_static_metadata hdr_panel_metadata;
};
/**
@@ -917,7 +919,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;
};