Searched refs:update_stream_allocation_table (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | link_hwss.h | 66 void (*update_stream_allocation_table)(struct dc_link *link, member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/hwss/ |
A D | link_hwss_dpia.c | 68 .update_stream_allocation_table = update_dpia_stream_allocation_table,
|
A D | link_hwss_hpo_dp.c | 222 link_res->hpo_dp_link_enc->funcs->update_stream_allocation_table( in update_hpo_dp_stream_allocation_table() 263 .update_stream_allocation_table = update_hpo_dp_stream_allocation_table,
|
A D | link_hwss_dio.c | 234 .update_stream_allocation_table = update_dio_stream_allocation_table,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_hpo_dp_link_encoder.c | 66 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/ |
A D | link_dpms.c | 1304 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload_with_temp_drm_wa() 1310 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload_with_temp_drm_wa() 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() 1489 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload() 1495 link_hwss->ext.update_stream_allocation_table(link, in allocate_mst_payload() 1710 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in update_sst_payload() 1813 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_reduce_mst_payload() 1819 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in link_reduce_mst_payload() 1880 if (link_hwss->ext.update_stream_allocation_table == NULL || in link_increase_mst_payload() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/ |
A D | link_fpga.c | 85 link_hwss->ext.update_stream_allocation_table(stream->link, in dp_fpga_hpo_enable_link_and_stream()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | link_encoder.h | 309 void (*update_stream_allocation_table)( member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hpo_dp_link_encoder.c | 599 .update_stream_allocation_table = dcn31_hpo_dp_link_enc_update_stream_allocation_table,
|
Completed in 34 milliseconds