Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/accessories/
Dlink_fpga.c38 struct link_mst_stream_allocation_table proposed_table = {0}; in dp_fpga_hpo_enable_link_and_stream() local
66 proposed_table.stream_count = state->stream_count; in dp_fpga_hpo_enable_link_and_stream()
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()
73proposed_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()
79 proposed_table.stream_count = 1; /// Always 1 stream for SST 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()
87 &proposed_table); in dp_fpga_hpo_enable_link_and_stream()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1172 const struct dc_dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
1181 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
1185 for (i = 0; i < proposed_table->stream_count; i++) { 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()
1213 proposed_table->stream_count; in update_mst_stream_alloc_table()
1253 struct dc_dp_mst_stream_allocation_table proposed_table = {0}; in deallocate_mst_payload_with_temp_drm_wa() local
1272 &proposed_table, in deallocate_mst_payload_with_temp_drm_wa()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddm_helpers.h80 struct dc_dp_mst_stream_allocation_table *proposed_table,
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c246 struct dc_dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
288 fill_dc_mst_payload_table_from_drm(stream->link, enable, target_payload, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()