We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce81ba commit 1cfff5fCopy full SHA for 1cfff5f
include/drm/drm_dp_mst_helper.h
@@ -589,6 +589,11 @@ struct drm_dp_mst_topology_mgr {
589
*/
590
bool payload_id_table_cleared : 1;
591
592
+ /**
593
+ * @is_waiting_for_dwn_reply: whether we're waiting for a down reply.
594
+ */
595
+ bool is_waiting_for_dwn_reply : 1;
596
+
597
/**
598
* @mst_primary: Pointer to the primary/first branch device.
599
@@ -618,11 +623,6 @@ struct drm_dp_mst_topology_mgr {
618
623
619
624
struct mutex qlock;
620
625
621
- /**
622
- * @is_waiting_for_dwn_reply: indicate whether is waiting for down reply
- */
- bool is_waiting_for_dwn_reply;
-
626
627
* @tx_msg_downq: List of pending down replies.
628
0 commit comments