Home
last modified time | relevance | path

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

/linux-6.8/drivers/gpu/drm/amd/display/dc/link/hwss/
Dlink_hwss_hpo_dp.c161 link_res->hpo_dp_link_enc->funcs->update_stream_allocation_table( in update_hpo_dp_stream_allocation_table()
202 .update_stream_allocation_table = update_hpo_dp_stream_allocation_table,
Dlink_hwss_dpia.c70 .update_stream_allocation_table = update_dpia_stream_allocation_table,
Dlink_hwss_dio_fixed_vs_pe_retimer.c182 .update_stream_allocation_table = update_dio_stream_allocation_table,
Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.c211 .update_stream_allocation_table = update_hpo_dp_stream_allocation_table,
Dlink_hwss_dio.c243 .update_stream_allocation_table = update_dio_stream_allocation_table,
/linux-6.8/drivers/gpu/drm/amd/display/dc/inc/
Dlink_hwss.h66 void (*update_stream_allocation_table)(struct dc_link *link, member
/linux-6.8/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hpo_dp_link_encoder.c65 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,
/linux-6.8/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1357 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload()
1363 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload()
1439 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload()
1445 link_hwss->ext.update_stream_allocation_table(link, in allocate_mst_payload()
1659 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in update_sst_payload()
1761 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_reduce_mst_payload()
1767 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in link_reduce_mst_payload()
1828 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_increase_mst_payload()
1834 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in link_increase_mst_payload()
/linux-6.8/drivers/gpu/drm/amd/display/dc/inc/hw/
Dlink_encoder.h257 void (*update_stream_allocation_table)( member
/linux-6.8/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_link_encoder.c598 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,