]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/atomic: Document __drm_planes_state state pointer
authorMaxime Ripard <mripard@kernel.org>
Tue, 30 Sep 2025 10:59:24 +0000 (12:59 +0200)
committerMaxime Ripard <mripard@kernel.org>
Mon, 6 Oct 2025 11:59:08 +0000 (13:59 +0200)
commit7ca4e7fa4d57ce6eac4842e925ea1f98ea54a365
treeeba2339fc8deaace2d320471d10617b0c0debd68
parent93d851281755f0a279402e1b88d29584ed8244e9
drm/atomic: Document __drm_planes_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: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://lore.kernel.org/r/20250930-drm-no-more-existing-state-v5-9-eeb9e1287907@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
include/drm/drm_atomic.h