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.c1258 const struct dc_dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
1267 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
1271 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
1278 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
1281 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1289 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
1291 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
1299 proposed_table->stream_count; in update_mst_stream_alloc_table()
1360 struct dc_dp_mst_stream_allocation_table proposed_table = {0}; in deallocate_mst_payload() local
1389 &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.c273 struct dc_dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
314 fill_dc_mst_payload_table_from_drm(stream->link, enable, target_payload, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()