Searched refs:stream_allocations (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 856 …memset(link->mst_stream_alloc_table.stream_allocations, 0, sizeof(link->mst_stream_alloc_table.str… in dc_link_detect() 2212 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table() 2215 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table() 2225 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table() 2227 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table() 2236 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table() 2286 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in allocate_mst_payload() 2288 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in allocate_mst_payload() 2290 link->mst_stream_alloc_table.stream_allocations[i].slot_count); in allocate_mst_payload() 2376 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in deallocate_mst_payload() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/include/ |
D | link_service_types.h | 170 struct dp_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_link_encoder.c | 1224 &table->stream_allocations[0], in dce110_link_encoder_update_mst_stream_allocation_table() 1238 &table->stream_allocations[1], in dce110_link_encoder_update_mst_stream_allocation_table() 1252 &table->stream_allocations[2], in dce110_link_encoder_update_mst_stream_allocation_table() 1266 &table->stream_allocations[3], in dce110_link_encoder_update_mst_stream_allocation_table()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_link_encoder.c | 1178 &table->stream_allocations[0], in dcn10_link_encoder_update_mst_stream_allocation_table() 1192 &table->stream_allocations[1], in dcn10_link_encoder_update_mst_stream_allocation_table() 1206 &table->stream_allocations[2], in dcn10_link_encoder_update_mst_stream_allocation_table() 1220 &table->stream_allocations[3], in dcn10_link_encoder_update_mst_stream_allocation_table()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc_link.h | 51 struct link_mst_stream_allocation stream_allocations[MAX_CONTROLLER_NUM]; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_helpers.c | 160 &proposed_table->stream_allocations[ in get_payload_table()
|