summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-09-27 12:11:50 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-01 07:45:45 +0200
commit5848ad409c1817f5b70507e6b4440fcbd002f6c5 (patch)
tree9d1244efe4cbf2d2fa37789acc1007ac1eeffa35 /include/drm
parentfc4833c17cd58ad5de733e9e6649873cf0b34f2c (diff)
downloadop-kernel-dev-5848ad409c1817f5b70507e6b4440fcbd002f6c5.zip
op-kernel-dev-5848ad409c1817f5b70507e6b4440fcbd002f6c5.tar.gz
drm: Reject stereo modes with an unknown layout
The kernel shouldn't accept invalid modes, just say No. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index eb6b8dc..50cedad 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -128,6 +128,8 @@ enum drm_mode_status {
#define CRTC_INTERLACE_HALVE_V (1 << 0) /* halve V values for interlacing */
#define CRTC_STEREO_DOUBLE (1 << 1) /* adjust timings for stereo modes */
+#define DRM_MODE_FLAG_3D_MAX DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF
+
struct drm_display_mode {
/* Header */
struct list_head head;
OpenPOWER on IntegriCloud