From: Laurent Pinchart Date: Wed, 26 Feb 2020 11:24:24 +0000 (+0200) Subject: drm/bridge: Document the drm_encoder.bridge_chain field as private X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=be39f3db0146152b1f0b55df0891b7479f7e9f46;p=uclinux-h8%2Flinux.git drm/bridge: Document the drm_encoder.bridge_chain field as private The drm_encoder.bridge_chain is not meant to be touched manually by drivers. Make this clear in the documentation. Signed-off-by: Laurent Pinchart Reviewed-by: Boris Brezillon Signed-off-by: Tomi Valkeinen Link: https://patchwork.freedesktop.org/patch/msgid/20200226112514.12455-5-laurent.pinchart@ideasonboard.com --- diff --git a/include/drm/drm_encoder.h b/include/drm/drm_encoder.h index 5623994b6e9e..4370e039c015 100644 --- a/include/drm/drm_encoder.h +++ b/include/drm/drm_encoder.h @@ -174,7 +174,8 @@ struct drm_encoder { struct drm_crtc *crtc; /** - * @bridge_chain: Bridges attached to this encoder. + * @bridge_chain: Bridges attached to this encoder. Drivers shall not + * access this field directly. */ struct list_head bridge_chain;