Re: [PATCH 2/5] drm/atomic: Remove inexistent reference

2023-12-07 Thread Daniel Vetter
On Mon, Dec 04, 2023 at 01:17:04PM +0100, Maxime Ripard wrote: > The num_connectors field documentation mentions a connector_states field > that has never been part of this structure. Not entirely correct, this is an oversight from 63e83c1dba54 ("drm: Consolidate connector arrays in drm_atomic_sta

[PATCH 2/5] drm/atomic: Remove inexistent reference

2023-12-04 Thread Maxime Ripard
The num_connectors field documentation mentions a connector_states field that has never been part of this structure. Signed-off-by: Maxime Ripard --- include/drm/drm_atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h i