drm/atomic: Move the drm_atomic_state field doc inline
authorMaxime Ripard <mripard@kernel.org>
Thu, 14 Dec 2023 10:09:12 +0000 (11:09 +0100)
committerMaxime Ripard <mripard@kernel.org>
Mon, 18 Dec 2023 10:43:33 +0000 (11:43 +0100)
commit1c20d8b8e171b92194a4f9b45821c821606b8936
treebbc822fd78b0dc47178b022b0db16666699fd80b
parent0f7c246235a0639d90b5380277a43c853ba73681
drm/atomic: Move the drm_atomic_state field doc inline

Some fields of drm_atomic_state have been documented in-line, but some
were documented in the main kerneldoc block before the structure.

Since the former is the preferred option in DRM, let's move all the
fields to an inline documentation.

Acked-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Link: https://lore.kernel.org/r/20231214100917.277842-1-mripard@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
include/drm/drm_atomic.h