Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1263 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
1268 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
1270 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
1282 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
1293 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
1296 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
1307 &link->mst_stream_alloc_table; in remove_stream_from_alloc_table()
1386 link->mst_stream_alloc_table.stream_count); in deallocate_mst_payload()
1394 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in deallocate_mst_payload()
1396 (void *) link->mst_stream_alloc_table.stream_allocations[i].hpo_dp_stream_enc, in deallocate_mst_payload()
[all …]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c182 link->mst_stream_alloc_table; in fill_dc_mst_payload_table_from_drm()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1578 struct link_mst_stream_allocation_table mst_stream_alloc_table; member