Home
last modified time | relevance | path

Searched refs:stream_allocations (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h173 struct dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1027 …memset(link->mst_stream_alloc_table.stream_allocations, 0, sizeof(link->mst_stream_alloc_table.str… in dc_link_detect()
2482 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
2485 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
2495 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
2497 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()
2506 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
2556 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in allocate_mst_payload()
2558 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in allocate_mst_payload()
2560 link->mst_stream_alloc_table.stream_allocations[i].slot_count); in allocate_mst_payload()
2646 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in deallocate_mst_payload()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1217 &table->stream_allocations[0], in dcn10_link_encoder_update_mst_stream_allocation_table()
1231 &table->stream_allocations[1], in dcn10_link_encoder_update_mst_stream_allocation_table()
1245 &table->stream_allocations[2], in dcn10_link_encoder_update_mst_stream_allocation_table()
1259 &table->stream_allocations[3], in dcn10_link_encoder_update_mst_stream_allocation_table()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1250 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table()
1264 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table()
1278 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table()
1292 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_link.h59 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c159 &proposed_table->stream_allocations[ in get_payload_table()