]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/atomic: Document __drm_connectors_state state pointer
authorMaxime Ripard <mripard@kernel.org>
Tue, 30 Sep 2025 10:59:18 +0000 (12:59 +0200)
committerMaxime Ripard <mripard@kernel.org>
Mon, 6 Oct 2025 11:59:04 +0000 (13:59 +0200)
commit9525f537ce00143f77e4208812cce3aa1d1d1f56
treee22f78a631f64314a826fc3b869502f58f73b52e
parent54cea7e655fe3d031c9e7eaaf127bffe0496e7cd
drm/atomic: Document __drm_connectors_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-3-eeb9e1287907@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
include/drm/drm_atomic.h