Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/link/
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()
Dlink_hwss_dpia.c55 static const struct link_hwss dpia_link_hwss = {
76 const struct link_hwss *get_dpia_link_hwss(void) in get_dpia_link_hwss()
Dlink_hwss_dpia.h30 const struct link_hwss *get_dpia_link_hwss(void);
Dlink_hwss_hpo_dp.h32 const struct link_hwss *get_hpo_dp_link_hwss(void);
Dlink_hwss_hpo_frl.h32 const struct link_hwss *get_hpo_frl_link_hwss(void);
Dlink_hwss_dio.c173 static const struct link_hwss dio_link_hwss = {
193 const struct link_hwss *get_dio_link_hwss(void) in get_dio_link_hwss()
Dlink_hwss_dio.h30 const struct link_hwss *get_dio_link_hwss(void);
Dlink_hwss_hpo_dp.c265 static const struct link_hwss hpo_dp_link_hwss = {
286 const struct link_hwss *get_hpo_dp_link_hwss(void) in get_hpo_dp_link_hwss()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3634 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dc_link_update_sst_payload() local
3643 if (link_hwss->ext.set_throttled_vcp_size) in dc_link_update_sst_payload()
3644 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, in dc_link_update_sst_payload()
3646 if (link_hwss->ext.set_hblank_min_symbol_width) in dc_link_update_sst_payload()
3647 link_hwss->ext.set_hblank_min_symbol_width(pipe_ctx, in dc_link_update_sst_payload()
3678 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in dc_link_update_sst_payload()
3694 if (link_hwss->ext.set_throttled_vcp_size) in dc_link_update_sst_payload()
3695 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, in dc_link_update_sst_payload()
3697 if (link_hwss->ext.set_hblank_min_symbol_width) in dc_link_update_sst_payload()
3698 link_hwss->ext.set_hblank_min_symbol_width(pipe_ctx, in dc_link_update_sst_payload()
[all …]
Ddc_link_dp.c2705 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in perform_link_training_with_retries() local
2718 link_hwss->setup_stream_encoder(pipe_ctx); in perform_link_training_with_retries()
7256 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_lane_settings() local
7261 if (link_hwss->ext.set_dp_lane_settings) in dp_set_hw_lane_settings()
7262 link_hwss->ext.set_dp_lane_settings(link, link_res, in dp_set_hw_lane_settings()
7278 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_test_pattern() local
7286 if (link_hwss->ext.set_dp_link_test_pattern) in dp_set_hw_test_pattern()
7287 link_hwss->ext.set_dp_link_test_pattern(link, link_res, &pattern_param); in dp_set_hw_test_pattern()
Ddc_resource.c3632 const struct link_hwss *get_link_hwss(const struct dc_link *link, in get_link_hwss()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dlink_hwss.h70 struct link_hwss { struct
Dresource.h228 const struct link_hwss *get_link_hwss(const struct dc_link *link,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c669 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()
1176 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_disable_stream() local
1194 link_hwss->reset_stream_encoder(pipe_ctx); in dce110_disable_stream()
3050 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dce110_enable_dp_link_output() local
3090 if (link_hwss->ext.enable_dp_link_output) in dce110_enable_dp_link_output()
3091 link_hwss->ext.enable_dp_link_output(link, link_res, signal, in dce110_enable_dp_link_output()
3107 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dce110_disable_link_output() local
3116 link_hwss->disable_link_output(link, link_res, signal); in dce110_disable_link_output()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c1313 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn32_disable_link_output() local
1322 link_hwss->disable_link_output(link, link_res, signal); in dcn32_disable_link_output()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c2361 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_reset_back_end_for_pipe() local
2424 link_hwss->disable_link_output(link, in dcn20_reset_back_end_for_pipe()
2591 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_enable_stream() local
2599 link_hwss->setup_stream_encoder(pipe_ctx); in dcn20_enable_stream()