Commit 85783369 authored by Lyude Paul's avatar Lyude Paul

drm/dp_mst: Remove lies in {up, down}_rep_recv documentation

These are most certainly accessed from far more than the mgr work. In
fact, up_req_recv is -only- ever accessed from outside the mgr work.

Cc: Juston Li <juston.li@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Harry Wentland <hwentlan@amd.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarLyude Paul <lyude@redhat.com>
Reviewed-by: default avatarSean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20190903204645.25487-19-lyude@redhat.com
parent e2839ff6
...@@ -481,15 +481,11 @@ struct drm_dp_mst_topology_mgr { ...@@ -481,15 +481,11 @@ struct drm_dp_mst_topology_mgr {
int conn_base_id; int conn_base_id;
/** /**
* @down_rep_recv: Message receiver state for down replies. This and * @down_rep_recv: Message receiver state for down replies.
* @up_req_recv are only ever access from the work item, which is
* serialised.
*/ */
struct drm_dp_sideband_msg_rx down_rep_recv; struct drm_dp_sideband_msg_rx down_rep_recv;
/** /**
* @up_req_recv: Message receiver state for up requests. This and * @up_req_recv: Message receiver state for up requests.
* @down_rep_recv are only ever access from the work item, which is
* serialised.
*/ */
struct drm_dp_sideband_msg_rx up_req_recv; struct drm_dp_sideband_msg_rx up_req_recv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment