]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/atomic-helper: document drm_atomic_helper_check() restrictions
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 22 Dec 2024 05:00:41 +0000 (07:00 +0200)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 23 Jan 2025 12:35:23 +0000 (14:35 +0200)
commit0936f0e54426177b0f0263ddf806ed5e13487db6
tree0e083c83a69f3fd7dfa8af558739a35b83e2cfe4
parented868bcb4f5cecbb61c4f057aa7550650643ac3b
drm/atomic-helper: document drm_atomic_helper_check() restrictions

The drm_atomic_helper_check() calls drm_atomic_helper_check_modeset()
insternally. Document that corresponding restrictions also apply to the
drivers that call the former function (as it's easy to miss the
documentation for the latter function).

Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241222-drm-dirty-modeset-v1-1-0e76a53eceb9@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/drm_atomic_helper.c