Searched refs:lct (Results 1 – 2 of 2) sorted by relevance
151 int mstb_lct = sort_connector[j]->mst_output_port->parent->lct; in update_phy_id_mapping()152 int next_mstb_lct = sort_connector[j + 1]->mst_output_port->parent->lct; in update_phy_id_mapping()207 dm->secure_display_ctx.phy_id_mapping[idx].lct = aconnector->mst_output_port->parent->lct; in update_phy_id_mapping()257 … if (aconnector->mst_output_port->parent->lct == dm->secure_display_ctx.phy_id_mapping[idx].lct && in get_phy_id()259 if (aconnector->mst_output_port->parent->lct == 1) { in get_phy_id()262 } else if (aconnector->mst_output_port->parent->lct > 1) { in get_phy_id()264 for (idx_2 = 0; idx_2 < aconnector->mst_output_port->parent->lct - 1; idx_2++) { in get_phy_id()273 if (idx_2 == aconnector->mst_output_port->parent->lct - 1) { in get_phy_id()
176 drm_dp_mst_get_ufp_num_at_lct_from_rad(u8 lct, const u8 *rad) in drm_dp_mst_get_ufp_num_at_lct_from_rad() argument178 int idx = (lct / 2) - 1; in drm_dp_mst_get_ufp_num_at_lct_from_rad()179 int shift = (lct % 2) ? 0 : 4; in drm_dp_mst_get_ufp_num_at_lct_from_rad()183 if (lct == 1) in drm_dp_mst_get_ufp_num_at_lct_from_rad()192 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() argument197 for (i = 0; i < lct; i++) in drm_dp_mst_rad_to_str()203 return snprintf(out, len, "%*phC", lct, unpacked_rad); in drm_dp_mst_rad_to_str()278 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()289 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()290 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()[all …]