Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1582 int opp_head_count; in dcn401_update_odm()
1587 opp_head_count = resource_get_opp_heads_for_otg_master( in dcn401_update_odm()
1590 for (i = 0; i < opp_head_count; i++) in dcn401_update_odm()
1592 if (opp_head_count > 1) in dcn401_update_odm()
1595 opp_inst, opp_head_count, in dcn401_update_odm()
1602 for (i = 0; i < opp_head_count; i++) { in dcn401_update_odm()
1719 int opp_head_count; in dcn401_update_odm_sequence()
1724 opp_head_count = resource_get_opp_heads_for_otg_master( in dcn401_update_odm_sequence()
1727 for (i = 0; i < opp_head_count; i++) in dcn401_update_odm_sequence()
1731 if (opp_head_count > in dcn401_update_odm_sequence()
1577 int opp_head_count; dcn401_update_odm() local
1714 int opp_head_count; dcn401_update_odm_sequence() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1630 struct timing_generator *tg, int opp_inst[MAX_PIPES], int opp_head_count, in hwss_add_optc_set_odm_combine() argument
1636 …_state->steps[*seq_state->num_steps].params.set_odm_combine_params.opp_head_count = opp_head_count; in hwss_add_optc_set_odm_combine()
2213 int opp_head_count = params->set_odm_combine_params.opp_head_count; in hwss_set_odm_combine() local
2218 tg->funcs->set_odm_combine(tg, opp_inst, opp_head_count, in hwss_set_odm_combine()
H A Ddc_resource.c3074 int opp_head_count; in acquire_secondary_dpp_pipes_and_add_plane() local
3082 opp_head_count = resource_get_opp_heads_for_otg_master(otg_master_pipe, in acquire_secondary_dpp_pipes_and_add_plane()
3084 if (get_num_of_free_pipes(pool, new_ctx) < opp_head_count) in acquire_secondary_dpp_pipes_and_add_plane()
3088 for (i = 0; i < opp_head_count; i++) { in acquire_secondary_dpp_pipes_and_add_plane()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h199 int opp_head_count; member
1662 struct timing_generator *tg, int opp_inst[MAX_PIPES], int opp_head_count,