Home
last modified time | relevance | path

Searched refs:stream_allocations (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h183 struct dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1153 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()
2843 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
2846 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
2856 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
2858 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
2867 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
2918 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in dc_link_allocate_mst_payload()
2920 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in dc_link_allocate_mst_payload()
2922 link->mst_stream_alloc_table.stream_allocations[i].slot_count); in dc_link_allocate_mst_payload()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1230 &table->stream_allocations[0], in dcn10_link_encoder_update_mst_stream_allocation_table()
1244 &table->stream_allocations[1], in dcn10_link_encoder_update_mst_stream_allocation_table()
1258 &table->stream_allocations[2], in dcn10_link_encoder_update_mst_stream_allocation_table()
1272 &table->stream_allocations[3], in dcn10_link_encoder_update_mst_stream_allocation_table()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1485 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table()
1499 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table()
1513 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table()
1527 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_link.h58 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c157 &proposed_table->stream_allocations[ in get_payload_table()