Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/accessories/
Dlink_fpga.c70 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-v6.6/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1189 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
1192 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
1195 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1203 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
1205 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1215 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
1230 if (hpo_dp_stream_enc == table->stream_allocations[i].hpo_dp_stream_enc) in remove_stream_from_alloc_table()
1234 if (dio_stream_enc == table->stream_allocations[i].stream_enc) in remove_stream_from_alloc_table()
1241 table->stream_allocations[i-1] = table->stream_allocations[i]; in remove_stream_from_alloc_table()
1242 memset(&table->stream_allocations[table->stream_count-1], 0, in remove_stream_from_alloc_table()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_link_encoder.c300 &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-v6.6/drivers/gpu/drm/amd/display/dc/link/hwss/
Dlink_hwss_dpia.c43 mst_alloc_slots += table->stream_allocations[i].slot_count; in update_dpia_stream_allocation_table()
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c168 &copy_of_link_table.stream_allocations[current_hw_table_stream_cnt]; in fill_dc_mst_payload_table_from_drm()
174 &copy_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm()
188 &copy_of_link_table.stream_allocations[i]; in fill_dc_mst_payload_table_from_drm()
190 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
226 &current_link_table.stream_allocations[i]; in dm_helpers_construct_old_payload()
Damdgpu_dm_debugfs.c3519 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set()
3520 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
/Linux-v6.6/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h250 struct dc_dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1240 &table->stream_allocations[0], in dcn10_link_encoder_update_mst_stream_allocation_table()
1254 &table->stream_allocations[1], in dcn10_link_encoder_update_mst_stream_allocation_table()
1268 &table->stream_allocations[2], in dcn10_link_encoder_update_mst_stream_allocation_table()
1282 &table->stream_allocations[3], in dcn10_link_encoder_update_mst_stream_allocation_table()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1519 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table()
1533 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table()
1547 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table()
1561 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_types.h1002 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member