Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c139 struct dp_mst_stream_allocation_table *proposed_table) in get_payload_table() argument
147 proposed_table->stream_count = 0; in get_payload_table()
162 &proposed_table->stream_allocations[ in get_payload_table()
163 proposed_table->stream_count]; in get_payload_table()
167 proposed_table->stream_count++; in get_payload_table()
185 struct dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
261 get_payload_table(aconnector, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_link.c2228 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
2232 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
2239 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
2249 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
2251 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
2258 proposed_table->stream_count; in update_mst_stream_alloc_table()
2273 struct dp_mst_stream_allocation_table proposed_table = {0}; in allocate_mst_payload() local
2289 &proposed_table, in allocate_mst_payload()
2317 ASSERT(proposed_table.stream_count > 0); in allocate_mst_payload()
2353 struct dp_mst_stream_allocation_table proposed_table = {0}; in deallocate_mst_payload() local
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddm_helpers.h57 struct dp_mst_stream_allocation_table *proposed_table,