Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1152 link->mst_stream_alloc_table.stream_count = 0; in dc_link_detect_helper()
1153 memset(link->mst_stream_alloc_table.stream_allocations, in dc_link_detect_helper()
1155 sizeof(link->mst_stream_alloc_table.stream_allocations)); in dc_link_detect_helper()
2200 link->mst_stream_alloc_table.stream_count == 0) { in disable_link()
2211 if (link->mst_stream_alloc_table.stream_count <= 0) in disable_link()
2836 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
2841 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
2843 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
2854 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
2864 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
[all …]
Ddc_link_hwss.c257 if (link->mst_stream_alloc_table.stream_count > 0) in dp_disable_link_phy_mst()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_link.h160 struct link_mst_stream_allocation_table mst_stream_alloc_table; member