Home
last modified time | relevance | path

Searched refs:stream_enc (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_hwss_hpo_frl.c31 struct hpo_frl_stream_encoder *stream_enc = pipe_ctx->stream_res.hpo_frl_stream_enc; in setup_hpo_frl_stream_attribute() local
40 stream_enc->funcs->hdmi_frl_set_stream_attribute( in setup_hpo_frl_stream_attribute()
41 stream_enc, in setup_hpo_frl_stream_attribute()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c821 if (pool->base.stream_enc[i] != NULL) in dce100_resource_destruct()
822 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in dce100_resource_destruct()
994 pool->stream_enc[i]) { in dce100_find_first_free_match_stream_enc_for_link()
997 (!pool->stream_enc[i]->funcs || in dce100_find_first_free_match_stream_enc_for_link()
998 !pool->stream_enc[i]->funcs->dp_set_stream_attribute)) in dce100_find_first_free_match_stream_enc_for_link()
1004 if (pool->stream_enc[i]->id == preferred_engine) in dce100_find_first_free_match_stream_enc_for_link()
1005 return pool->stream_enc[i]; in dce100_find_first_free_match_stream_enc_for_link()
1023 return pool->stream_enc[j]; in dce100_find_first_free_match_stream_enc_for_link()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c228 new_pipe->stream_res.stream_enc && in dcn35_disable_otg_wa()
229 new_pipe->stream_res.stream_enc->funcs->is_fifo_enabled && in dcn35_disable_otg_wa()
230 new_pipe->stream_res.stream_enc->funcs->is_fifo_enabled(new_pipe->stream_res.stream_enc); in dcn35_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c864 if (pool->base.stream_enc[i] != NULL) in dce60_resource_destruct()
865 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in dce60_resource_destruct()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1539 if (dc->res_pool->stream_enc[j]->id == enc_inst) { in disable_vbios_mode_if_required()
1540 tg_inst = dc->res_pool->stream_enc[j]->funcs->dig_source_otg( in disable_vbios_mode_if_required()
1541 dc->res_pool->stream_enc[j]); in disable_vbios_mode_if_required()
1887 if (dc->res_pool->stream_enc[i]->id == enc_inst) { in dc_validate_boot_timing()
1889 se = dc->res_pool->stream_enc[i]; in dc_validate_boot_timing()
1891 tg_inst = dc->res_pool->stream_enc[i]->funcs->dig_source_otg( in dc_validate_boot_timing()
1892 dc->res_pool->stream_enc[i]); in dc_validate_boot_timing()
4027 if (pipe_ctx->stream_res.stream_enc == NULL && in add_update_info_frame_sequence()
4130 pipe_ctx->stream_res.stream_enc, in add_link_update_dsc_config_sequence()
4157 pipe_ctx->stream_res.stream_enc, in add_link_update_dsc_config_sequence()
[all …]