| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 1337 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload() local 1349 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload() 1438 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in allocate_mst_payload() local 1517 if (link_hwss->ext.set_throttled_vcp_size) in allocate_mst_payload() 1663 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in update_sst_payload() local 1747 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_reduce_mst_payload() local 1755 if (link_hwss->ext.set_throttled_vcp_size) in link_reduce_mst_payload() 1836 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_increase_mst_payload() local 1902 if (link_hwss->ext.set_throttled_vcp_size) in link_increase_mst_payload() 1973 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in enable_link_hdmi() local [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-6.15/drivers/gpu/drm/amd/display/dc/link/hwss/ |
| H A D | link_hwss_dio_fixed_vs_pe_retimer.c | 76 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() 174 static const struct link_hwss dio_fixed_vs_pe_retimer_link_hwss = { 196 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void) in get_dio_fixed_vs_pe_retimer_link_hwss()
|
| H A D | link_hwss_hpo_fixed_vs_pe_retimer_dp.c | 124 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()
|
| H A D | link_hwss_hpo_fixed_vs_pe_retimer_dp.h | 31 const struct link_hwss *get_hpo_fixed_vs_pe_retimer_dp_link_hwss(void);
|
| H A D | link_hwss_dpia.h | 33 const struct link_hwss *get_dpia_link_hwss(void);
|
| H A D | link_hwss_dio_fixed_vs_pe_retimer.h | 35 const struct link_hwss *get_dio_fixed_vs_pe_retimer_link_hwss(void);
|
| H A D | link_hwss_dpia.c | 147 static const struct link_hwss dpia_link_hwss = { 173 const struct link_hwss *get_dpia_link_hwss(void) in get_dpia_link_hwss()
|
| H A D | link_hwss_hpo_dp.h | 57 const struct link_hwss *get_hpo_dp_link_hwss(void);
|
| H A D | link_hwss_hpo_dp.c | 200 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 D | link_hwss_dio.h | 32 const struct link_hwss *get_dio_link_hwss(void);
|
| H A D | link_hwss_dio.c | 301 static const struct link_hwss dio_link_hwss = { 346 const struct link_hwss *get_dio_link_hwss(void) in get_dio_link_hwss()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_phy.c | 103 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_lane_settings() local 112 if (link_hwss->ext.set_dp_lane_settings) in dp_set_hw_lane_settings() 113 link_hwss->ext.set_dp_lane_settings(link, link_res, in dp_set_hw_lane_settings()
|
| H A D | link_dp_training.c | 1368 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_test_pattern() local 1376 if (link_hwss->ext.set_dp_link_test_pattern) in dp_set_hw_test_pattern() 1377 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &pattern_param); in dp_set_hw_test_pattern() 1630 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in perform_link_training_with_retries() local 1644 link_hwss->setup_stream_encoder(pipe_ctx); in perform_link_training_with_retries()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/virtual/ |
| H A D | virtual_link_hwss.c | 46 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 D | virtual_link_hwss.h | 33 const struct link_hwss *get_virtual_link_hwss(void);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 669 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_enable_stream() local 674 link_hwss->setup_stream_encoder(pipe_ctx); in dce110_enable_stream() 1082 const struct link_hwss *link_hwss; in dce110_enable_audio_stream() local 1107 link_hwss->enable_audio_packet(pipe_ctx); in dce110_enable_audio_stream() 1118 const struct link_hwss *link_hwss; in dce110_disable_audio_stream() local 1130 link_hwss->disable_audio_packet(pipe_ctx); in dce110_disable_audio_stream() 1152 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_disable_stream() local 1179 link_hwss->reset_stream_encoder(pipe_ctx); in dce110_disable_stream() 1588 const struct link_hwss *link_hwss = get_link_hwss( in dce110_apply_single_controller_ctx_to_hw() local 3246 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dce110_enable_dp_link_output() local [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | link_hwss.h | 71 struct link_hwss { struct
|
| H A D | resource.h | 610 const struct link_hwss *get_link_hwss(const struct dc_link *link,
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/accessories/ |
| H A D | link_dp_cts.c | 593 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.15/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
| H A D | dcn314_hwseq.c | 494 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn314_disable_link_output() local 504 link_hwss->disable_link_output(link, link_res, signal); in dcn314_disable_link_output()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 920 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_enable_stream() local 958 link_hwss->setup_stream_encoder(pipe_ctx); in dcn401_enable_stream() 1013 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn401_disable_link_output() local 1027 link_hwss->disable_link_output(link, link_res, signal); in dcn401_disable_link_output() 1774 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_reset_back_end_for_pipe() local 1832 link_hwss->disable_link_output(link, in dcn401_reset_back_end_for_pipe()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 2808 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_reset_back_end_for_pipe() local 2865 link_hwss->disable_link_output(link, in dcn20_reset_back_end_for_pipe() 3012 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_enable_stream() local 3054 link_hwss->setup_stream_encoder(pipe_ctx); in dcn20_enable_stream()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| H A D | dcn32_hwseq.c | 1393 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn32_disable_link_output() local 1403 link_hwss->disable_link_output(link, link_res, signal); in dcn32_disable_link_output()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 5377 const struct link_hwss *get_link_hwss(const struct dc_link *link, in get_link_hwss()
|