Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3524 const struct dc_dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument
3533 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
3537 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
3544 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
3547 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3555 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
3557 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
3565 proposed_table->stream_count; in update_mst_stream_alloc_table()
3631 struct link_mst_stream_allocation_table proposed_table = {0}; in dc_link_update_sst_payload() local
3656 &proposed_table, in dc_link_update_sst_payload()
[all …]
Ddc_link_dp.c6861 struct link_mst_stream_allocation_table *proposed_table, in dpcd_write_128b_132b_sst_payload_allocation_table() argument
6884 proposed_table->stream_count = 1; /// Always 1 stream for SST in dpcd_write_128b_132b_sst_payload_allocation_table()
6885 proposed_table->stream_allocations[0].slot_count = req_slot_count; in dpcd_write_128b_132b_sst_payload_allocation_table()
6886 proposed_table->stream_allocations[0].vcp_id = vc_id; in dpcd_write_128b_132b_sst_payload_allocation_table()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddm_helpers.h80 struct dc_dp_mst_stream_allocation_table *proposed_table,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Ddc_link_dp.h205 struct link_mst_stream_allocation_table *proposed_table,
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c184 struct dc_dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument
215 fill_dc_mst_payload_table_from_drm(stream->link, enable, payload, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()