aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat S Gupta <rajat.s.gupta@intel.com>2014-01-03 15:00:09 -0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:05:30 -0700
commitd1553599089a69df838154ed769c3fd4456b33b7 (patch)
tree70cca0014be6dde6e8e897a899a717017e304f45
parentba11a2fc2212d1515016ae5b0e1754554789318b (diff)
downloadlibdrm-d1553599089a69df838154ed769c3fd4456b33b7.tar.gz
[drm] Update ioctl structures for DRM driver
BZ: 158934 Fix structure definitions so that they matches with the corresponding structures in the kernel source tree Change-Id: I25657f763e27d7c10e876711b3bdc10cfb9577b7 Signed-off-by: Rajat S Gupta <rajat.s.gupta@intel.com> Signed-off-by: Andy Qiu <junhai.qiu@intel.com>
-rw-r--r--shared-core/drm_mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/drm_mode.h b/shared-core/drm_mode.h
index b0170c5..3bc74e8 100644
--- a/shared-core/drm_mode.h
+++ b/shared-core/drm_mode.h
@@ -186,6 +186,8 @@ struct drm_mode_get_connector {
__u32 connection;
__u32 mm_width, mm_height; /**< HxW in millimeters */
__u32 subpixel;
+
+ __u32 pad;
};
#define DRM_MODE_PROP_PENDING (1<<0)