Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c147 int mstb_lct = sort_connector[j]->mst_output_port->parent->lct; in update_phy_id_mapping()
148 int next_mstb_lct = sort_connector[j + 1]->mst_output_port->parent->lct; in update_phy_id_mapping()
203 dm->secure_display_ctx.phy_id_mapping[idx].lct = aconnector->mst_output_port->parent->lct; in update_phy_id_mapping()
253 … if (aconnector->mst_output_port->parent->lct == dm->secure_display_ctx.phy_id_mapping[idx].lct && in get_phy_id()
255 if (aconnector->mst_output_port->parent->lct == 1) { in get_phy_id()
258 } else if (aconnector->mst_output_port->parent->lct > 1) { in get_phy_id()
260 for (idx_2 = 0; idx_2 < aconnector->mst_output_port->parent->lct - 1; idx_2++) { in get_phy_id()
269 if (idx_2 == aconnector->mst_output_port->parent->lct - 1) { in get_phy_id()
H A Damdgpu_dm_crc.h57 u8 lct; member
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c175 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
180 for (i = 0; i < lct; i++) { in drm_dp_mst_rad_to_str()
190 return snprintf(out, len, "%*phC", lct, unpacked_rad); in drm_dp_mst_rad_to_str()
265 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
276 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()
277 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()
311 hdr->lct = (buf[0] & 0xf0) >> 4; in drm_dp_decode_sideband_msg_hdr()
314 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_decode_sideband_msg_hdr()
695 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx()
1319 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument
[all …]
/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h159 u8 lct; member
226 u8 lct; member