Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1268 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
1273 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
1275 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
1287 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
1298 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
1301 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
1312 &link->mst_stream_alloc_table; in remove_stream_from_alloc_table()
1342 link->mst_stream_alloc_table.stream_count); in print_mst_streams()
1346 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc); in print_mst_streams()
1348 (void *) link->mst_stream_alloc_table.stream_allocations[i].hpo_dp_stream_enc); in print_mst_streams()
[all …]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c4052 link->mst_stream_alloc_table.stream_count = 0; in trigger_hpd_mst_set()
4053 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set()
4054 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
H A Damdgpu_dm_helpers.c188 link->mst_stream_alloc_table; in fill_dc_mst_payload_table_from_drm()
H A Damdgpu_dm.c3446 l->mst_stream_alloc_table.stream_count); in amdgpu_dm_dump_links_and_sinks()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1728 struct link_mst_stream_allocation_table mst_stream_alloc_table; member