Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3541 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
3544 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
3547 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3555 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
3557 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3567 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
3582 if (hpo_dp_stream_enc == table->stream_allocations[i].hpo_dp_stream_enc) in remove_stream_from_alloc_table()
3586 if (dio_stream_enc == table->stream_allocations[i].stream_enc) in remove_stream_from_alloc_table()
3593 table->stream_allocations[i-1] = table->stream_allocations[i]; in remove_stream_from_alloc_table()
3594 memset(&table->stream_allocations[table->stream_count-1], 0, in remove_stream_from_alloc_table()
[all …]
Ddc_link_dp.c6885 proposed_table->stream_allocations[0].slot_count = req_slot_count; in dpcd_write_128b_132b_sst_payload_allocation_table()
6886 proposed_table->stream_allocations[0].vcp_id = vc_id; in dpcd_write_128b_132b_sst_payload_allocation_table()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_link_encoder.c298 &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-6.1.9/drivers/gpu/drm/amd/display/dc/link/
Dlink_hwss_dpia.c43 mst_alloc_slots += table->stream_allocations[i].slot_count; in update_dpia_stream_allocation_table()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c140 &copy_of_link_table.stream_allocations[current_hw_table_stream_cnt]; in fill_dc_mst_payload_table_from_drm()
146 &copy_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm()
160 &copy_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm()
162 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
Damdgpu_dm_debugfs.c3429 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set()
3430 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
/linux-6.1.9/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h271 struct dc_dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1242 &table->stream_allocations[0], in dcn10_link_encoder_update_mst_stream_allocation_table()
1256 &table->stream_allocations[1], in dcn10_link_encoder_update_mst_stream_allocation_table()
1270 &table->stream_allocations[2], in dcn10_link_encoder_update_mst_stream_allocation_table()
1284 &table->stream_allocations[3], in dcn10_link_encoder_update_mst_stream_allocation_table()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1522 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table()
1536 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table()
1550 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table()
1564 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_link.h67 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member