Searched refs:stream_allocations (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 1275 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table() 1278 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table() 1281 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table() 1289 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table() 1291 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table() 1301 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table() 1316 if (hpo_dp_stream_enc == table->stream_allocations[i].hpo_dp_stream_enc) in remove_stream_from_alloc_table() 1320 if (dio_stream_enc == table->stream_allocations[i].stream_enc) in remove_stream_from_alloc_table() 1327 table->stream_allocations[i-1] = table->stream_allocations[i]; in remove_stream_from_alloc_table() 1328 memset(&table->stream_allocations[table->stream_count-1], 0, in remove_stream_from_alloc_table() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/ |
| H A D | dcn31_hpo_dp_link_encoder.c | 300 &table->stream_allocations[0], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 314 &table->stream_allocations[1], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 328 &table->stream_allocations[2], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 342 &table->stream_allocations[3], in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | link_service_types.h | 260 struct dc_dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/link/hwss/ |
| H A D | link_hwss_dpia.c | 48 mst_alloc_slots += table->stream_allocations[i].slot_count; in update_dpia_stream_allocation_table()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 197 ©_of_link_table.stream_allocations[current_hw_table_stream_cnt]; in fill_dc_mst_payload_table_from_drm() 203 ©_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm() 217 ©_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm() 219 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
|
| H A D | amdgpu_dm_debugfs.c | 4053 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set() 4054 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_link_encoder.c | 1634 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table() 1648 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table() 1662 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table() 1676 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 1055 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|