Skip to content

Commit 5844603

Browse files
andyshrklumag
authored andcommitted
drm/bridge: Describe the newly introduced drm_connector parameter for drm_bridge_detect
This fix the make htmldocs warnings: drivers/gpu/drm/drm_bridge.c:1242: warning: Function parameter or struct member 'connector' not described in 'drm_bridge_detect' Fixes: 5d156a9 ("drm/bridge: Pass down connector to drm bridge detect hook") Signed-off-by: Andy Yan <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 220994d commit 5844603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/drm_bridge.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,7 @@ EXPORT_SYMBOL(drm_atomic_bridge_chain_check);
12271227
/**
12281228
* drm_bridge_detect - check if anything is attached to the bridge output
12291229
* @bridge: bridge control structure
1230+
* @connector: attached connector
12301231
*
12311232
* If the bridge supports output detection, as reported by the
12321233
* DRM_BRIDGE_OP_DETECT bridge ops flag, call &drm_bridge_funcs.detect for the

0 commit comments

Comments
 (0)