Searched refs:dpp_id (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | mpc.h | 116 int dpp_id; /* DPP input to this MPCC */ member 142 uint32_t dpp_id; member 180 int dpp_id, 264 int dpp_id, 283 int dpp_id); 286 int dpp_id);
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_mpc.c | 122 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp() argument 127 if (tmp_mpcc->dpp_id == dpp_id) in mpc1_get_mpcc_for_dpp() 196 int dpp_id, in mpc1_insert_plane() argument 219 new_mpcc->dpp_id = dpp_id; in mpc1_insert_plane() 231 REG_SET(MPCC_TOP_SEL[mpcc_id], 0, MPCC_TOP_SEL, dpp_id); in mpc1_insert_plane() 336 mpcc_to_remove->dpp_id = 0xf; in mpc1_remove_mpcc() 350 mpcc->dpp_id = 0xf; in mpc1_init_mpcc() 433 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw() 461 REG_GET(MPCC_TOP_SEL[mpcc_inst], MPCC_TOP_SEL, &s->dpp_id); in mpc1_read_mpcc_state()
|
D | dcn10_mpc.h | 147 int dpp_id, 194 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 | 341 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_log_hw_state() 1108 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn10_plane_atomic_disconnect() local 1115 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn10_plane_atomic_disconnect()
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_mpc.c | 515 mpcc->dpp_id = 0xf; in mpc2_init_mpcc() 528 struct mpcc *mpc2_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc2_get_mpcc_for_dpp() argument 533 if (tmp_mpcc->dpp_id == 0xf || tmp_mpcc->dpp_id == dpp_id) in mpc2_get_mpcc_for_dpp()
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 1977 if (s.dpp_id < MAX_MPCC) in acquire_resource_from_hw_enabled_state() 1978 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].dpp_id = s.dpp_id; in acquire_resource_from_hw_enabled_state()
|
/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 241 uint16_t dpp_id; member
|
D | lpfc_sli.c | 325 q->dpp_id); in lpfc_sli4_wq_put() 17237 wq->dpp_id = bf_get(lpfc_mbx_wq_create_dpp_id, in lpfc_wq_create() 17258 wq->dpp_id, dpp_barset, dpp_offset); in lpfc_wq_create()
|
/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_mpc.c | 1041 mpcc->dpp_id = 0xf; in mpc3_init_mpcc()
|