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/ |
D | link_hwss.h | 65 void (*update_stream_allocation_table)(struct dc_link *link, member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/link/ |
D | link_hwss_dpia.c | 65 .update_stream_allocation_table = update_dpia_stream_allocation_table,
|
D | link_hwss_hpo_dp.c | 260 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,
|
D | link_hwss_dio.c | 183 .update_stream_allocation_table = update_dio_stream_allocation_table,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_hpo_dp_link_encoder.c | 66 .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/ |
D | link_encoder.h | 309 void (*update_stream_allocation_table)( member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 3678 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/ |
D | dcn31_hpo_dp_link_encoder.c | 596 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,
|