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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link.c1046 link->mst_stream_alloc_table.stream_count = 0;
1047 memset(link->mst_stream_alloc_table.stream_allocations, 0, sizeof(link->mst_stream_alloc_table.stream_allocations));
2053 link->mst_stream_alloc_table.stream_count == 0) {
2064 if (link->mst_stream_alloc_table.stream_count <= 0)
2676 link->mst_stream_alloc_table.stream_count < 2);
2681 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) {
2683 &link->mst_stream_alloc_table.stream_allocations[j];
2694 if (j == link->mst_stream_alloc_table.stream_count) {
2703 /* update link->mst_stream_alloc_table wit
[all...]
H A Damdgpu_dc_link_hwss.c242 if (link->mst_stream_alloc_table.stream_count > 0)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_link.h140 struct link_mst_stream_allocation_table mst_stream_alloc_table; member in struct:dc_link

Completed in 207 milliseconds