mirror of https://gitee.com/openkylin/linux.git
drm/atomic: Small documentation fix.
Use the correct function name for drm_atomic_clean_old_fb docs. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
18b40c58a1
commit
9744bf41f1
|
@ -1430,7 +1430,7 @@ static int atomic_set_prop(struct drm_atomic_state *state,
|
|||
}
|
||||
|
||||
/**
|
||||
* drm_atomic_update_old_fb -- Unset old_fb pointers and set plane->fb pointers.
|
||||
* drm_atomic_clean_old_fb -- Unset old_fb pointers and set plane->fb pointers.
|
||||
*
|
||||
* @dev: drm device to check.
|
||||
* @plane_mask: plane mask for planes that were updated.
|
||||
|
|
Loading…
Reference in New Issue