Searched refs:update_stream_allocation_table (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/hwss/ |
D | link_hwss_hpo_dp.c | 161 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,
|
D | link_hwss_dpia.c | 68 .update_stream_allocation_table = update_dpia_stream_allocation_table,
|
D | link_hwss_dio_fixed_vs_pe_retimer.c | 182 .update_stream_allocation_table = update_dio_stream_allocation_table,
|
D | link_hwss_hpo_fixed_vs_pe_retimer_dp.c | 211 .update_stream_allocation_table = update_hpo_dp_stream_allocation_table,
|
D | link_hwss_dio.c | 243 .update_stream_allocation_table = update_dio_stream_allocation_table,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ |
D | link_hwss.h | 66 void (*update_stream_allocation_table)(struct dc_link *link, member
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_hpo_dp_link_encoder.c | 65 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/ |
D | link_dpms.c | 1305 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload_with_temp_drm_wa() 1311 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload_with_temp_drm_wa() 1406 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload() 1412 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload() 1490 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload() 1496 link_hwss->ext.update_stream_allocation_table(link, in allocate_mst_payload() 1712 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in update_sst_payload() 1815 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_reduce_mst_payload() 1821 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in link_reduce_mst_payload() 1882 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_increase_mst_payload() [all …]
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/accessories/ |
D | link_fpga.c | 85 link_hwss->ext.update_stream_allocation_table(stream->link, in dp_fpga_hpo_enable_link_and_stream()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | link_encoder.h | 257 void (*update_stream_allocation_table)( member
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_link_encoder.c | 598 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,
|