Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/amdgpu_dm/
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()
A Damdgpu_dm_crc.h57 u8 lct; member
/drivers/gpu/drm/display/
A Ddrm_dp_mst_topology.c178 int idx = (lct / 2) - 1; 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()
197 for (i = 0; i < lct; i++) in drm_dp_mst_rad_to_str()
278 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
1340 mstb->lct = lct; in drm_dp_add_mst_branch_device()
1341 if (lct > 1) in drm_dp_add_mst_branch_device()
2074 u8 rad[8], lct; in drm_dp_port_set_pdt() local
2565 lct, rad[0]); in drm_dp_get_mst_branch_device()
2776 hdr->lct = 1; in set_hdr_from_dst_qlock()
2779 hdr->lct = mstb->lct; in set_hdr_from_dst_qlock()
[all …]

Completed in 19 milliseconds