Searched refs:stream_allocations (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_link.c | 1225 memset(link->mst_stream_alloc_table.stream_allocations, in dc_link_detect_helper() 3295 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table() 3298 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table() 3309 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table() 3311 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table() 3323 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table() 3396 proposed_table.stream_allocations[0].vcp_id, in dc_link_update_sst_payload() 3397 proposed_table.stream_allocations[0].slot_count); in dc_link_update_sst_payload() 3500 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in dc_link_allocate_mst_payload() 4089 proposed_table.stream_allocations[i].vcp_id = i+1; in fpga_dp_hpo_enable_link_and_stream() [all …]
|
A D | dc_link_dp.c | 6051 proposed_table->stream_allocations[0].slot_count = req_slot_count; 6052 proposed_table->stream_allocations[0].vcp_id = vc_id;
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hpo_dp_link_encoder.c | 298 &table->stream_allocations[0], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 312 &table->stream_allocations[1], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 326 &table->stream_allocations[2], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 340 &table->stream_allocations[3], in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
|
/linux/drivers/gpu/drm/amd/display/include/ |
A D | link_service_types.h | 273 struct dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_link_encoder.c | 1244 &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/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_link_encoder.c | 1523 &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/drivers/gpu/drm/amd/display/dc/ |
A D | dc_link.h | 63 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_helpers.c | 191 &proposed_table->stream_allocations[ in get_payload_table()
|
A D | amdgpu_dm_debugfs.c | 3104 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set() 3105 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
|
Completed in 51 milliseconds