/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | mpc.h | 236 int dpp_id; member 289 uint32_t dpp_id; member 358 int dpp_id, 479 int dpp_id, 518 int dpp_id); 536 int dpp_id);
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn10/ |
H A D | dcn10_mpc.c | 127 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 224 new_mpcc->dpp_id = dpp_id; in mpc1_insert_plane() 236 REG_SET(MPCC_TOP_SEL[mpcc_id], 0, MPCC_TOP_SEL, dpp_id); in mpc1_insert_plane() 341 mpcc_to_remove->dpp_id = 0xf; in mpc1_remove_mpcc() 355 mpcc->dpp_id = 0xf; in mpc1_init_mpcc() 438 mpcc->dpp_id = top_sel; in mpc1_init_mpcc_list_from_hw() 466 REG_GET(MPCC_TOP_SEL[mpcc_inst], MPCC_TOP_SEL, &s->dpp_id); in mpc1_read_mpcc_state()
|
H A D | dcn10_mpc.h | 147 int dpp_id, 194 int dpp_id);
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
H A D | dcn201_hwseq.c | 381 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn201_plane_atomic_disconnect() local 392 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect() 401 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect() 427 int mpcc_id, dpp_id; in dcn201_update_mpcc() local 481 dpp_id = hubp->inst; in dcn201_update_mpcc() 482 mpcc_id = dpp_id; in dcn201_update_mpcc() 493 remove_mpcc = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_update_mpcc() 500 remove_mpcc = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_update_mpcc() 517 dpp_id, in dcn201_update_mpcc()
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn20/ |
H A D | dcn20_mpc.c | 512 mpcc->dpp_id = 0xf; in mpc2_init_mpcc() 525 static struct mpcc *mpc2_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc2_get_mpcc_for_dpp() argument 530 if (tmp_mpcc->dpp_id == 0xf || tmp_mpcc->dpp_id == dpp_id) in mpc2_get_mpcc_for_dpp() 551 REG_GET(MPCC_TOP_SEL[mpcc_inst], MPCC_TOP_SEL, &s->dpp_id); in mpc2_read_mpcc_state()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_mpc.c | 65 mpcc->dpp_id = 0xf; in mpc201_init_mpcc()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer_debug.c | 402 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_get_mpcc_states()
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn30/ |
H A D | dcn30_mpc.c | 1035 mpcc->dpp_id = 0xf; in mpc3_init_mpcc() 1463 REG_GET(MPCC_TOP_SEL[mpcc_inst], MPCC_TOP_SEL, &s->dpp_id); in mpc3_read_mpcc_state()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 241 uint16_t dpp_id; member
|
H A D | lpfc_sli.c | 323 q->dpp_id); in lpfc_sli4_wq_put() 17060 wq->dpp_id = bf_get(lpfc_mbx_wq_create_dpp_id, in lpfc_wq_create() 17081 wq->dpp_id, dpp_barset, dpp_offset); in lpfc_wq_create()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
H A D | dcn30_hwseq.c | 181 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn30_log_color_state()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_hwseq.c | 382 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn10_log_color_state() 1231 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn10_plane_atomic_disconnect() local 1238 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn10_plane_atomic_disconnect()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 3483 if (s.dpp_id < MAX_MPCC) in acquire_resource_from_hw_enabled_state() 3484 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].dpp_id = in acquire_resource_from_hw_enabled_state() 3485 s.dpp_id; in acquire_resource_from_hw_enabled_state()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
H A D | dcn20_hwseq.c | 164 i, s.opp_id, s.dpp_id, s.bot_mpcc_id, in dcn20_log_color_state()
|