]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/atomic-helper: Add a note in drm_atomic_helper_reset_crtc() kernel-doc
authorHerve Codina <herve.codina@bootlin.com>
Thu, 20 Feb 2025 14:04:06 +0000 (15:04 +0100)
committerLouis Chauvet <louis.chauvet@bootlin.com>
Fri, 21 Feb 2025 09:57:21 +0000 (10:57 +0100)
commit60341a6d79aa5e18a9c4ad8d7193e1ec6f8741b0
tree9e1d90b1aac169c4fa5ae55b3eb656a7a1cc3e9d
parent4ce2c7e201c265df1c62a9190a98a98803208b8f
drm/atomic-helper: Add a note in drm_atomic_helper_reset_crtc() kernel-doc

As suggested in [0], add a note indicating that
drm_atomic_helper_reset_crtc() can be a no-op in some cases.

[0]:https://lore.kernel.org/all/Z7XfnPGDYspwG42y@phenom.ffwll.local/

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20250220140406.593314-1-herve.codina@bootlin.com
Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
drivers/gpu/drm/drm_atomic_helper.c