sdm: drm: Get HDR support capability of chipset
HDR support capability information is used to invoke HDR feature.
CRs-Fixed: 2143509
Change-Id: I954793e9085472bf9de4f364c0e3350939b62b7e
diff --git a/libdrmutils/drm_interface.h b/libdrmutils/drm_interface.h
index 6bf7f97..4c075aa 100644
--- a/libdrmutils/drm_interface.h
+++ b/libdrmutils/drm_interface.h
@@ -370,6 +370,7 @@
/* Per CRTC Resource Info*/
struct DRMCrtcInfo {
bool has_src_split;
+ bool has_hdr;
uint32_t max_blend_stages;
uint32_t max_solidfill_stages;
QSEEDVersion qseed_version;