HomeSort by: relevance | last modified time | path
    Searched refs:path_resources (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 446 struct drm_dp_enum_path_resources_ack_reply path_resources; member in union:drm_dp_sideband_msg_reply_body::ack_replies
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 864 repmsg->u.path_resources.port_number = (raw->msg[idx] >> 4) & 0xf;
865 repmsg->u.path_resources.fec_capable = raw->msg[idx] & 0x1;
869 repmsg->u.path_resources.full_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]);
873 repmsg->u.path_resources.avail_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]);
3001 path_res = &txmsg->reply.u.path_resources;

Completed in 46 milliseconds