Searched refs:lct (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_crc.c | 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 in get_phy_id() [all...] |
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_mst_topology.c | 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() argument 178 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() argument 197 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 / in drm_dp_encode_sideband_msg_hdr() 1332 drm_dp_add_mst_branch_device(u8 lct,u8 * rad) drm_dp_add_mst_branch_device() argument 2074 u8 rad[8], lct; drm_dp_port_set_pdt() local 2543 drm_dp_get_mst_branch_device(struct drm_dp_mst_topology_mgr * mgr,u8 lct,u8 * rad) drm_dp_get_mst_branch_device() argument [all...] |