Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1313 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload() local
1325 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload()
1326 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload()
1327 if (link_hwss->ext.set_hblank_min_symbol_width) in deallocate_mst_payload()
1328 link_hwss->ext.set_hblank_min_symbol_width(pipe_ctx, in deallocate_mst_payload()
1380 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload()
1386 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload()
1414 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in allocate_mst_payload() local
1462 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload()
1468 link_hwss->ext.update_stream_allocation_table(link, in allocate_mst_payload()
[all …]
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()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/hwss/
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
117 if (link_hwss->ext.set_dp_link_test_pattern) in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern_override()
118 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()
171 static const struct link_hwss dio_fixed_vs_pe_retimer_link_hwss = {
193 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void) in get_dio_fixed_vs_pe_retimer_link_hwss()
Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.c124 const struct link_hwss *link_hwss) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern() argument
151 if (link_hwss->ext.set_dp_link_test_pattern) in dp_hpo_fixed_vs_pe_retimer_set_override_test_pattern()
152 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()
207 static const struct link_hwss hpo_fixed_vs_pe_retimer_dp_link_hwss = {
230 const struct link_hwss *get_hpo_fixed_vs_pe_retimer_dp_link_hwss(void) in get_hpo_fixed_vs_pe_retimer_dp_link_hwss()
Dlink_hwss_dpia.c80 static const struct link_hwss dpia_link_hwss = {
104 const struct link_hwss *get_dpia_link_hwss(void) in get_dpia_link_hwss()
Dlink_hwss_hpo_fixed_vs_pe_retimer_dp.h31 const struct link_hwss *get_hpo_fixed_vs_pe_retimer_dp_link_hwss(void);
Dlink_hwss_dpia.h30 const struct link_hwss *get_dpia_link_hwss(void);
Dlink_hwss_dio_fixed_vs_pe_retimer.h35 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void);
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()
Dlink_hwss_hpo_dp.h57 const struct link_hwss *get_hpo_dp_link_hwss(void);
Dlink_hwss_dio.h32 const struct link_hwss *get_dio_link_hwss(void);
Dlink_hwss_dio.c253 static const struct link_hwss dio_link_hwss = {
295 const struct link_hwss *get_dio_link_hwss(void) in get_dio_link_hwss()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_phy.c102 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_lane_settings() local
111 if (link_hwss->ext.set_dp_lane_settings) in dp_set_hw_lane_settings()
112 link_hwss->ext.set_dp_lane_settings(link, link_res, in dp_set_hw_lane_settings()
Dlink_dp_training.c1350 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_test_pattern() local
1358 if (link_hwss->ext.set_dp_link_test_pattern) in dp_set_hw_test_pattern()
1359 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &pattern_param); in dp_set_hw_test_pattern()
1610 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in perform_link_training_with_retries() local
1624 link_hwss->setup_stream_encoder(pipe_ctx); in perform_link_training_with_retries()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/virtual/
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()
Dvirtual_link_hwss.h33 const struct link_hwss *get_virtual_link_hwss(void);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c668 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_enable_stream() local
673 link_hwss->setup_stream_encoder(pipe_ctx); in dce110_enable_stream()
1079 const struct link_hwss *link_hwss; in dce110_enable_audio_stream() local
1086 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_enable_audio_stream()
1104 link_hwss->enable_audio_packet(pipe_ctx); in dce110_enable_audio_stream()
1115 const struct link_hwss *link_hwss; in dce110_disable_audio_stream() local
1122 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_disable_audio_stream()
1127 link_hwss->disable_audio_packet(pipe_ctx); in dce110_disable_audio_stream()
1149 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_disable_stream() local
1173 link_hwss->reset_stream_encoder(pipe_ctx); in dce110_disable_stream()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dlink_hwss.h71 struct link_hwss { struct
Dresource.h609 const struct link_hwss *get_link_hwss(const struct dc_link *link,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/accessories/
Dlink_dp_cts.c593 const struct link_hwss *link_hwss; in dp_set_test_pattern() local
837 link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dp_set_test_pattern()
839 link_hwss->setup_stream_attribute(pipe_ctx); in dp_set_test_pattern()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
Ddcn314_hwseq.c464 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn314_disable_link_output() local
474 link_hwss->disable_link_output(link, link_res, signal); in dcn314_disable_link_output()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c2776 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_reset_back_end_for_pipe() local
2835 link_hwss->disable_link_output(link, in dcn20_reset_back_end_for_pipe()
2985 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_enable_stream() local
3020 link_hwss->setup_stream_encoder(pipe_ctx); in dcn20_enable_stream()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
Ddcn32_hwseq.c1387 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn32_disable_link_output() local
1397 link_hwss->disable_link_output(link, link_res, signal); in dcn32_disable_link_output()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c988 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_enable_stream() local
1022 link_hwss->setup_stream_encoder(pipe_ctx); in dcn401_enable_stream()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c5056 const struct link_hwss *get_link_hwss(const struct dc_link *link, in get_link_hwss()