/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
link_service_types.h | 182 struct dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member in struct:dp_mst_stream_allocation_table
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link.c | 1047 memset(link->mst_stream_alloc_table.stream_allocations, 0, sizeof(link->mst_stream_alloc_table.stream_allocations)); 2683 &link->mst_stream_alloc_table.stream_allocations[j]; 2686 proposed_table->stream_allocations[i].vcp_id) { 2696 proposed_table->stream_allocations[i].vcp_id; 2698 proposed_table->stream_allocations[i].slot_count; 2707 link->mst_stream_alloc_table.stream_allocations[i] = 2758 (const void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, 2760 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, 2762 link->mst_stream_alloc_table.stream_allocations[i].slot_count) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_link.h | 59 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member in struct:link_mst_stream_allocation_table
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_link_encoder.c | 1255 &table->stream_allocations[0], 1269 &table->stream_allocations[1], 1283 &table->stream_allocations[2], 1297 &table->stream_allocations[3],
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_link_encoder.c | 1222 &table->stream_allocations[0], 1236 &table->stream_allocations[1], 1250 &table->stream_allocations[2], 1264 &table->stream_allocations[3],
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_helpers.c | 162 &proposed_table->stream_allocations[
|