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.c133 struct dp_mst_stream_allocation_table *proposed_table) in get_payload_table() argument
141 proposed_table->stream_count = 0; in get_payload_table()
156 &proposed_table->stream_allocations[ in get_payload_table()
157 proposed_table->stream_count]; in get_payload_table()
161 proposed_table->stream_count++; in get_payload_table()
179 struct dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
226 get_payload_table(aconnector, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2977 const struct dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
2987 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
2991 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
2998 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
3001 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3009 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
3011 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3018 proposed_table->stream_count; in update_mst_stream_alloc_table()
3033 struct dp_mst_stream_allocation_table proposed_table = {0}; in dc_link_allocate_mst_payload() local
3050 &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,