diff options
author | Sean Paul <seanpaul@chromium.org> | 2020-02-13 16:15:20 -0500 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2020-03-27 13:36:01 -0400 |
commit | 6bb0942e8f46863a745489cce27efe5be2a3885e (patch) | |
tree | bb009f223a4491b5bb81efada39d05992a0f3cce /include/drm/drm_dp_mst_helper.h | |
parent | fbc821c4a506a960e85f3e97e32cfab63d43f7d0 (diff) | |
download | linux-6bb0942e8f46863a745489cce27efe5be2a3885e.tar.gz linux-6bb0942e8f46863a745489cce27efe5be2a3885e.tar.bz2 linux-6bb0942e8f46863a745489cce27efe5be2a3885e.zip |
drm/dp_mst: Remove single tx msg restriction.
Now that we can support multiple simultaneous replies, remove the
restrictions placed on sending new tx msgs.
This patch essentially just reverts commit
5a64967a2f3b ("drm/dp_mst: Have DP_Tx send one msg at a time")
now that the problem is solved in a different way.
Cc: Wayne Lin <Wayne.Lin@amd.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Wayne Lin <waynelin@amd.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200213211523.156998-4-sean@poorly.run
Diffstat (limited to 'include/drm/drm_dp_mst_helper.h')
-rw-r--r-- | include/drm/drm_dp_mst_helper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h index cff135070535..bf5e65d2303e 100644 --- a/include/drm/drm_dp_mst_helper.h +++ b/include/drm/drm_dp_mst_helper.h @@ -591,11 +591,6 @@ struct drm_dp_mst_topology_mgr { bool payload_id_table_cleared : 1; /** - * @is_waiting_for_dwn_reply: whether we're waiting for a down reply. - */ - bool is_waiting_for_dwn_reply : 1; - - /** * @mst_primary: Pointer to the primary/first branch device. */ struct drm_dp_mst_branch *mst_primary; |