Name

drm_mode_object_unreference — decr the object refcnt

Synopsis

void drm_mode_object_unreference (struct drm_mode_object * obj);
 

Arguments

obj

mode_object

Description

This functions decrements the object's refcount if it is a refcounted modeset object. It is a no-op on any other object. This is used to drop references acquired with drm_mode_object_reference.