Searched refs:set_throttled_vcp_size (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/ |
A D | link_fpga.c | 89 if (link_hwss->ext.set_throttled_vcp_size) in dp_fpga_hpo_enable_link_and_stream() 90 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in dp_fpga_hpo_enable_link_and_stream()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/ |
A D | link_dpms.c | 1261 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload_with_temp_drm_wa() 1262 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload_with_temp_drm_wa() 1350 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload() 1351 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload() 1522 if (link_hwss->ext.set_throttled_vcp_size) in allocate_mst_payload() 1675 if (link_hwss->ext.set_throttled_vcp_size) in update_sst_payload() 1676 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, in update_sst_payload() 1726 if (link_hwss->ext.set_throttled_vcp_size) in update_sst_payload() 1727 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, in update_sst_payload() 1758 if (link_hwss->ext.set_throttled_vcp_size) in link_reduce_mst_payload() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | link_hwss.h | 52 void (*set_throttled_vcp_size)(struct pipe_ctx *pipe_ctx, member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/hwss/ |
A D | link_hwss_dpia.c | 64 .set_throttled_vcp_size = set_dio_throttled_vcp_size,
|
A D | link_hwss_dio.c | 34 stream_encoder->funcs->set_throttled_vcp_size( in set_dio_throttled_vcp_size() 230 .set_throttled_vcp_size = set_dio_throttled_vcp_size,
|
A D | link_hwss_hpo_dp.c | 57 hpo_dp_link_encoder->funcs->set_throttled_vcp_size(hpo_dp_link_encoder, in set_hpo_dp_throttled_vcp_size() 258 .set_throttled_vcp_size = set_hpo_dp_throttled_vcp_size,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_hpo_dp_link_encoder.c | 67 .set_throttled_vcp_size = dcn31_hpo_dp_link_enc_set_throttled_vcp_size,
|
A D | dcn32_dio_stream_encoder.c | 460 .set_throttled_vcp_size =
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/virtual/ |
A D | virtual_stream_encoder.c | 118 .set_throttled_vcp_size =
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | link_encoder.h | 313 void (*set_throttled_vcp_size)( member
|
A D | stream_encoder.h | 155 void (*set_throttled_vcp_size)( member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/ |
A D | dcn314_dio_stream_encoder.c | 426 .set_throttled_vcp_size =
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_stream_encoder.c | 600 .set_throttled_vcp_size =
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_hpo_dp_link_encoder.c | 600 .set_throttled_vcp_size = dcn31_hpo_dp_link_enc_set_throttled_vcp_size,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_dio_stream_encoder.c | 824 .set_throttled_vcp_size =
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_stream_encoder.c | 1524 .set_throttled_vcp_size =
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_stream_encoder.c | 1577 .set_throttled_vcp_size =
|
Completed in 56 milliseconds