From d1553599089a69df838154ed769c3fd4456b33b7 Mon Sep 17 00:00:00 2001 From: Rajat S Gupta Date: Fri, 3 Jan 2014 15:00:09 -0800 Subject: [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 Signed-off-by: Andy Qiu --- shared-core/drm_mode.h | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3