Searched refs:update_stream_allocation_table (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/ |
H A D | link_hwss_hpo_dp.c | 173 link_res->hpo_dp_link_enc->funcs->update_stream_allocation_table( in update_hpo_dp_stream_allocation_table() 214 .update_stream_allocation_table = update_hpo_dp_stream_allocation_table,
|
H A D | link_hwss_hpo_fixed_vs_pe_retimer_dp.c | 221 .update_stream_allocation_table = update_hpo_dp_stream_allocation_table,
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | link_hwss.h | 66 void (*update_stream_allocation_table)(struct dc_link *link, member
|
/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 1405 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload() 1411 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload() 1487 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload() 1493 link_hwss->ext.update_stream_allocation_table(link, in allocate_mst_payload() 1708 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in update_sst_payload() 1810 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_reduce_mst_payload() 1816 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in link_reduce_mst_payload() 1877 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_increase_mst_payload() 1883 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 D | link_encoder.h | 264 void (*update_stream_allocation_table)( member
|