Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_dp_mst_helper.h255 #define DP_REMOTE_I2C_READ_MAX_TRANSACTIONS 4 macro
265 } transactions[DP_REMOTE_I2C_READ_MAX_TRANSACTIONS];
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2976 if (!reading || (num - 1 > DP_REMOTE_I2C_READ_MAX_TRANSACTIONS)) { in drm_dp_mst_i2c_xfer()