Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c39 #include "link_hwss.h"
1305 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in allocate_mst_payload()
1317 if (link_hwss->ext.set_throttled_vcp_size) in allocate_mst_payload()
1318 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in allocate_mst_payload()
1319 if (link_hwss->ext.set_hblank_min_symbol_width) in allocate_mst_payload()
1320 link_hwss->ext.set_hblank_min_symbol_width(pipe_ctx, in allocate_mst_payload()
1352 if (link_hwss->ext.update_stream_allocation_table == NULL || in allocate_mst_payload()
1358 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in allocate_mst_payload()
1385 const struct link_hwss *link_hws in link_calculate_sst_avg_time_slots_per_mtp()
1226 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); deallocate_mst_payload() local
1306 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); allocate_mst_payload() local
1511 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); update_sst_payload() local
1594 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); link_reduce_mst_payload() local
1662 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); link_increase_mst_payload() local
1781 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); enable_link_hdmi() local
2288 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); link_set_dpms_on() local
[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()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c50 #include "link_hwss.h"
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()
1130 const struct link_hwss *link_hwss; in dce110_enable_audio_stream()
1140 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_enable_audio_stream()
1158 link_hwss->enable_audio_packet(pipe_ctx); in dce110_enable_audio_stream()
1169 const struct link_hwss *link_hwss; in dce110_disable_audio_stream()
1129 const struct link_hwss *link_hwss; dce110_enable_audio_stream() local
1168 const struct link_hwss *link_hwss; dce110_disable_audio_stream() local
1205 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); dce110_disable_stream() local
1647 const struct link_hwss *link_hwss = get_link_hwss( dce110_apply_single_controller_ctx_to_hw() local
3409 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); dce110_enable_dp_link_output() local
3473 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); dce110_disable_link_output() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dpia.h33 const struct link_hwss *get_dpia_link_hwss(void);
H A Dlink_hwss_virtual.h33 const struct link_hwss *get_virtual_link_hwss(void);
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_hwss.h71 struct link_hwss { struct
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c24 #include "link_hwss.h"
1002 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_set_cursor_position()
1032 link_hwss->setup_stream_attribute(pipe_ctx); in dcn401_set_cursor_position()
1042 link_hwss->setup_stream_encoder(pipe_ctx); in dcn401_set_cursor_position()
1097 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn401_set_cursor_position()
1111 link_hwss->disable_link_output(link, link_res, signal); in dcn401_set_cursor_position()
2053 const struct link_hwss *link_hwss in dcn401_program_tg()
846 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); dcn401_enable_stream() local
941 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); dcn401_disable_link_output() local
1877 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); dcn401_reset_back_end_for_pipe() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5770 const struct link_hwss *get_link_hwss(const struct dc_link *link,