<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h' l='937' type='int drm_object_property_get_value(struct drm_mode_object * obj, struct drm_property * property, __uint64_t * value)'/>
<def f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='3431' ll='3444' type='int drm_object_property_get_value(struct drm_mode_object * obj, struct drm_property * property, __uint64_t * val)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='3417'>/**
 * drm_object_property_get_value - retrieve the value of a property
 * @obj: drm mode object to get property value from
 * @property: property to retrieve
 * @val: storage for the property value
 *
 * This function retrieves the softare state of the given property for the given
 * property. Since there is no driver callback to retrieve the current property
 * value this might be out of sync with the hardware, depending upon the driver
 * and property.
 *
 * Returns:
 * Zero on success, error code on failure.
 */</doc>
