HomeSort by: relevance | last modified time | path
    Searched refs:mst_stream_alloc_table (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 1046 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 with work_table *
    [all...]
amdgpu_dc_link_hwss.c 242 if (link->mst_stream_alloc_table.stream_count > 0)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h 140 struct link_mst_stream_allocation_table mst_stream_alloc_table; member in struct:dc_link

Completed in 14 milliseconds