Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c627 crtc_source_select.engine_id = pipe_ctx->stream_res.stream_enc->id; in bios_parser_crtc_source_select()
673 if (pipe_ctx->stream_res.stream_enc == NULL) in dce110_update_info_frame()
683 pipe_ctx->stream_res.stream_enc->funcs->update_hdmi_info_packets( in dce110_update_info_frame()
684 pipe_ctx->stream_res.stream_enc, in dce110_update_info_frame()
687 pipe_ctx->stream_res.stream_enc->funcs->update_dp_info_packets( in dce110_update_info_frame()
688 pipe_ctx->stream_res.stream_enc, in dce110_update_info_frame()
710 pipe_ctx->stream_res.stream_enc->id, true); in dce110_enable_stream()
733 pipe_ctx->stream_res.stream_enc->funcs->dp_audio_enable(pipe_ctx->stream_res.stream_enc); in dce110_enable_stream()
1008 pipe_ctx->stream_res.stream_enc->funcs->audio_mute_control( in dce110_enable_audio_stream()
1009 pipe_ctx->stream_res.stream_enc, false); in dce110_enable_audio_stream()
[all …]
Ddce110_resource.c694 if (pool->base.stream_enc[i] != NULL) in destruct()
695 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c283 pipes[i].stream_res.stream_enc != NULL && in dp_retrain_link_dp_test()
287 pipes[i].stream_res.stream_enc->funcs->dp_blank( in dp_retrain_link_dp_test()
288 pipes[i].stream_res.stream_enc); in dp_retrain_link_dp_test()
335 pipes[i].stream_res.stream_enc->funcs-> in dp_retrain_link_dp_test()
337 pipes[i].stream_res.stream_enc, false); in dp_retrain_link_dp_test()
Ddc_resource.c246 pool->stream_enc[i] = create_funcs->create_stream_encoder(i, ctx); in resource_construct()
247 if (pool->stream_enc[i] == NULL) in resource_construct()
257 pool->stream_enc[pool->stream_enc_count] = in resource_construct()
260 if (pool->stream_enc[pool->stream_enc_count] == NULL) { in resource_construct()
1347 free_pipe->stream_res.stream_enc = tail_pipe->stream_res.stream_enc; in dc_add_plane_to_context()
1604 struct stream_encoder *stream_enc, in update_stream_engine_usage() argument
1610 if (pool->stream_enc[i] == stream_enc) in update_stream_engine_usage()
1670 pool->stream_enc[i]) { in find_first_free_match_stream_enc_for_link()
1674 if (pool->stream_enc[i]->id == in find_first_free_match_stream_enc_for_link()
1676 return pool->stream_enc[i]; in find_first_free_match_stream_enc_for_link()
[all …]
Ddc_link.c1829 eng_id = pipe_ctx->stream_res.stream_enc->id; in enable_link_hdmi()
2193 struct stream_encoder *stream_enc, in update_mst_stream_alloc_table() argument
2228 work_table[i].stream_enc = stream_enc; in update_mst_stream_alloc_table()
2248 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in allocate_mst_payload()
2268 link, pipe_ctx->stream_res.stream_enc, &proposed_table); in allocate_mst_payload()
2286 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in allocate_mst_payload()
2328 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in deallocate_mst_payload()
2356 link, pipe_ctx->stream_res.stream_enc, &proposed_table); in deallocate_mst_payload()
2376 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in deallocate_mst_payload()
Ddc.c202 if (pipe->stream == stream && pipe->stream_res.stream_enc) { in dc_stream_adjust_vmin_vmax()
229 if (pipe->stream == stream && pipe->stream_res.stream_enc) { in dc_stream_get_crtc_position()
Ddc_link_dp.c2649 pipes->stream_res.stream_enc->funcs->dp_blank(pipe_ctx->stream_res.stream_enc); in dc_link_dp_set_test_pattern()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h141 struct stream_encoder *stream_enc[MAX_PIPES * 2]; member
188 struct stream_encoder *stream_enc; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c1189 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info() local
1191 if (stream_enc) { in fill_stream_allocation_row_info()
1192 *src = stream_enc->id; in fill_stream_allocation_row_info()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c1142 const struct stream_encoder *stream_enc = stream_allocation->stream_enc; in fill_stream_allocation_row_info() local
1144 if (stream_enc) { in fill_stream_allocation_row_info()
1145 *src = stream_enc->id; in fill_stream_allocation_row_info()
Ddcn10_resource.c820 if (pool->base.stream_enc[i] != NULL) { in destruct()
824 kfree(pool->base.stream_enc[i]); in destruct()
825 pool->base.stream_enc[i] = NULL; in destruct()
868 kfree(pool->base.stream_enc[i]); in destruct()
Ddcn10_hw_sequencer.c716 if (pipe_ctx->stream_res.stream_enc == NULL) { in reset_back_end_for_pipe()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_link.h39 const struct stream_encoder *stream_enc; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c665 if (pool->base.stream_enc[i] != NULL) in destruct()
666 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c513 if (pool->base.stream_enc[i] != NULL) in destruct()
514 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c697 if (pool->base.stream_enc[i] != NULL) in destruct()
698 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c683 if (pool->base.stream_enc[i] != NULL) in destruct()
684 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()