Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmpc.h158 int dpp_id; /* DPP input to this MPCC */ member
188 uint32_t dpp_id; member
231 int dpp_id,
325 int dpp_id,
346 int dpp_id);
350 int dpp_id);
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_mpc.c127 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp() argument
132 if (tmp_mpcc->dpp_id == dpp_id) in mpc1_get_mpcc_for_dpp()
201 int dpp_id, in mpc1_insert_plane() argument
223 new_mpcc->dpp_id = dpp_id; in mpc1_insert_plane()
235 REG_SET(MPCC_TOP_SEL[mpcc_id], 0, MPCC_TOP_SEL, dpp_id); in mpc1_insert_plane()
340 mpcc_to_remove->dpp_id = 0xf; in mpc1_remove_mpcc()
354 mpcc->dpp_id = 0xf; in mpc1_init_mpcc()
437 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw()
465 REG_GET(MPCC_TOP_SEL[mpcc_inst], MPCC_TOP_SEL, &s->dpp_id); in mpc1_read_mpcc_state()
Ddcn10_mpc.h147 int dpp_id,
194 int dpp_id);
Ddcn10_hw_sequencer_debug.c401 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_get_mpcc_states()
Ddcn10_hw_sequencer.c345 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_log_hw_state()
1181 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn10_plane_atomic_disconnect() local
1188 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn10_plane_atomic_disconnect()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_hwseq.c393 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn201_plane_atomic_disconnect() local
404 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect()
413 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect()
440 int mpcc_id, dpp_id; in dcn201_update_mpcc() local
494 dpp_id = hubp->inst; in dcn201_update_mpcc()
495 mpcc_id = dpp_id; in dcn201_update_mpcc()
506 remove_mpcc = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_update_mpcc()
513 remove_mpcc = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_update_mpcc()
530 dpp_id, in dcn201_update_mpcc()
Ddcn201_mpc.c65 mpcc->dpp_id = 0xf; in mpc201_init_mpcc()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_mpc.c514 mpcc->dpp_id = 0xf; in mpc2_init_mpcc()
527 static struct mpcc *mpc2_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc2_get_mpcc_for_dpp() argument
532 if (tmp_mpcc->dpp_id == 0xf || tmp_mpcc->dpp_id == dpp_id) in mpc2_get_mpcc_for_dpp()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_sli4.h241 uint16_t dpp_id; member
Dlpfc_sli.c323 q->dpp_id); in lpfc_sli4_wq_put()
16968 wq->dpp_id = bf_get(lpfc_mbx_wq_create_dpp_id, in lpfc_wq_create()
16989 wq->dpp_id, dpp_barset, dpp_offset); in lpfc_wq_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2400 if (s.dpp_id < MAX_MPCC) in acquire_resource_from_hw_enabled_state()
2401 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].dpp_id = in acquire_resource_from_hw_enabled_state()
2402 s.dpp_id; in acquire_resource_from_hw_enabled_state()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_mpc.c1041 mpcc->dpp_id = 0xf; in mpc3_init_mpcc()