Re: [PATCH 1/6] drm/atomic-helper: document drm_atomic_helper_check() restrictions

From: Abhinav Kumar
Date: Thu Jan 09 2025 - 00:27:33 EST




On 12/21/2024 9:00 PM, Dmitry Baryshkov wrote:
The drm_atomic_helper_check() calls drm_atomic_helper_check_modeset()
insternally. Document that corresponding restrictions also apply to the

insternally ---> internally


drivers that call the former function (as it's easy to miss the
documentation for the latter function).

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
drivers/gpu/drm/drm_atomic_helper.c | 9 +++++++++
1 file changed, 9 insertions(+)


With that typo fixed,

Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>