drm: add bitmask property type
[firefly-linux-kernel-4.4.55.git] / include / drm / drm_crtc.h
index b88b28f45f9e76434c4a66c9d6eb2b200cd07082..9b33629e654ccb61e152706e6aef3669b919f577 100644 (file)
@@ -933,6 +933,10 @@ extern struct drm_property *drm_property_create_enum(struct drm_device *dev, int
                                         const char *name,
                                         const struct drm_prop_enum_list *props,
                                         int num_values);
+struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
+                                        int flags, const char *name,
+                                        const struct drm_prop_enum_list *props,
+                                        int num_values);
 struct drm_property *drm_property_create_range(struct drm_device *dev, int flags,
                                         const char *name,
                                         uint64_t min, uint64_t max);