/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 627 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 …]
|
D | dce110_resource.c | 694 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/ |
D | dc_link_hwss.c | 283 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()
|
D | dc_resource.c | 246 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 …]
|
D | dc_link.c | 1829 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()
|
D | dc.c | 202 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()
|
D | dc_link_dp.c | 2649 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/ |
D | core_types.h | 141 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/ |
D | dce_link_encoder.c | 1189 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/ |
D | dcn10_link_encoder.c | 1142 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()
|
D | dcn10_resource.c | 820 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()
|
D | dcn10_hw_sequencer.c | 716 if (pipe_ctx->stream_res.stream_enc == NULL) { in reset_back_end_for_pipe()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc_link.h | 39 const struct stream_encoder *stream_enc; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/ |
D | dce100_resource.c | 665 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/ |
D | dce120_resource.c | 513 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/ |
D | dce80_resource.c | 697 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/ |
D | dce112_resource.c | 683 if (pool->base.stream_enc[i] != NULL) in destruct() 684 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i])); in destruct()
|