Make it obvious that mode_fixup is deprecated and new drivers shall use atomic_check.
Signed-off-by: Sam Ravnborg sam@ravnborg.org Cc: Laurent Pinchart laurent.pinchart@ideasonboard.com Cc: Andrzej Hajda a.hajda@samsung.com Cc: Maarten Lankhorst maarten.lankhorst@linux.intel.com Cc: Maxime Ripard mripard@kernel.org Cc: Thomas Zimmermann tzimmermann@suse.de Cc: David Airlie airlied@linux.ie Cc: Daniel Vetter daniel@ffwll.ch --- include/drm/drm_bridge.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index 46bdfa48c413..668f14234459 100644 --- a/include/drm/drm_bridge.h +++ b/include/drm/drm_bridge.h @@ -136,6 +136,9 @@ struct drm_bridge_funcs { * * NOTE: * + * This is deprecated, do not use! + * New drivers shall use &drm_bridge_funcs.atomic_check. + * * This function is called in the check phase of atomic modesets, which * can be aborted for any reason (including on userspace's request to * just check whether a configuration would be possible). Drivers MUST