Searched refs:tx_msg_downq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 2850 if (list_empty(&mgr->tx_msg_downq)) in process_single_down_tx_qlock() 2853 txmsg = list_first_entry(&mgr->tx_msg_downq, in process_single_down_tx_qlock() 2868 list_add_tail(&txmsg->next, &mgr->tx_msg_downq); in drm_dp_queue_down_tx() 2876 if (list_is_singular(&mgr->tx_msg_downq)) in drm_dp_queue_down_tx() 3877 txmsg = list_first_entry_or_null(&mgr->tx_msg_downq, in drm_dp_mst_handle_down_rep() 4120 txmsg = list_first_entry_or_null(&mgr->tx_msg_downq, in drm_dp_mst_hpd_irq_send_new_request() 4905 if (!list_empty(&mgr->tx_msg_downq)) in drm_dp_tx_work() 4940 list_for_each_entry_safe(txmsg, txmsg_tmp, &mgr->tx_msg_downq, next) { in drm_dp_delayed_destroy_mstb() 5505 INIT_LIST_HEAD(&mgr->tx_msg_downq); in drm_dp_mst_topology_mgr_init()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_dp_mst_helper.h | 662 * @qlock: protects @tx_msg_downq and &drm_dp_sideband_msg_tx.state 667 * @tx_msg_downq: List of pending down requests 669 struct list_head tx_msg_downq; member
|
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 726 * @qlock: protects @tx_msg_downq and &drm_dp_sideband_msg_tx.state 731 * @tx_msg_downq: List of pending down requests 733 struct list_head tx_msg_downq; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 2898 if (list_empty(&mgr->tx_msg_downq)) in process_single_down_tx_qlock() 2901 txmsg = list_first_entry(&mgr->tx_msg_downq, in process_single_down_tx_qlock() 2916 list_add_tail(&txmsg->next, &mgr->tx_msg_downq); in drm_dp_queue_down_tx() 2924 if (list_is_singular(&mgr->tx_msg_downq)) in drm_dp_queue_down_tx() 3999 txmsg = list_first_entry_or_null(&mgr->tx_msg_downq, in drm_dp_mst_handle_down_rep() 4902 if (!list_empty(&mgr->tx_msg_downq)) in drm_dp_tx_work() 4937 list_for_each_entry_safe(txmsg, txmsg_tmp, &mgr->tx_msg_downq, next) { in drm_dp_delayed_destroy_mstb() 5445 INIT_LIST_HEAD(&mgr->tx_msg_downq); in drm_dp_mst_topology_mgr_init()
|
Completed in 20 milliseconds