Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/ | |
drm_dp_mst_topology.c | 2674 int tosend, total, offset; local in function:drm_dp_send_sideband_msg 2681 tosend = min3(mgr->max_dpcd_transaction_bytes, 16, total); 2685 tosend); 2686 if (ret != tosend) { 2691 DRM_DEBUG_KMS("failed to dpcd write %d %d\n", tosend, ret); 2695 offset += tosend; 2696 total -= tosend; 2746 int len, space, idx, tosend; local in function:process_single_tx_qlock 2768 tosend = min(len, space); 2775 hdr.msg_len = tosend + 1 [all...] |
drm_dp_mst_topology.c | 2674 int tosend, total, offset; local in function:drm_dp_send_sideband_msg 2681 tosend = min3(mgr->max_dpcd_transaction_bytes, 16, total); 2685 tosend); 2686 if (ret != tosend) { 2691 DRM_DEBUG_KMS("failed to dpcd write %d %d\n", tosend, ret); 2695 offset += tosend; 2696 total -= tosend; 2746 int len, space, idx, tosend; local in function:process_single_tx_qlock 2768 tosend = min(len, space); 2775 hdr.msg_len = tosend + 1 [all...] |