Revert "drm/dp_mst: Remove single tx msg restriction."
[linux-2.6-microblaze.git] / include / drm / drm_dp_mst_helper.h
index 2d7c265..96bcf33 100644 (file)
@@ -592,6 +592,11 @@ 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.
         */