Home
last modified time | relevance | path

Searched refs:get_link_hwss (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1226 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload()
1306 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in allocate_mst_payload()
1511 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in update_sst_payload()
1594 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_reduce_mst_payload()
1662 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_increase_mst_payload()
1781 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in enable_link_hdmi()
2288 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_set_dpms_on()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c728 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_enable_stream()
1139 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_enable_audio_stream()
1178 link_hwss = get_link_hwss(pipe_ctx->stream->link, &pipe_ctx->link_res); in dce110_disable_audio_stream()
1205 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_disable_stream()
1647 const struct link_hwss *link_hwss = get_link_hwss( in dce110_apply_single_controller_ctx_to_hw()
3409 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dce110_enable_dp_link_output()
3473 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dce110_disable_link_output()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c846 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_enable_stream()
941 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn401_disable_link_output()
1877 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn401_reset_back_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5480 const struct link_hwss *get_link_hwss(const struct dc_link *link, in get_link_hwss() function