Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c384 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn201_plane_atomic_disconnect() local
395 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect()
404 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect()
430 int mpcc_id, dpp_id; in dcn201_update_mpcc() local
484 dpp_id = hubp->inst; in dcn201_update_mpcc()
485 mpcc_id = dpp_id; in dcn201_update_mpcc()
496 remove_mpcc = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_update_mpcc()
503 remove_mpcc = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn201_update_mpcc()
520 dpp_id, in dcn201_update_mpcc()
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.c65 mpcc->dpp_id = 0xf; in mpc201_init_mpcc()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3081 int dpp_id = params->mpc_insert_plane_params.dpp_id; in hwss_mpc_insert_plane() local
3085 dpp_id, mpcc_id); in hwss_mpc_insert_plane()
3336 int dpp_id, in hwss_add_mpc_insert_plane() argument
3346 seq_state->steps[*seq_state->num_steps].params.mpc_insert_plane_params.dpp_id = dpp_id; in hwss_add_mpc_insert_plane()
H A Ddc_resource.c3814 if (s.dpp_id < MAX_MPCC) in acquire_resource_from_hw_enabled_state()
3815 pool->mpc->mpcc_array[pipe_ctx->plane_res.mpcc_inst].dpp_id = in acquire_resource_from_hw_enabled_state()
3816 s.dpp_id; in acquire_resource_from_hw_enabled_state()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h241 uint16_t dpp_id; member
H A Dlpfc_sli.c318 q->dpp_id); in lpfc_sli4_wq_put()
17109 wq->dpp_id = bf_get(lpfc_mbx_wq_create_dpp_id, in lpfc_wq_create()
17130 wq->dpp_id, dpp_barset, dpp_offset); in lpfc_wq_create()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3015 int dpp_id = pipe_ctx->plane_res.dpp->inst; in dcn401_plane_atomic_disconnect_sequence() local
3022 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in dcn401_plane_atomic_disconnect_sequence()