Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_hwss.h66 void (*update_stream_allocation_table)(struct dc_link *link, member
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1273 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload()
1279 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload()
1334 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload()
1340 link_hwss->ext.update_stream_allocation_table(link, in allocate_mst_payload()
1555 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in update_sst_payload()
1636 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_reduce_mst_payload()
1642 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in link_reduce_mst_payload()
1684 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_increase_mst_payload()
1690 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in link_increase_mst_payload()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h274 void (*update_stream_allocation_table)( member