Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c1133 case DP_CONNECTION_STATUS_NOTIFY: in drm_dp_sideband_parse_req()
2772 if (req_type == DP_CONNECTION_STATUS_NOTIFY || in set_hdr_from_dst_qlock()
3984 if (msg->req_type == DP_CONNECTION_STATUS_NOTIFY) in drm_dp_mst_process_up_req()
4001 if (msg->req_type == DP_CONNECTION_STATUS_NOTIFY) { in drm_dp_mst_process_up_req()
4061 if (up_req->msg.req_type != DP_CONNECTION_STATUS_NOTIFY && in drm_dp_mst_handle_up_req()
4072 if (up_req->msg.req_type == DP_CONNECTION_STATUS_NOTIFY) { in drm_dp_mst_handle_up_req()
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp.h1492 #define DP_CONNECTION_STATUS_NOTIFY 0x02 macro