Searched refs:stream_allocations (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/include/ |
D | link_service_types.h | 183 struct dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 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() 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/ |
D | dcn10_link_encoder.c | 1230 &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/ |
D | dce_link_encoder.c | 1485 &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/ |
D | dc_link.h | 58 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_helpers.c | 157 &proposed_table->stream_allocations[ in get_payload_table()
|