Searched refs:hpo_dp_stream_enc (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_hpo_dp.c35 pipe_ctx->stream_res.hpo_dp_stream_enc;
49 pipe_ctx->stream_res.hpo_dp_stream_enc;
74 struct hpo_dp_stream_encoder *stream_enc = pipe_ctx->stream_res.hpo_dp_stream_enc;
83 struct hpo_dp_stream_encoder *stream_enc = pipe_ctx->stream_res.hpo_dp_stream_enc;
90 struct hpo_dp_stream_encoder *stream_enc = pipe_ctx->stream_res.hpo_dp_stream_enc;
169 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_setup(
170 pipe_ctx->stream_res.hpo_dp_stream_enc,
177 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_audio_enable(
178 pipe_ctx->stream_res.hpo_dp_stream_enc);
184 pipe_ctx->stream_res.hpo_dp_stream_enc
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c677 pipe_ctx->stream_res.hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0;
864 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet(
865 pipe_ctx->stream_res.hpo_dp_stream_enc,
932 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet(
933 pipe_ctx->stream_res.hpo_dp_stream_enc,
949 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_set_dsc_pps_info_packet(
950 pipe_ctx->stream_res.hpo_dp_stream_enc,
1205 struct hpo_dp_stream_encoder *hpo_dp_stream_enc, // TODO: Rename stream_enc to dio_stream_enc?
1241 work_table[i].hpo_dp_stream_enc = hpo_dp_stream_enc;
1202 update_mst_stream_alloc_table( struct dc_link *link, struct stream_encoder *stream_enc, struct hpo_dp_stream_encoder *hpo_dp_stream_enc, const struct dc_dp_mst_stream_allocation_table *proposed_table) argument
1253 remove_stream_from_alloc_table( struct dc_link *link, struct stream_encoder *dio_stream_enc, struct hpo_dp_stream_encoder *hpo_dp_stream_enc) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1437 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1438 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1439 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1440 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1442 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1443 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1444 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1446 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1447 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1362 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1363 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1364 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1365 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1367 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1368 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1369 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1371 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1372 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1360 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1361 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1362 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1363 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1365 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1366 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1367 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1369 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1370 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c434 pool->hpo_dp_stream_enc[i] = create_funcs->create_hpo_dp_stream_encoder(i+ENGINE_ID_HPO_DP_0, ctx);
435 if (pool->hpo_dp_stream_enc[i] == NULL)
2341 struct hpo_dp_stream_encoder *hpo_dp_stream_enc,
2347 if (pool->hpo_dp_stream_enc[i] == hpo_dp_stream_enc)
2471 otg_master->stream_res.hpo_dp_stream_enc,
3103 pool->hpo_dp_stream_enc[i]) {
3105 return pool->hpo_dp_stream_enc[i];
3468 pipe_ctx->stream_res.hpo_dp_stream_enc =
3472 if (!pipe_ctx->stream_res.hpo_dp_stream_enc)
2338 update_hpo_dp_stream_engine_usage( struct resource_context *res_ctx, const struct resource_pool *pool, struct hpo_dp_stream_encoder *hpo_dp_stream_enc, bool acquired) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h258 struct hpo_dp_stream_encoder *hpo_dp_stream_enc[MAX_HPO_DP2_ENCODERS]; member in struct:resource_pool
323 struct hpo_dp_stream_encoder *hpo_dp_stream_enc; member in struct:stream_resource
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c102 dc->res_pool->hpo_dp_stream_enc[i]->vpg->funcs->vpg_powerdown(dc->res_pool->hpo_dp_stream_enc[i]->vpg);
397 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->update_dp_info_packets(
398 pipe_ctx->stream_res.hpo_dp_stream_enc,
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1430 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1431 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1432 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1433 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1435 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1436 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1437 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1439 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1440 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1364 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1365 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1366 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1367 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1369 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1370 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1371 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1373 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1374 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1366 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1367 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1368 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1369 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1371 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1372 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1373 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1375 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1376 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1350 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1351 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1352 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1353 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1355 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1356 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1357 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1359 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1360 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1410 if (pool->base.hpo_dp_stream_enc[i] != NULL) {
1411 if (pool->base.hpo_dp_stream_enc[i]->vpg != NULL) {
1412 kfree(DCN30_VPG_FROM_VPG(pool->base.hpo_dp_stream_enc[i]->vpg));
1413 pool->base.hpo_dp_stream_enc[i]->vpg = NULL;
1415 if (pool->base.hpo_dp_stream_enc[i]->apg != NULL) {
1416 kfree(DCN31_APG_FROM_APG(pool->base.hpo_dp_stream_enc[i]->apg));
1417 pool->base.hpo_dp_stream_enc[i]->apg = NULL;
1419 kfree(DCN3_1_HPO_DP_STREAM_ENC_FROM_HPO_STREAM_ENC(pool->base.hpo_dp_stream_enc[i]));
1420 pool->base.hpo_dp_stream_enc[i] = NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c162 ASSERT(pipe_ctx->stream_res.hpo_dp_stream_enc ? pipe_ctx->link_res.hpo_dp_link_enc != NULL : true);
166 return (pipe_ctx->stream_res.hpo_dp_stream_enc &&
172 return (pipe_ctx->stream_res.hpo_dp_stream_enc &&
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c109 dc->res_pool->hpo_dp_stream_enc[i]->vpg->funcs->vpg_powerdown(dc->res_pool->hpo_dp_stream_enc[i]->vpg);
955 dc->res_pool->hpo_dp_stream_enc[i]) {
1082 dc->res_pool->hpo_dp_stream_enc[i]) {
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c533 struct hpo_dp_stream_encoder *hpo_dp_stream_enc = pool->hpo_dp_stream_enc[i]; local
535 if (hpo_dp_stream_enc && hpo_dp_stream_enc->funcs->read_state) {
536 hpo_dp_stream_enc->funcs->read_state(hpo_dp_stream_enc, &hpo_dp_se_state);
539 hpo_dp_stream_enc->id - ENGINE_ID_HPO_DP_0,
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h977 const struct hpo_dp_stream_encoder *hpo_dp_stream_enc; member in struct:link_mst_stream_allocation
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c270 const struct hpo_dp_stream_encoder *stream_enc = stream_allocation->hpo_dp_stream_enc;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1171 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->stop_dp_info_packets(
1172 pipe_ctx->stream_res.hpo_dp_stream_enc);
1184 dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst;
1241 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_blank(
1242 pipe_ctx->stream_res.hpo_dp_stream_enc);
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c355 ASSERT(pipe_ctx->stream_res.hpo_dp_stream_enc ? pipe_ctx->link_res.hpo_dp_link_enc != NULL : true);
356 return (pipe_ctx->stream_res.hpo_dp_stream_enc &&
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1232 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_unblank(
1233 pipe_ctx->stream_res.hpo_dp_stream_enc,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2644 pipe_ctx->stream_res.hpo_dp_stream_enc->funcs->dp_unblank(
2645 pipe_ctx->stream_res.hpo_dp_stream_enc,
2907 dp_hpo_inst = pipe_ctx->stream_res.hpo_dp_stream_enc->inst;

Completed in 496 milliseconds