Home
last modified time | relevance | path

Searched defs:drm_dp_mst_topology_mgr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
Ddrm_dp_mst_helper.h568 struct drm_dp_mst_topology_mgr { struct
572 struct drm_private_obj base;
577 struct drm_device *dev;
581 const struct drm_dp_mst_topology_cbs *cbs;
586 int max_dpcd_transaction_bytes;
591 struct drm_dp_aux *aux;
595 int max_payloads;
600 int conn_base_id;
605 struct drm_dp_sideband_msg_rx up_req_recv;
611 struct drm_dp_sideband_msg_rx down_rep_recv;
[all …]
/kernel/linux/linux-4.19/include/drm/
Ddrm_dp_mst_helper.h425 struct drm_dp_mst_topology_mgr { struct
429 struct drm_private_obj base;
434 struct drm_device *dev;
438 const struct drm_dp_mst_topology_cbs *cbs;
443 int max_dpcd_transaction_bytes;
448 struct drm_dp_aux *aux;
452 int max_payloads;
457 int conn_base_id;
464 struct drm_dp_sideband_msg_rx down_rep_recv;
470 struct drm_dp_sideband_msg_rx up_req_recv;
[all …]