diff options
author | Lyude Paul <lyude@redhat.com> | 2022-06-02 22:17:57 +0200 |
---|---|---|
committer | Lyude Paul <lyude@redhat.com> | 2022-06-21 21:38:51 +0200 |
commit | 87a3451e346be3f9a5d8943ae094888044314631 (patch) | |
tree | a402148f29f3790636535609ed735d89c6f83d7d /drivers | |
parent | drm/display/dp_mst: Don't validate port refs in drm_dp_check_and_send_link_ad... (diff) | |
download | linux-87a3451e346be3f9a5d8943ae094888044314631.tar.xz linux-87a3451e346be3f9a5d8943ae094888044314631.zip |
drm/dp_mst: Get rid of old comment in drm_atomic_get_mst_topology_state docs
We don't actually care about connection_mutex here anymore, so let's get
rid of the comment mentioning it in this function's kdocs.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Wayne Lin <Wayne.Lin@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220602201757.30431-4-lyude@redhat.com
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/display/drm_dp_mst_topology.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/display/drm_dp_mst_topology.c b/drivers/gpu/drm/display/drm_dp_mst_topology.c index b54638594ffb..57e65423e50d 100644 --- a/drivers/gpu/drm/display/drm_dp_mst_topology.c +++ b/drivers/gpu/drm/display/drm_dp_mst_topology.c @@ -5456,8 +5456,7 @@ EXPORT_SYMBOL(drm_dp_mst_topology_state_funcs); * * This function wraps drm_atomic_get_priv_obj_state() passing in the MST atomic * state vtable so that the private object state returned is that of a MST - * topology object. Also, drm_atomic_get_private_obj_state() expects the caller - * to care of the locking, so warn if don't hold the connection_mutex. + * topology object. * * RETURNS: * |