Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c129 struct mpcc *tmp_mpcc = tree->opp_list; in mpc1_get_mpcc_for_dpp()
213 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane()
243 if (tree->opp_list == insert_above_mpcc) { in mpc1_insert_plane()
245 tree->opp_list = new_mpcc; in mpc1_insert_plane()
249 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane()
296 if (tree->opp_list == mpcc_to_remove) { in mpc1_remove_mpcc()
301 tree->opp_list = mpcc_to_remove->mpcc_bot; in mpc1_remove_mpcc()
302 REG_UPDATE(MUX[tree->opp_id], MPC_OUT_MUX, tree->opp_list->mpcc_id); in mpc1_remove_mpcc()
305 tree->opp_list = NULL; in mpc1_remove_mpcc()
310 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_remove_mpcc()
[all …]
Ddcn10_hw_sequencer.c1271 if (opp_id != 0xf && pipe_ctx->stream_res.opp->mpc_tree_params.opp_list == NULL) in dcn10_plane_atomic_disable()
1413 dc->res_pool->opps[i]->mpc_tree_params.opp_list = NULL; in dcn10_init_pipes()
/linux-6.6.21/drivers/opp/
Dcore.c331 list_for_each_entry(opp, &opp_table->opp_list, node) { in dev_pm_opp_get_max_volt_latency()
410 list_for_each_entry(opp, &opp_table->opp_list, node) { in _get_opp_count()
512 list_for_each_entry(temp_opp, &opp_table->opp_list, node) { in _opp_table_find_key()
1127 opp = list_first_entry(&opp_table->opp_list, struct dev_pm_opp, node); in _find_current_opp()
1441 INIT_LIST_HEAD(&opp_table->opp_list); in _allocate_opp_table()
1612 WARN_ON(!list_empty(&opp_table->opp_list)); in _opp_table_kref_release()
1684 list_for_each_entry(iter, &opp_table->opp_list, node) { in dev_pm_opp_remove()
1715 list_for_each_entry(temp, &opp_table->opp_list, node) { in _opp_get_next()
1914 list_for_each_entry(opp, &opp_table->opp_list, node) { in _opp_is_duplicate()
1970 head = &opp_table->opp_list; in _opp_add()
[all …]
Dopp.h199 struct list_head opp_list; member
Dof.c85 list_for_each_entry(opp, &opp_table->opp_list, node) { in _find_opp_of_np()
356 list_for_each_entry(opp, &opp_table->opp_list, node) { in lazy_link_required_opps()
432 list_for_each_entry(opp, &opp_table->opp_list, node) in lazy_link_required_opp_table()
673 if (list_empty(&opp_table->opp_list) && in opp_parse_microvolt()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmpc.h174 struct mpcc *opp_list; /* The top MPCC layer of the MPC tree that outputs to OPP endpoint */ member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_mpc.c529 struct mpcc *tmp_mpcc = tree->opp_list; in mpc2_get_mpcc_for_dpp()
Ddcn20_hwseq.c2867 res_pool->opps[i]->mpc_tree_params.opp_list = NULL; in dcn20_fpga_init_hw()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_hwseq.c296 res_pool->opps[i]->mpc_tree_params.opp_list = NULL; in dcn201_init_hw()