Searched defs:link_hwss (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | link_hwss.h | 71 struct link_hwss { struct 72 struct link_hwss_ext ext; argument 77 void (*setup_stream_encoder)(struct pipe_ctx *pipe_ctx); 78 void (*reset_stream_encoder)(struct pipe_ctx *pipe_ctx); 79 void (*setup_stream_attribute)(struct pipe_ctx *pipe_ctx); 80 void (*disable_link_output)(struct dc_link *link, 83 void (*setup_audio_output)(struct pipe_ctx *pipe_ctx, 85 void (*enable_audio_packet)(struct pipe_ctx *pipe_ctx); 86 void (*disable_audio_packet)(struct pipe_ctx *pipe_ctx);
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/ |
A D | link_dpms.c | 1257 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload_with_temp_drm_wa() local 1335 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in deallocate_mst_payload() local 1441 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in allocate_mst_payload() local 1666 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in update_sst_payload() local 1750 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_reduce_mst_payload() local 1840 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_increase_mst_payload() local 2342 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in link_set_dpms_on() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/ |
A D | link_fpga.c | 43 const struct link_hwss *link_hwss = get_link_hwss(stream->link, &pipe_ctx->link_res); in dp_fpga_hpo_enable_link_and_stream() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_hw_sequencer.c | 673 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_enable_stream() local 1081 const struct link_hwss *link_hwss; in dce110_enable_audio_stream() local 1117 const struct link_hwss *link_hwss; in dce110_disable_audio_stream() local 1151 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dce110_disable_stream() local 1478 const struct link_hwss *link_hwss = get_link_hwss( in apply_single_controller_ctx_to_hw() local 3031 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dce110_enable_dp_link_output() local 3088 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dce110_disable_link_output() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
A D | link_dp_phy.c | 100 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_lane_settings() local
|
A D | link_dp_training.c | 1282 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dp_set_hw_test_pattern() local 1539 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in perform_link_training_with_retries() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_hwseq.c | 2436 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_reset_back_end_for_pipe() local 2697 const struct link_hwss *link_hwss = get_link_hwss(link, &pipe_ctx->link_res); in dcn20_enable_stream() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_hwseq.c | 1237 const struct link_hwss *link_hwss = get_link_hwss(link, link_res); in dcn32_disable_link_output() local
|
Completed in 30 milliseconds