Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1254 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
1259 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
1261 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
1273 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
1284 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
1287 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
1298 &link->mst_stream_alloc_table; in remove_stream_from_alloc_table()
1377 link->mst_stream_alloc_table.stream_count); in deallocate_mst_payload()
1385 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in deallocate_mst_payload()
1387 (void *) link->mst_stream_alloc_table.stream_allocations[i].hpo_dp_stream_enc, in deallocate_mst_payload()
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c3887 link->mst_stream_alloc_table.stream_count = 0; in trigger_hpd_mst_set()
3888 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set()
3889 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
Damdgpu_dm_helpers.c176 link->mst_stream_alloc_table; in fill_dc_mst_payload_table_from_drm()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/
Ddc.h1794 struct link_mst_stream_allocation_table mst_stream_alloc_table; member