Searched refs:max_dpcd_transaction_bytes (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 644 * @max_dpcd_transaction_bytes: maximum number of bytes to read/write 647 int max_dpcd_transaction_bytes; 819 int max_dpcd_transaction_bytes, 640 int max_dpcd_transaction_bytes; global() member
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 2740 tosend = min3(mgr->max_dpcd_transaction_bytes, 16, total); in drm_dp_send_sideband_msg() 3841 len = min(mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg() 3880 len = min3(replylen, mgr->max_dpcd_transaction_bytes, 16); in verify_rx_request_type() 5597 * @max_dpcd_transaction_bytes: hw specific DPCD transaction limit in drm_dp_mst_topology_mgr_init() 5605 int max_dpcd_transaction_bytes, int max_payloads, in drm_dp_mst_topology_mgr_init() 5639 mgr->max_dpcd_transaction_bytes = max_dpcd_transaction_bytes; in drm_dp_mst_topology_mgr_destroy() 5573 drm_dp_mst_topology_mgr_init(struct drm_dp_mst_topology_mgr * mgr,struct drm_device * dev,struct drm_dp_aux * aux,int max_dpcd_transaction_bytes,int max_payloads,int conn_base_id) drm_dp_mst_topology_mgr_init() argument
|