]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/atomic: Document __drm_crtcs_state state pointer
authorMaxime Ripard <mripard@kernel.org>
Tue, 30 Sep 2025 10:59:51 +0000 (12:59 +0200)
committerMaxime Ripard <mripard@kernel.org>
Mon, 6 Oct 2025 11:59:22 +0000 (13:59 +0200)
commit4ae41729a658aee3e68a609cc0275658b724ebc4
tree19129118f30cbb83499900ed1d97448039850977
parent3c2b2136debfc200b8ebcd8e5302348b6c86158d
drm/atomic: Document __drm_crtcs_state state pointer

While the old and new state pointers are somewhat self-explanatory, the
state pointer and its relation to the other two really isn't.

Now that we've cleaned up everything and it isn't used in any
modesetting path, we can document what it's still useful for: to free
the right state when we free the global state.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://lore.kernel.org/r/20250930-drm-no-more-existing-state-v5-36-eeb9e1287907@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
include/drm/drm_atomic.h