drm/mode_object: fix documentation for object lookups.
The lease updates missed a few bits of docs, fixed up the wrong name on the property lookup fn as well. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -591,6 +591,7 @@ int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
|
||||
/**
|
||||
* drm_plane_find - find a &drm_plane
|
||||
* @dev: DRM device
|
||||
* @file_priv: drm file to check for lease against.
|
||||
* @id: plane id
|
||||
*
|
||||
* Returns the plane with @id, NULL if it doesn't exist. Simple wrapper around
|
||||
|
Reference in New Issue
Block a user