Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dlink_hwss.h65 void (*update_stream_allocation_table)(struct dc_link *link, member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/link/
Dlink_hwss_dpia.c65 .update_stream_allocation_table = update_dpia_stream_allocation_table,
Dlink_hwss_hpo_dp.c260 link_res->hpo_dp_link_enc->funcs->update_stream_allocation_table( in update_hpo_dp_stream_allocation_table()
276 .update_stream_allocation_table = update_hpo_dp_stream_allocation_table,
Dlink_hwss_dio.c183 .update_stream_allocation_table = update_dio_stream_allocation_table,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hpo_dp_link_encoder.c66 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Dlink_encoder.h309 void (*update_stream_allocation_table)( member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3678 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in dc_link_update_sst_payload()
3770 if (link_hwss->ext.update_stream_allocation_table == NULL || in dc_link_allocate_mst_payload()
3776 link_hwss->ext.update_stream_allocation_table(link, in dc_link_allocate_mst_payload()
3886 if (link_hwss->ext.update_stream_allocation_table == NULL || in dc_link_reduce_mst_payload()
3892 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in dc_link_reduce_mst_payload()
3953 if (link_hwss->ext.update_stream_allocation_table == NULL || in dc_link_increase_mst_payload()
3959 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in dc_link_increase_mst_payload()
4069 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload()
4075 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload()
4234 link_hwss->ext.update_stream_allocation_table(stream->link, in fpga_dp_hpo_enable_link_and_stream()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_link_encoder.c596 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,