Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1138 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
1141 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
1144 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1152 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
1154 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1164 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
1179 if (hpo_dp_stream_enc == table->stream_allocations[i].hpo_dp_stream_enc) in remove_stream_from_alloc_table()
1183 if (dio_stream_enc == table->stream_allocations[i].stream_enc) in remove_stream_from_alloc_table()
1190 table->stream_allocations[i-1] = table->stream_allocations[i]; in remove_stream_from_alloc_table()
1191 memset(&table->stream_allocations[table->stream_count-1], 0, in remove_stream_from_alloc_table()
[all …]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c236 &copy_of_link_table.stream_allocations[current_hw_table_stream_cnt]; in fill_dc_mst_payload_table_from_drm()
242 &copy_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm()
256 &copy_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm()
258 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c1667 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table()
1681 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table()
1695 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table()
1709 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1057 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member