Attach a property to a modeset object
void drm_object_attach_property(struct drm_mode_object * obj, struct drm_property * property, uint64_t init_val);
obj
drm modeset object
property
property to attach
init_val
initial value of the property
This attaches the given property to the modeset object with the given initial value. Currently this function cannot fail since the properties are stored in a statically sized array.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place