Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee32b5eb authored by Abhinav Kumar's avatar Abhinav Kumar Committed by Gerrit - the friendly Code Review server
Browse files

include/drm: add DP MSA colorspace definitions



Add DP MSA colorspace definitions to DRM header which shall be used to
initialize the connector colorspace properties.

Change-Id: I6b3f535b50bd155d97df7a731b6a5da1e8982c6e
Signed-off-by: default avatarAbhinav Kumar <abhinavk@codeaurora.org>
parent 54360baf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -232,6 +232,12 @@ enum drm_panel_orientation {
/* Additional Colorimetry extension added as part of CTA 861.G */
#define DRM_MODE_COLORIMETRY_DCI_P3_RGB_D65		11
#define DRM_MODE_COLORIMETRY_DCI_P3_RGB_THEATER		12
/* DP MSA Colorimetry Options */
#define DRM_MODE_DP_COLORIMETRY_BT601_YCC		13
#define DRM_MODE_DP_COLORIMETRY_BT709_YCC		14
#define DRM_MODE_DP_COLORIMETRY_SRGB			15
#define DRM_MODE_DP_COLORIMETRY_RGB_WIDE_GAMUT	16
#define DRM_MODE_DP_COLORIMETRY_SCRGB			17

/**
 * struct drm_display_info - runtime data about the connected sink