Home
last modified time | relevance | path

Searched refs:apg (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_apg.h30 #define DCN31_APG_FROM_APG(apg)\ argument
31 container_of(apg, struct dcn31_apg, base)
71 struct apg { struct
80 struct apg *apg); argument
83 struct apg *apg,
88 struct apg *apg,
92 struct apg *apg);
95 struct apg *apg);
101 struct apg base;
A Ddcn31_apg.c48 struct apg *apg) in apg31_enable() argument
50 struct dcn31_apg *apg31 = DCN31_APG_FROM_APG(apg); in apg31_enable()
67 struct apg *apg) in apg31_disable() argument
69 struct dcn31_apg *apg31 = DCN31_APG_FROM_APG(apg); in apg31_disable()
110 struct apg *apg, in apg31_se_audio_setup() argument
114 struct dcn31_apg *apg31 = DCN31_APG_FROM_APG(apg); in apg31_se_audio_setup()
138 apg31_enable(apg); in apg31_se_audio_setup()
142 struct apg *apg, in apg31_audio_mute_control() argument
146 apg31_disable(apg); in apg31_audio_mute_control()
148 apg31_enable(apg); in apg31_audio_mute_control()
A Ddcn31_hpo_dp_stream_encoder.c611 ASSERT(enc->apg); in dcn31_hpo_dp_stream_enc_mute_control()
612 enc->apg->funcs->audio_mute_control(enc->apg, mute); in dcn31_hpo_dp_stream_enc_mute_control()
626 ASSERT(enc->apg); in dcn31_hpo_dp_stream_enc_audio_setup()
627 enc->apg->funcs->se_audio_setup(enc->apg, az_inst, info); in dcn31_hpo_dp_stream_enc_audio_setup()
648 enc->apg->funcs->enable_apg(enc->apg); in dcn31_hpo_dp_stream_enc_audio_enable()
669 enc->apg->funcs->disable_apg(enc->apg); in dcn31_hpo_dp_stream_enc_audio_disable()
737 struct apg *apg, in dcn31_hpo_dp_stream_encoder_construct() argument
748 enc3->base.apg = apg; in dcn31_hpo_dp_stream_encoder_construct()
A Ddcn31_hpo_dp_stream_encoder.h235 struct apg *apg,
A Ddcn31_resource.c1346 static struct apg *dcn31_apg_create( in dcn31_apg_create()
1411 struct apg *apg; in dcn31_hpo_dp_stream_encoder_create() local
1438 apg = dcn31_apg_create(ctx, apg_inst); in dcn31_hpo_dp_stream_encoder_create()
1440 if (!hpo_dp_enc31 || !vpg || !apg) { in dcn31_hpo_dp_stream_encoder_create()
1443 kfree(apg); in dcn31_hpo_dp_stream_encoder_create()
1448 hpo_dp_inst, eng_id, vpg, apg, in dcn31_hpo_dp_stream_encoder_create()
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()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dstream_encoder.h267 struct apg *apg; member

Completed in 12 milliseconds