Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c134 struct dp_mst_stream_allocation_table *proposed_table) in get_payload_table() argument
142 proposed_table->stream_count = 0; in get_payload_table()
157 &proposed_table->stream_allocations[ in get_payload_table()
158 proposed_table->stream_count]; in get_payload_table()
162 proposed_table->stream_count++; in get_payload_table()
180 struct dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
227 get_payload_table(aconnector, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2852 const struct dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
2862 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
2866 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
2873 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
2883 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
2885 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
2892 proposed_table->stream_count; in update_mst_stream_alloc_table()
2907 struct dp_mst_stream_allocation_table proposed_table = {0}; in dc_link_allocate_mst_payload() local
2924 &proposed_table, in dc_link_allocate_mst_payload()
2927 link, pipe_ctx->stream_res.stream_enc, &proposed_table); in dc_link_allocate_mst_payload()
[all …]
/drivers/gpu/drm/amd/display/dc/
Ddm_helpers.h80 struct dp_mst_stream_allocation_table *proposed_table,