Searched refs:stream_allocations (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/ |
A D | link_fpga.c | 70 proposed_table.stream_allocations[i].slot_count = req_slot_count; in dp_fpga_hpo_enable_link_and_stream() 71 proposed_table.stream_allocations[i].vcp_id = i+1; in dp_fpga_hpo_enable_link_and_stream() 73 …proposed_table.stream_allocations[i].hpo_dp_stream_enc = state->res_ctx.pipe_ctx[i].stream_res.hpo… in dp_fpga_hpo_enable_link_and_stream() 80 proposed_table.stream_allocations[0].slot_count = req_slot_count; in dp_fpga_hpo_enable_link_and_stream() 81 proposed_table.stream_allocations[0].vcp_id = vc_id; in dp_fpga_hpo_enable_link_and_stream() 82 proposed_table.stream_allocations[0].hpo_dp_stream_enc = pipe_ctx->stream_res.hpo_dp_stream_enc; in dp_fpga_hpo_enable_link_and_stream()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/ |
A D | link_dpms.c | 1188 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table() 1191 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table() 1202 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table() 1204 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table() 1214 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table() 1240 table->stream_allocations[i-1] = table->stream_allocations[i]; in remove_stream_from_alloc_table() 1299 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in deallocate_mst_payload_with_temp_drm_wa() 1399 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in deallocate_mst_payload() 1580 proposed_table->stream_allocations[0].vcp_id = vc_id; in write_128b_132b_sst_payload_allocation_table() 1706 proposed_table.stream_allocations[0].vcp_id, in update_sst_payload() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hpo_dp_link_encoder.c | 301 &table->stream_allocations[0], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 315 &table->stream_allocations[1], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 329 &table->stream_allocations[2], in dcn31_hpo_dp_link_enc_update_stream_allocation_table() 343 &table->stream_allocations[3], in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/hwss/ |
A D | link_hwss_dpia.c | 43 mst_alloc_slots += table->stream_allocations[i].slot_count; in update_dpia_stream_allocation_table()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/include/ |
A D | link_service_types.h | 276 struct dc_dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_helpers.c | 142 ©_of_link_table.stream_allocations[current_hw_table_stream_cnt]; in fill_dc_mst_payload_table_from_drm() 148 ©_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm() 162 ©_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm() 164 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
|
A D | amdgpu_dm_debugfs.c | 3372 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set() 3373 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_link_encoder.c | 1241 &table->stream_allocations[0], in dcn10_link_encoder_update_mst_stream_allocation_table() 1255 &table->stream_allocations[1], in dcn10_link_encoder_update_mst_stream_allocation_table() 1269 &table->stream_allocations[2], in dcn10_link_encoder_update_mst_stream_allocation_table() 1283 &table->stream_allocations[3], in dcn10_link_encoder_update_mst_stream_allocation_table()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_link_encoder.c | 1521 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table() 1535 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table() 1549 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table() 1563 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc_link.h | 59 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
Completed in 59 milliseconds