Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1121 const struct dc_dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
1130 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
1134 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
1141 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
1144 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1152 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
1154 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1162 proposed_table->stream_count; in update_mst_stream_alloc_table()
1223 struct dc_dp_mst_stream_allocation_table proposed_table = {0}; in deallocate_mst_payload() local
1252 &proposed_table, in deallocate_mst_payload()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h81 struct dc_dp_mst_stream_allocation_table *proposed_table,
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c312 struct dc_dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
353 fill_dc_mst_payload_table_from_drm(stream->link, enable, target_payload, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()