Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_dp_mst_helper.h421 int max_dpcd_transaction_bytes; member
467 …logy_mgr *mgr, struct device *dev, struct drm_dp_aux *aux, int max_dpcd_transaction_bytes, int max…
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c1368 tosend = min3(mgr->max_dpcd_transaction_bytes, 16, total); in drm_dp_send_sideband_msg()
2173 len = min(mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg()
2191 len = min3(replylen, mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg()
2904 int max_dpcd_transaction_bytes, in drm_dp_mst_topology_mgr_init() argument
2919 mgr->max_dpcd_transaction_bytes = max_dpcd_transaction_bytes; in drm_dp_mst_topology_mgr_init()