Searched refs:mst_stream_alloc_table (Results 1 – 7 of 7) sorted by relevance
1198 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()1203 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()1205 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()1217 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()1228 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()1231 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()1242 &link->mst_stream_alloc_table; in remove_stream_from_alloc_table()1304 link->mst_stream_alloc_table.stream_count); in deallocate_mst_payload_with_temp_drm_wa()1312 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in deallocate_mst_payload_with_temp_drm_wa()1314 (void *) link->mst_stream_alloc_table.stream_allocations[i].hpo_dp_stream_enc, in deallocate_mst_payload_with_temp_drm_wa()[all …]
1170 link->mst_stream_alloc_table.stream_count = 0; in dc_link_detect_helper()1171 memset(link->mst_stream_alloc_table.stream_allocations, in dc_link_detect_helper()1173 sizeof(link->mst_stream_alloc_table.stream_allocations)); in dc_link_detect_helper()2223 link->mst_stream_alloc_table.stream_count == 0) { in disable_link()2234 if (link->mst_stream_alloc_table.stream_count <= 0) in disable_link()2863 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()2868 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()2870 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()2881 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()2891 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()[all …]
257 if (link->mst_stream_alloc_table.stream_count > 0) in dp_disable_link_phy_mst()
160 struct link_mst_stream_allocation_table mst_stream_alloc_table; member
171 link->mst_stream_alloc_table; in fill_dc_mst_payload_table_from_drm()225 link->mst_stream_alloc_table; in dm_helpers_construct_old_payload()
3542 link->mst_stream_alloc_table.stream_count = 0; in trigger_hpd_mst_set()3543 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set()3544 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
1569 struct link_mst_stream_allocation_table mst_stream_alloc_table; member