Searched refs:link_hwss (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 1226 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload() local 1238 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload() 1239 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload() 1240 if (link_hwss->ext.set_hblank_min_symbol_width) in deallocate_mst_payload() 1241 link_hwss->ext.set_hblank_min_symbol_width(pipe_ctx, in deallocate_mst_payload() 1273 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload() 1279 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload() 1306 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in allocate_mst_payload() local 1334 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload() 1340 link_hwss->ext.update_stream_allocation_table(link, in allocate_mst_payload() [all …]
|
| H A D | link_hwss_hpo_frl.c | 47 static const struct link_hwss hpo_frl_link_hwss = { 59 const struct link_hwss *get_hpo_frl_link_hwss(void) in get_hpo_frl_link_hwss()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 728 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_enable_stream() local 733 link_hwss->setup_stream_encoder(pipe_ctx); in dce110_enable_stream() 1129 const struct link_hwss *link_hwss; in dce110_enable_audio_stream() local 1139 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_enable_audio_stream() 1157 link_hwss->enable_audio_packet(pipe_ctx); in dce110_enable_audio_stream() 1168 const struct link_hwss *link_hwss; in dce110_disable_audio_stream() local 1178 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_disable_audio_stream() 1183 link_hwss->disable_audio_packet(pipe_ctx); in dce110_disable_audio_stream() 1205 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_disable_stream() local 1232 link_hwss->reset_stream_encoder(pipe_ctx); in dce110_disable_stream() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/link/hwss/ |
| H A D | link_hwss_dpia.h | 33 const struct link_hwss *get_dpia_link_hwss(void);
|
| H A D | link_hwss_virtual.h | 33 const struct link_hwss *get_virtual_link_hwss(void);
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | link_hwss.h | 71 struct link_hwss { struct
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 846 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_enable_stream() local 876 link_hwss->setup_stream_attribute(pipe_ctx); in dcn401_enable_stream() 886 link_hwss->setup_stream_encoder(pipe_ctx); in dcn401_enable_stream() 941 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn401_disable_link_output() local 955 link_hwss->disable_link_output(link, link_res, signal); in dcn401_disable_link_output() 1877 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_reset_back_end_for_pipe() local 1934 link_hwss->disable_link_output(link, in dcn401_reset_back_end_for_pipe()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 5480 const struct link_hwss *get_link_hwss(const struct dc_link *link, in get_link_hwss()
|