Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c687 pipe_ctx->stream_res.stream_enc, in dce110_update_info_frame()
691 pipe_ctx->stream_res.stream_enc, in dce110_update_info_frame()
736 pipe_ctx->stream_res.stream_enc->funcs->dp_audio_enable(pipe_ctx->stream_res.stream_enc); in dce110_enable_stream()
1092 pipe_ctx->stream_res.stream_enc->funcs->dp_unblank(pipe_ctx->stream_res.stream_enc, &params); in dce110_unblank_stream()
1110 pipe_ctx->stream_res.stream_enc->funcs->dp_blank(pipe_ctx->stream_res.stream_enc); in dce110_blank_stream()
1117 pipe_ctx->stream_res.stream_enc->funcs->set_avmute(pipe_ctx->stream_res.stream_enc, enable); in dce110_set_avmute()
1422 pipe_ctx->stream_res.stream_enc, in apply_single_controller_ctx_to_hw()
1434 pipe_ctx->stream_res.stream_enc, in apply_single_controller_ctx_to_hw()
1440 pipe_ctx->stream_res.stream_enc, in apply_single_controller_ctx_to_hw()
1447 pipe_ctx->stream_res.stream_enc, in apply_single_controller_ctx_to_hw()
[all …]
H A Ddce110_resource.c697 if (pool->base.stream_enc[i] != NULL) in destruct()
698 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A 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()
H A Ddc_resource.c245 if (pool->stream_enc[i] == NULL) in resource_construct()
1345 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()
1694 return pool->stream_enc[j]; in find_first_free_match_stream_enc_for_link()
1941 pipe_ctx->stream_res.stream_enc = in resource_map_pool_resources()
1950 pipe_ctx->stream_res.stream_enc, in resource_map_pool_resources()
[all …]
H A Ddc_link.c1853 eng_id = pipe_ctx->stream_res.stream_enc->id; in enable_link_hdmi()
2217 struct stream_encoder *stream_enc, in update_mst_stream_alloc_table() argument
2252 work_table[i].stream_enc = stream_enc; in update_mst_stream_alloc_table()
2272 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in allocate_mst_payload()
2292 link, pipe_ctx->stream_res.stream_enc, &proposed_table); in allocate_mst_payload()
2310 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in allocate_mst_payload()
2352 struct stream_encoder *stream_encoder = pipe_ctx->stream_res.stream_enc; in deallocate_mst_payload()
2380 link, pipe_ctx->stream_res.stream_enc, &proposed_table); in deallocate_mst_payload()
2400 (void *) link->mst_stream_alloc_table.stream_allocations[i].stream_enc, in deallocate_mst_payload()
H A 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()
H A Ddc_link_dp.c2662 pipes->stream_res.stream_enc->funcs->dp_blank(pipe_ctx->stream_res.stream_enc); in dc_link_dp_set_test_pattern()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dcore_types.h141 struct stream_encoder *stream_enc[MAX_PIPES * 2]; member
188 struct stream_encoder *stream_enc; member
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A 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()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A 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()
H A Ddcn10_resource.c824 if (pool->base.stream_enc[i] != NULL) { in destruct()
828 kfree(pool->base.stream_enc[i]); in destruct()
829 pool->base.stream_enc[i] = NULL; in destruct()
872 kfree(pool->base.stream_enc[i]); in destruct()
H A Ddcn10_hw_sequencer.c720 if (pipe_ctx->stream_res.stream_enc == NULL) { in reset_back_end_for_pipe()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_link.h39 const struct stream_encoder *stream_enc; member
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c672 if (pool->base.stream_enc[i] != NULL) in destruct()
673 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_resource.c518 if (pool->base.stream_enc[i] != NULL) in destruct()
519 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_resource.c691 if (pool->base.stream_enc[i] != NULL) in destruct()
692 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c703 if (pool->base.stream_enc[i] != NULL) in destruct()
704 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()