Home
last modified time | relevance | path

Searched refs:up_req_recv (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2169 msg = up ? &mgr->up_req_recv : &mgr->down_rep_recv; in drm_dp_get_one_sb_msg()
2265 if (mgr->up_req_recv.have_eomt) { in drm_dp_mst_handle_up_req()
2270 if (!mgr->up_req_recv.initial_hdr.broadcast) { in drm_dp_mst_handle_up_req()
2272 mgr->up_req_recv.initial_hdr.lct, in drm_dp_mst_handle_up_req()
2273 mgr->up_req_recv.initial_hdr.rad); in drm_dp_mst_handle_up_req()
2275 DRM_DEBUG_KMS("Got MST reply from unknown device %d\n", mgr->up_req_recv.initial_hdr.lct); in drm_dp_mst_handle_up_req()
2276 memset(&mgr->up_req_recv, 0, sizeof(struct drm_dp_sideband_msg_rx)); in drm_dp_mst_handle_up_req()
2281 seqno = mgr->up_req_recv.initial_hdr.seqno; in drm_dp_mst_handle_up_req()
2282 drm_dp_sideband_parse_req(&mgr->up_req_recv, &msg); in drm_dp_mst_handle_up_req()
2291 DRM_DEBUG_KMS("Got MST reply from unknown device %d\n", mgr->up_req_recv.initial_hdr.lct); in drm_dp_mst_handle_up_req()
[all …]
/linux-4.1.27/include/drm/
Ddrm_dp_mst_helper.h427 struct drm_dp_sideband_msg_rx up_req_recv; member