Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0ff4b93 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm: Document that drm_dev_alloc doesn't need a parent



Possible for purely virtual debug devices.

Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 955289c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -535,6 +535,8 @@ static void drm_fs_inode_free(struct inode *inode)
 * The initial ref-count of the object is 1. Use drm_dev_ref() and
 * drm_dev_unref() to take and drop further ref-counts.
 *
 * Note that for purely virtual devices @parent can be NULL.
 *
 * RETURNS:
 * Pointer to new DRM device, or NULL if out of memory.
 */