Home
last modified time | relevance | path

Searched refs:link_hwss (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_fpga.c43 const struct link_hwss *link_hwss = get_link_hwss(stream->link, &pipe_ctx->link_res); in dp_fpga_hpo_enable_link_and_stream() local
48 if (link_hwss->ext.enable_dp_link_output) in dp_fpga_hpo_enable_link_and_stream()
49 link_hwss->ext.enable_dp_link_output(stream->link, &pipe_ctx->link_res, in dp_fpga_hpo_enable_link_and_stream()
85 link_hwss->ext.update_stream_allocation_table(stream->link, in dp_fpga_hpo_enable_link_and_stream()
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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1265 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload_with_temp_drm_wa() local
1269 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload_with_temp_drm_wa()
1270 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload_with_temp_drm_wa()
1271 if (link_hwss->ext.set_hblank_min_symbol_width) in deallocate_mst_payload_with_temp_drm_wa()
1272 link_hwss->ext.set_hblank_min_symbol_width(pipe_ctx, in deallocate_mst_payload_with_temp_drm_wa()
1312 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload_with_temp_drm_wa()
1318 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload_with_temp_drm_wa()
1343 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload() local
1358 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload()
1359 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload()
[all …]
H A Dlink_hwss_hpo_frl.c47 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dio_fixed_vs_pe_retimer.c76 const struct link_hwss *link_hwss) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override() argument
115 if (link_hwss->ext.set_dp_link_test_pattern) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
116 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &hw_tp_params); in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
169 static const struct link_hwss dio_fixed_vs_pe_retimer_link_hwss = {
197 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void) in get_dio_fixed_vs_pe_retimer_link_hwss()
H A Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.c121 const struct link_hwss *link_hwss) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern() argument
146 if (link_hwss->ext.set_dp_link_test_pattern) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
147 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &hw_tp_params); in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
202 static const struct link_hwss hpo_fixed_vs_pe_retimer_dp_link_hwss = {
231 const struct link_hwss *get_hpo_fixed_vs_pe_retimer_dp_link_hwss(void) in get_hpo_fixed_vs_pe_retimer_dp_link_hwss()
H A Dlink_hwss_dpia.c55 static const struct link_hwss dpia_link_hwss = {
79 const struct link_hwss *get_dpia_link_hwss(void) in get_dpia_link_hwss()
H A Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.h31 const struct link_hwss *get_hpo_fixed_vs_pe_retimer_dp_link_hwss(void);
H A Dlink_hwss_dpia.h30 const struct link_hwss *get_dpia_link_hwss(void);
H A Dlink_hwss_dio_fixed_vs_pe_retimer.h35 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void);
H A Dlink_hwss_hpo_dp.c200 static const struct link_hwss hpo_dp_link_hwss = {
224 const struct link_hwss *get_hpo_dp_link_hwss(void) in get_hpo_dp_link_hwss()
H A Dlink_hwss_hpo_dp.h57 const struct link_hwss *get_hpo_dp_link_hwss(void);
H A Dlink_hwss_dio.h31 const struct link_hwss *get_dio_link_hwss(void);
H A Dlink_hwss_dio.c230 static const struct link_hwss dio_link_hwss = {
253 const struct link_hwss *get_dio_link_hwss(void) in get_dio_link_hwss()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_phy.c101 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_lane_settings() local
107 if (link_hwss->ext.set_dp_lane_settings) in dp_set_hw_lane_settings()
108 link_hwss->ext.set_dp_lane_settings(link, link_res, in dp_set_hw_lane_settings()
H A Dlink_dp_training.c1295 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_test_pattern() local
1303 if (link_hwss->ext.set_dp_link_test_pattern) in dp_set_hw_test_pattern()
1304 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &pattern_param); in dp_set_hw_test_pattern()
1555 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in perform_link_training_with_retries() local
1569 link_hwss->setup_stream_encoder(pipe_ctx); in perform_link_training_with_retries()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_link_hwss.c46 static const struct link_hwss virtual_link_hwss = {
53 const struct link_hwss *get_virtual_link_hwss(void) in get_virtual_link_hwss()
H A Dvirtual_link_hwss.h33 const struct link_hwss *get_virtual_link_hwss(void);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c670 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_enable_stream() local
675 link_hwss->setup_stream_encoder(pipe_ctx); in dce110_enable_stream()
1081 const struct link_hwss *link_hwss; in dce110_enable_audio_stream() local
1088 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_enable_audio_stream()
1106 link_hwss->enable_audio_packet(pipe_ctx); in dce110_enable_audio_stream()
1117 const struct link_hwss *link_hwss; in dce110_disable_audio_stream() local
1124 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_disable_audio_stream()
1129 link_hwss->disable_audio_packet(pipe_ctx); in dce110_disable_audio_stream()
1151 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_disable_stream() local
1175 link_hwss->reset_stream_encoder(pipe_ctx); in dce110_disable_stream()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_hwss.h71 struct link_hwss { struct
H A Dresource.h437 const struct link_hwss *get_link_hwss(const struct dc_link *link,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c475 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn314_disable_link_output() local
485 link_hwss->disable_link_output(link, link_res, signal); in dcn314_disable_link_output()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2491 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_reset_back_end_for_pipe() local
2550 link_hwss->disable_link_output(link, in dcn20_reset_back_end_for_pipe()
2726 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_enable_stream() local
2764 link_hwss->setup_stream_encoder(pipe_ctx); in dcn20_enable_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1326 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn32_disable_link_output() local
1335 link_hwss->disable_link_output(link, link_res, signal); in dcn32_disable_link_output()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4203 const struct link_hwss *get_link_hwss(const struct dc_link *link, in get_link_hwss()
/openbmc/linux/
H A Dopengrok2.0.log[all...]