Home
last modified time | relevance | path

Searched refs:mst_stream_alloc_table (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1189 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
1194 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
1196 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
1208 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
1218 /* update link->mst_stream_alloc_table with work_table */ in update_mst_stream_alloc_table()
1219 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
1222 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()
1233 &link->mst_stream_alloc_table; in remove_stream_from_alloc_table()
1295 link->mst_stream_alloc_table.stream_count); in deallocate_mst_payload_with_temp_drm_wa()
1303 (void *) link->mst_stream_alloc_table in deallocate_mst_payload_with_temp_drm_wa()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c1170 link->mst_stream_alloc_table.stream_count = 0; in dc_link_detect_helper()
1171 memset(link->mst_stream_alloc_table.stream_allocations, in dc_link_detect_helper()
1173 sizeof(link->mst_stream_alloc_table.stream_allocations)); in dc_link_detect_helper()
2223 link->mst_stream_alloc_table.stream_count == 0) { in disable_link()
2234 if (link->mst_stream_alloc_table.stream_count <= 0) in disable_link()
2863 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
2868 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
2870 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()
2881 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
2890 /* update link->mst_stream_alloc_table wit in update_mst_stream_alloc_table()
[all...]
H A Ddc_link_hwss.c257 if (link->mst_stream_alloc_table.stream_count > 0) in dp_disable_link_phy_mst()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_link.h160 struct link_mst_stream_allocation_table mst_stream_alloc_table; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c167 link->mst_stream_alloc_table; in fill_dc_mst_payload_table_from_drm()
173 /* TODO: refactor to set link->mst_stream_alloc_table directly if possible.*/ in fill_dc_mst_payload_table_from_drm()
221 link->mst_stream_alloc_table; in dm_helpers_construct_old_payload()
H A Damdgpu_dm_debugfs.c3518 link->mst_stream_alloc_table.stream_count = 0; in trigger_hpd_mst_set()
3519 memset(link->mst_stream_alloc_table.stream_allocations, 0, in trigger_hpd_mst_set()
3520 sizeof(link->mst_stream_alloc_table.stream_allocations)); in trigger_hpd_mst_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1567 struct link_mst_stream_allocation_table mst_stream_alloc_table; member

Completed in 18 milliseconds