Scroll to navigation

DRM_PROPERTY_CREATE_(9) DRM Core DRM_PROPERTY_CREATE_(9)

NAME

drm_property_create_enum - create a new enumeration property type

SYNOPSIS

struct drm_property * drm_property_create_enum(struct drm_device * dev, int flags, const char * name, const struct drm_prop_enum_list * props, int num_values);

ARGUMENTS

dev
drm device
flags
flags specifying the property type
name
name of the property
props
enumeration lists with property values
num_values
number of pre-defined values

DESCRIPTION

This creates a new generic drm property which can then be attached to a drm object with drm_object_attach_property. The returned property object must be freed with drm_property_destroy.
Userspace is only allowed to set one of the predefined values for enumeration properties.

RETURNS

A pointer to the newly created property on success, NULL on failure.

AUTHORS

Jesse Barnes <jesse.barnes@intel.com>
 
Intel Corporation,
Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 
Ideas on board SPRL,
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
 
Intel Corporation,
Contributions all over the place

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16