DP_DPCD_SIZE
const u8 dpcd[DP_DPCD_SIZE],
u8 msg[DP_DPCD_SIZE];
msg, DP_DPCD_SIZE);
if (ret == DP_DPCD_SIZE) {
memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE);
const u8 dpcd[DP_DPCD_SIZE],
u8 msg[DP_DPCD_SIZE];
DP_DPCD_SIZE);
if (ret == DP_DPCD_SIZE) {
memcpy(dig_connector->dpcd, msg, DP_DPCD_SIZE);