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
496
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
763
hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0,
drivers/gpu/drm/amd/display/dc/link/link_dpms.c
689
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
1294
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
1295
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
1352
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
1353
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
1295
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
1296
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
1289
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
1290
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
1286
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
1287
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
1267
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
1268
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
1350
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
1351
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
1330
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
1331
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
1337
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
1338
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
1260
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
1261
hpo_dp_inst = eng_id - ENGINE_ID_HPO_DP_0;