Searched refs:dpp_id (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | mpc.h | 122 int dpp_id; /* DPP input to this MPCC */ member 150 uint32_t dpp_id; member 188 int dpp_id, 273 int dpp_id, 292 int dpp_id); 296 int dpp_id);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_mpc.c | 121 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp() argument 126 if (tmp_mpcc->dpp_id == dpp_id) in mpc1_get_mpcc_for_dpp() 195 int dpp_id, in mpc1_insert_plane() argument 217 new_mpcc->dpp_id = dpp_id; in mpc1_insert_plane() 229 REG_SET(MPCC_TOP_SEL[mpcc_id], 0, MPCC_TOP_SEL, dpp_id); in mpc1_insert_plane() 334 mpcc_to_remove->dpp_id = 0xf; in mpc1_remove_mpcc() 348 mpcc->dpp_id = 0xf; in mpc1_init_mpcc() 431 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw() 459 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 | 334 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_log_hw_state() 1051 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn10_plane_atomic_disconnect() local 1058 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn10_plane_atomic_disconnect()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_mpc.c | 516 mpcc->dpp_id = 0xf; in mpc2_init_mpcc() 529 struct mpcc *mpc2_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc2_get_mpcc_for_dpp() argument 534 if (tmp_mpcc->dpp_id == 0xf || tmp_mpcc->dpp_id == dpp_id) in mpc2_get_mpcc_for_dpp()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 241 uint16_t dpp_id; member
|
D | lpfc_sli.c | 198 q->dpp_id); in lpfc_sli4_wq_put() 16046 wq->dpp_id = bf_get(lpfc_mbx_wq_create_dpp_id, in lpfc_wq_create() 16067 wq->dpp_id, dpp_barset, dpp_offset); in lpfc_wq_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 2048 if (s.dpp_id < MAX_MPCC) in acquire_resource_from_hw_enabled_state() 2049 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].dpp_id = s.dpp_id; in acquire_resource_from_hw_enabled_state()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_mpc.c | 1012 mpcc->dpp_id = 0xf; in mpc3_init_mpcc()
|