Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2171 msg = up ? &mgr->up_req_recv : &mgr->down_rep_recv; in drm_dp_get_one_sb_msg()
2267 if (mgr->up_req_recv.have_eomt) { in drm_dp_mst_handle_up_req()
2272 if (!mgr->up_req_recv.initial_hdr.broadcast) { in drm_dp_mst_handle_up_req()
2274 mgr->up_req_recv.initial_hdr.lct, in drm_dp_mst_handle_up_req()
2275 mgr->up_req_recv.initial_hdr.rad); in drm_dp_mst_handle_up_req()
2277 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()
2278 memset(&mgr->up_req_recv, 0, sizeof(struct drm_dp_sideband_msg_rx)); in drm_dp_mst_handle_up_req()
2283 seqno = mgr->up_req_recv.initial_hdr.seqno; in drm_dp_mst_handle_up_req()
2284 drm_dp_sideband_parse_req(&mgr->up_req_recv, &msg); in drm_dp_mst_handle_up_req()
2293 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.4.14/include/drm/
Ddrm_dp_mst_helper.h428 struct drm_dp_sideband_msg_rx up_req_recv; member