Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c151 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()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c176 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 / 2); i++) in drm_dp_encode_sideband_msg_hdr()
[all …]