Searched refs:max_dpcd_transaction_bytes (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/drm/ |
D | drm_dp_mst_helper.h | 420 int max_dpcd_transaction_bytes; member 466 …logy_mgr *mgr, struct device *dev, struct drm_dp_aux *aux, int max_dpcd_transaction_bytes, int max…
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 1368 tosend = min3(mgr->max_dpcd_transaction_bytes, 16, total); in drm_dp_send_sideband_msg() 2171 len = min(mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg() 2189 len = min3(replylen, mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg() 2892 int max_dpcd_transaction_bytes, in drm_dp_mst_topology_mgr_init() argument 2907 mgr->max_dpcd_transaction_bytes = max_dpcd_transaction_bytes; in drm_dp_mst_topology_mgr_init()
|