Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c136 struct dp_mst_stream_allocation_table *proposed_table) in get_payload_table() argument
144 proposed_table->stream_count = 0; in get_payload_table()
159 &proposed_table->stream_allocations[ in get_payload_table()
160 proposed_table->stream_count]; in get_payload_table()
164 proposed_table->stream_count++; in get_payload_table()
182 struct dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
257 get_payload_table(aconnector, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2464 const struct dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
2474 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
2478 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
2485 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
2495 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
2497 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
2504 proposed_table->stream_count; in update_mst_stream_alloc_table()
2519 struct dp_mst_stream_allocation_table proposed_table = {0}; in allocate_mst_payload() local
2535 &proposed_table, in allocate_mst_payload()
2538 link, pipe_ctx->stream_res.stream_enc, &proposed_table); in allocate_mst_payload()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddm_helpers.h57 struct dp_mst_stream_allocation_table *proposed_table,