From: Thierry Reding <[email protected]>
This brings xf86drmMode.h in sync with include/drm/drm_mode.h.
Eventually we really should only have a single set of definitions rather
than duplicating this in two files.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
xf86drmMode.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/xf86drmMode.h b/xf86drmMode.h
index e70c16d437f4..70f14a1ae506 100644
--- a/xf86drmMode.h
+++ b/xf86drmMode.h
@@ -130,6 +130,7 @@ extern "C" {
#define DRM_MODE_ENCODER_TVDAC 4
#define DRM_MODE_ENCODER_VIRTUAL 5
#define DRM_MODE_ENCODER_DSI 6
+#define DRM_MODE_ENCODER_DPMST 7
#define DRM_MODE_SUBCONNECTOR_Automatic 0
#define DRM_MODE_SUBCONNECTOR_Unknown 0
--
2.1.3