mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
A typo has slipped through in the __drm_atomic_helper_plane_reset() documentation, probably due to copy and paste. It will not assign drm_crtc state pointer, but rather the drm_plane's. Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patch.msgid.link/20260526-drm-mode-config-init-v6-8-852346394200@kernel.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
parent
8497ae67d3
commit
104ac1687b
|
|
@ -305,7 +305,7 @@ EXPORT_SYMBOL(__drm_atomic_helper_plane_state_reset);
|
|||
* @plane_state: plane state to assign
|
||||
*
|
||||
* Initializes the newly allocated @plane_state and assigns it to
|
||||
* the &drm_crtc->state pointer of @plane, usually required when
|
||||
* the &drm_plane->state pointer of @plane, usually required when
|
||||
* initializing the drivers or when called from the &drm_plane_funcs.reset
|
||||
* hook.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user