Home
last modified time | relevance | path

Searched refs:hpo_dp_stream_enc (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_hwss.c610 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet(
611 pipe_ctx->stream_res.hpo_dp_stream_enc,
695 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet(
696 pipe_ctx->stream_res.hpo_dp_stream_enc,
713 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet(
714 pipe_ctx->stream_res.hpo_dp_stream_enc,
863 pipe_ctx->stream_res.hpo_dp_stream_enc->inst,
881 pipe_ctx->stream_res.hpo_dp_stream_enc->inst);
896 if (state->res_ctx.pipe_ctx[i].stream_res.hpo_dp_stream_enc &&
A Ddc_link.c3314 work_table[i].hpo_dp_stream_enc = hpo_dp_stream_enc; in update_mst_stream_alloc_table()
3472 pipe_ctx->stream_res.hpo_dp_stream_enc, in dc_link_allocate_mst_payload()
3643 pipe_ctx->stream_res.hpo_dp_stream_enc, in dc_link_reduce_mst_payload()
3708 pipe_ctx->stream_res.hpo_dp_stream_enc, in dc_link_increase_mst_payload()
3828 pipe_ctx->stream_res.hpo_dp_stream_enc, in deallocate_mst_payload()
4091 …proposed_table.stream_allocations[i].hpo_dp_stream_enc = state->res_ctx.pipe_ctx[i].stream_res.hpo… in fpga_dp_hpo_enable_link_and_stream()
4100 proposed_table.stream_allocations[0].hpo_dp_stream_enc = pipe_ctx->stream_res.hpo_dp_stream_enc; in fpga_dp_hpo_enable_link_and_stream()
4109 pipe_ctx->stream_res.hpo_dp_stream_enc->inst, in fpga_dp_hpo_enable_link_and_stream()
4132 vpg = pipe_ctx->stream_res.hpo_dp_stream_enc->vpg;
4165 pipe_ctx->stream_res.hpo_dp_stream_enc,
[all …]
A Ddc_resource.c363 …pool->hpo_dp_stream_enc[i] = create_funcs->create_hpo_dp_stream_encoder(i+ENGINE_ID_HPO_DP_0, ctx); in resource_construct()
364 if (pool->hpo_dp_stream_enc[i] == NULL) in resource_construct()
1717 struct hpo_dp_stream_encoder *hpo_dp_stream_enc, in update_hpo_dp_stream_engine_usage() argument
1723 if (pool->hpo_dp_stream_enc[i] == hpo_dp_stream_enc) in update_hpo_dp_stream_engine_usage()
1783 pool->hpo_dp_stream_enc[i]) { in find_first_free_match_hpo_dp_stream_enc_for_link()
1785 return pool->hpo_dp_stream_enc[i]; in find_first_free_match_hpo_dp_stream_enc_for_link()
1887 del_pipe->stream_res.hpo_dp_stream_enc, in dc_remove_stream_from_ctx()
2154 pipe_ctx->stream_res.hpo_dp_stream_enc = in resource_map_pool_resources()
2158 if (!pipe_ctx->stream_res.hpo_dp_stream_enc) in resource_map_pool_resources()
2163 pipe_ctx->stream_res.hpo_dp_stream_enc, in resource_map_pool_resources()
[all …]
A Ddc_link_dp.c6124 return (pipe_ctx->stream_res.hpo_dp_stream_enc &&
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1116 pipe_ctx->stream_res.hpo_dp_stream_enc, false); in dce110_enable_audio_stream()
1148 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->audio_mute_control( in dce110_disable_audio_stream()
1149 pipe_ctx->stream_res.hpo_dp_stream_enc, true); in dce110_disable_audio_stream()
1164 pipe_ctx->stream_res.hpo_dp_stream_enc); in dce110_disable_audio_stream()
1208 pipe_ctx->stream_res.hpo_dp_stream_enc); in dce110_disable_stream()
1227 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->disable( in dce110_disable_stream()
1228 pipe_ctx->stream_res.hpo_dp_stream_enc); in dce110_disable_stream()
1289 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_blank(
1290 pipe_ctx->stream_res.hpo_dp_stream_enc);
1538 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_setup(
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h254 struct hpo_dp_stream_encoder *hpo_dp_stream_enc[MAX_HPO_DP2_ENCODERS]; member
311 struct hpo_dp_stream_encoder *hpo_dp_stream_enc; member
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_resource.c1529 if (pool->base.hpo_dp_stream_enc[i] != NULL) { in dcn31_resource_destruct()
1530 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) { in dcn31_resource_destruct()
1531 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg)); in dcn31_resource_destruct()
1532 pool->base.hpo_dp_stream_enc[i]->vpg = NULL; in dcn31_resource_destruct()
1534 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) { in dcn31_resource_destruct()
1535 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg)); in dcn31_resource_destruct()
1536 pool->base.hpo_dp_stream_enc[i]->apg = NULL; in dcn31_resource_destruct()
1538 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i])); in dcn31_resource_destruct()
1539 pool->base.hpo_dp_stream_enc[i] = NULL; in dcn31_resource_destruct()
A Ddcn31_hwseq.c102 …dc->res_pool->hpo_dp_stream_enc[i]->vpg->funcs->vpg_powerdown(dc->res_pool->hpo_dp_stream_enc[i]->… in enable_memory_low_power()
A Ddcn31_hpo_dp_link_encoder.c268 const struct hpo_dp_stream_encoder *stream_enc = stream_allocation->hpo_dp_stream_enc; in fill_stream_allocation_row_info()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c2143 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_unblank( in dcn20_unblank_stream()
2144 pipe_ctx->stream_res.hpo_dp_stream_enc, in dcn20_unblank_stream()
2404 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->enable_stream( in dcn20_enable_stream()
2405 pipe_ctx->stream_res.hpo_dp_stream_enc); in dcn20_enable_stream()
2406 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->map_stream_to_link( in dcn20_enable_stream()
2407 pipe_ctx->stream_res.hpo_dp_stream_enc, in dcn20_enable_stream()
2408 pipe_ctx->stream_res.hpo_dp_stream_enc->inst, in dcn20_enable_stream()
2446 …pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_enable(pipe_ctx->stream_res.hpo_dp_stream_… in dcn20_enable_stream()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_link.h50 const struct hpo_dp_stream_encoder *hpo_dp_stream_enc; member
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c476 struct hpo_dp_stream_encoder *hpo_dp_stream_enc = pool->hpo_dp_stream_enc[i]; in dcn10_log_hw_state() local
478 if (hpo_dp_stream_enc && hpo_dp_stream_enc->funcs->read_state) { in dcn10_log_hw_state()
479 hpo_dp_stream_enc->funcs->read_state(hpo_dp_stream_enc, &hpo_dp_se_state); in dcn10_log_hw_state()
482 hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0, in dcn10_log_hw_state()

Completed in 55 milliseconds