aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_mode.h')
-rw-r--r--include/drm/drm_mode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h
index c1bb1a30..2fd286c9 100644
--- a/include/drm/drm_mode.h
+++ b/include/drm/drm_mode.h
@@ -173,6 +173,9 @@ struct drm_mode_get_plane_res {
173#define DRM_MODE_ENCODER_TMDS 2 173#define DRM_MODE_ENCODER_TMDS 2
174#define DRM_MODE_ENCODER_LVDS 3 174#define DRM_MODE_ENCODER_LVDS 3
175#define DRM_MODE_ENCODER_TVDAC 4 175#define DRM_MODE_ENCODER_TVDAC 4
176#define DRM_MODE_ENCODER_VIRTUAL 5
177#define DRM_MODE_ENCODER_DSI 6
178#define DRM_MODE_ENCODER_DPMST 7
176 179
177struct drm_mode_get_encoder { 180struct drm_mode_get_encoder {
178 __u32 encoder_id; 181 __u32 encoder_id;
@@ -210,6 +213,8 @@ struct drm_mode_get_encoder {
210#define DRM_MODE_CONNECTOR_HDMIB 12 213#define DRM_MODE_CONNECTOR_HDMIB 12
211#define DRM_MODE_CONNECTOR_TV 13 214#define DRM_MODE_CONNECTOR_TV 13
212#define DRM_MODE_CONNECTOR_eDP 14 215#define DRM_MODE_CONNECTOR_eDP 14
216#define DRM_MODE_CONNECTOR_VIRTUAL 15
217#define DRM_MODE_CONNECTOR_DSI 16
213 218
214struct drm_mode_get_connector { 219struct drm_mode_get_connector {
215 220