Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h193 struct dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1171 memset(link->mst_stream_alloc_table.stream_allocations, in dc_link_detect_helper()
1173 sizeof(link->mst_stream_alloc_table.stream_allocations)); in dc_link_detect_helper()
2999 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
3002 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
3005 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3013 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
3015 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3024 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
3075 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in dc_link_allocate_mst_payload()
3077 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in dc_link_allocate_mst_payload()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1244 &table->stream_allocations[0], in dcn10_link_encoder_update_mst_stream_allocation_table()
1258 &table->stream_allocations[1], in dcn10_link_encoder_update_mst_stream_allocation_table()
1272 &table->stream_allocations[2], in dcn10_link_encoder_update_mst_stream_allocation_table()
1286 &table->stream_allocations[3], in dcn10_link_encoder_update_mst_stream_allocation_table()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1523 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table()
1537 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table()
1551 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table()
1565 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_link.h59 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c156 &proposed_table->stream_allocations[ in get_payload_table()
Damdgpu_dm_debugfs.c3102 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set()
3103 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()