Searched refs:proposed_table (Results 1 – 3 of 3) sorted by relevance
137 struct dp_mst_stream_allocation_table *proposed_table) in get_payload_table() argument145 proposed_table->stream_count = 0; in get_payload_table()160 &proposed_table->stream_allocations[ in get_payload_table()161 proposed_table->stream_count]; in get_payload_table()165 proposed_table->stream_count++; in get_payload_table()183 struct dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument258 get_payload_table(aconnector, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()
2194 const struct dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument2204 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()2208 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()2215 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()2225 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()2227 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()2234 proposed_table->stream_count; in update_mst_stream_alloc_table()2249 struct dp_mst_stream_allocation_table proposed_table = {0}; in allocate_mst_payload() local2265 &proposed_table, in allocate_mst_payload()2268 link, pipe_ctx->stream_res.stream_enc, &proposed_table); in allocate_mst_payload()[all …]
57 struct dp_mst_stream_allocation_table *proposed_table,