Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_hwseq.c981 bool hpo_dp_stream_enc_acquired = false; in dcn35_calc_blocks_to_gate() local
991 hpo_dp_stream_enc_acquired = true; in dcn35_calc_blocks_to_gate()
996 if (!hpo_frl_stream_enc_acquired && !hpo_dp_stream_enc_acquired) in dcn35_calc_blocks_to_gate()
1071 bool hpo_dp_stream_enc_acquired = false; in dcn35_calc_blocks_to_ungate() local
1153 hpo_dp_stream_enc_acquired = true; in dcn35_calc_blocks_to_ungate()
1158 if (hpo_frl_stream_enc_acquired || hpo_dp_stream_enc_acquired) in dcn35_calc_blocks_to_ungate()