diff options
-rw-r--r-- | include/drm/drm_mode.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h index df0e3504c..fbfbe6b3d 100644 --- a/include/drm/drm_mode.h +++ b/include/drm/drm_mode.h @@ -368,8 +368,11 @@ struct drm_mode_fb_cmd { __u32 handle; }; -#define DRM_MODE_FB_INTERLACED (1<<0) /* for interlaced framebuffers */ -#define DRM_MODE_FB_MODIFIERS (1<<1) /* enables ->modifer[] */ +#define DRM_MODE_FB_INTERLACED (1<<0) /* for interlaced framebuffers */ +#define DRM_MODE_FB_MODIFIERS (1<<1) /* enables ->modifier[] */ +#define DRM_MODE_FB_NUM_AUX_PLANES (3<<2) /* There can be at most 3 aux planes + since there must be one real + color buffer */ struct drm_mode_fb_cmd2 { __u32 fb_id; |