Symbol: ENGINE_ID_HPO_DP_0
drivers/gpu/drm/amd/display/dc/bios/command_table2.c
353
hpo_instance = (uint8_t)cntl->hpo_engine_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
530
pool->hpo_dp_stream_enc[i] = create_funcs->create_hpo_dp_stream_encoder(i+ENGINE_ID_HPO_DP_0, ctx);
drivers/gpu/drm/amd/display/dc/hpo/dcn31/dcn31_hpo_dp_link_encoder.c
272
if (stream_enc && (stream_enc->id >= ENGINE_ID_HPO_DP_0)) {
drivers/gpu/drm/amd/display/dc/hpo/dcn31/dcn31_hpo_dp_link_encoder.c
273
*src = stream_enc->id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/hpo/dcn31/dcn31_hpo_dp_link_encoder.c
533
cntl.hpo_engine_id = enc->inst + ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
806
hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0,
drivers/gpu/drm/amd/display/dc/link/link_dpms.c
559
(uint8_t)(pipe_ctx->stream_res.hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0);
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
1401
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
1402
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
1460
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
1461
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
1403
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
1404
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
1397
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
1398
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
1401
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
1402
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
1376
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
1377
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
1452
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
1453
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
1432
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
1433
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
1439
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
1440
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
1361
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
1362
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
1376
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
1377
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
1355
ASSERT((eng_id >= ENGINE_ID_HPO_DP_0) && (eng_id <= ENGINE_ID_HPO_DP_3));
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
1356
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;