Home
last modified time | relevance | path

Searched refs:ENGINE_ID_HPO_DP_0 (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
Ddcn31_hpo_dp_link_encoder.c272 if (stream_enc && (stream_enc->id >= ENGINE_ID_HPO_DP_0)) { in fill_stream_allocation_row_info()
273 *src = stream_enc->id - ENGINE_ID_HPO_DP_0; in fill_stream_allocation_row_info()
533 cntl.hpo_engine_id = enc->inst + ENGINE_ID_HPO_DP_0; in dcn31_hpo_dp_link_enc_enable_dp_output()
/linux-6.12.1/drivers/gpu/drm/amd/display/include/
Dgrph_object_id.h190 ENGINE_ID_HPO_DP_0, enumerator
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn316/
Ddcn316_resource.c1261 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn31_hpo_dp_stream_encoder_create()
1262 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn31_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c339 hpo_instance = (uint8_t)cntl->hpo_engine_id - ENGINE_ID_HPO_DP_0; in transmitter_control_v1_7()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn314/
Ddcn314_resource.c1322 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn31_hpo_dp_stream_encoder_create()
1323 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn31_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/
Ddcn321_resource.c1237 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn321_hpo_dp_stream_encoder_create()
1238 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn321_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/
Ddcn351_resource.c1299 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn31_hpo_dp_stream_encoder_create()
1300 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn31_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn315/
Ddcn315_resource.c1266 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn31_hpo_dp_stream_encoder_create()
1267 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn31_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn31/
Ddcn31_resource.c1266 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn31_hpo_dp_stream_encoder_create()
1267 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn31_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/
Ddcn35_resource.c1319 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn31_hpo_dp_stream_encoder_create()
1320 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn31_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/
Ddcn401_resource.c1226 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn401_hpo_dp_stream_encoder_create()
1227 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn401_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource.c1254 ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3)); in dcn32_hpo_dp_stream_encoder_create()
1255 hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0; in dcn32_hpo_dp_stream_encoder_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c678 pipe_ctx->stream_res.hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0; in update_psp_stream_config()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c545 hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0, in dcn10_log_hw_state()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c443 …pool->hpo_dp_stream_enc[i] = create_funcs->create_hpo_dp_stream_encoder(i+ENGINE_ID_HPO_DP_0, ctx); in resource_construct()