Home
last modified time | relevance | path

Searched refs:mstb_lct (Results 1 – 1 of 1) 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() local
158 if (mstb_lct > next_mstb_lct) { in update_phy_id_mapping()
160 } else if (mstb_lct == next_mstb_lct) { in update_phy_id_mapping()
161 if (mstb_lct == 1) { in update_phy_id_mapping()
164 } else if (mstb_lct > 1) { in update_phy_id_mapping()
168 for (k = 0; k < mstb_lct - 1; k++) { in update_phy_id_mapping()