Searched refs:dpp_id (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_mpc.c | 114 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp() argument 119 if (tmp_mpcc->dpp_id == dpp_id) in mpc1_get_mpcc_for_dpp() 182 int dpp_id, in mpc1_insert_plane() argument 204 new_mpcc->dpp_id = dpp_id; in mpc1_insert_plane() 216 REG_SET(MPCC_TOP_SEL[mpcc_id], 0, MPCC_TOP_SEL, dpp_id); in mpc1_insert_plane() 317 mpcc_to_remove->dpp_id = 0xf; in mpc1_remove_mpcc() 330 mpcc->dpp_id = 0xf; in mpc1_init_mpcc() 411 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw() 439 REG_GET(MPCC_TOP_SEL[mpcc_inst], MPCC_TOP_SEL, &s->dpp_id); in mpc1_read_mpcc_state()
|
D | dcn10_mpc.h | 141 int dpp_id, 188 int dpp_id);
|
D | dcn10_hw_sequencer_debug.c | 401 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_get_mpcc_states()
|
D | dcn10_hw_sequencer.c | 305 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_log_hw_state() 980 int dpp_id = pipe_ctx->plane_res.dpp->inst; in hwss1_plane_atomic_disconnect() local 987 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in hwss1_plane_atomic_disconnect()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | mpc.h | 110 int dpp_id; /* DPP input to this MPCC */ member 137 uint32_t dpp_id; member 175 int dpp_id, 223 int dpp_id);
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_mpc.c | 471 mpcc->dpp_id = 0xf; in mpc2_init_mpcc() 484 struct mpcc *mpc2_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc2_get_mpcc_for_dpp() argument 489 if (tmp_mpcc->dpp_id == 0xf || tmp_mpcc->dpp_id == dpp_id) in mpc2_get_mpcc_for_dpp()
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 205 uint16_t dpp_id; member
|
D | lpfc_sli.c | 196 q->dpp_id); in lpfc_sli4_wq_put() 15511 wq->dpp_id = bf_get(lpfc_mbx_wq_create_dpp_id, in lpfc_wq_create() 15532 wq->dpp_id, dpp_barset, dpp_offset); in lpfc_wq_create()
|