Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1179 const struct dc_dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
1188 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
1192 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
1199 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
1202 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1210 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
1212 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1220 proposed_table->stream_count; in update_mst_stream_alloc_table()
1260 struct dc_dp_mst_stream_allocation_table proposed_table = {0}; in deallocate_mst_payload_with_temp_drm_wa() local
1279 &proposed_table, in deallocate_mst_payload_with_temp_drm_wa()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h80 struct dc_dp_mst_stream_allocation_table *proposed_table,
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c258 struct dc_dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
300 fill_dc_mst_payload_table_from_drm(stream->link, enable, target_payload, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()