/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
mpc.h | 1 /* $NetBSD: mpc.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */ 102 * This struct is used as a node in an MPC tree. 113 * MPC tree represents all MPCC connections for a pipe. 116 int opp_id; /* The OPP instance that owns this MPC tree */ 117 struct mpcc *opp_list; /* The top MPCC layer of the MPC tree that outputs to OPP endpoint */ 120 struct mpc { struct 143 struct mpc *mpc, 148 * Insert DPP into MPC tree based on specified blending position. 152 * [in/out] mpc - MPC context [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_hwseq.c | 49 #include "mpc.h" 83 * Ordinary MPC/OTG locks suppress VUPDATE which doesn't help with immediate, 718 struct mpc *mpc = dc->res_pool->mpc; local in function:dcn20_program_output_csc 722 if (mpc->funcs->power_on_mpc_mem_pwr) 723 mpc->funcs->power_on_mpc_mem_pwr(mpc, mpcc_id, true); 726 if (mpc->funcs->set_output_csc != NULL) 727 mpc->funcs->set_output_csc(mpc 744 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; local in function:dcn20_set_output_transfer_func 2146 struct mpc *mpc = dc->res_pool->mpc; local in function:dcn20_update_mpcc [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_hw_sequencer.c | 48 #include "mpc.h" 334 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); 1035 struct mpc *mpc = dc->res_pool->mpc; local in function:dcn10_plane_atomic_disconnect 1041 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); 1047 mpc->funcs->remove_mpcc(mpc, mpc_tree_params, mpcc_to_remove); 1175 /* Cannot reset the MPC mux if seamless boot * 2144 struct mpc *mpc = dc->res_pool->mpc; local in function:dcn10_update_mpcc [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
core_types.h | 39 #include "mpc.h" 170 struct mpc *mpc; member in struct:resource_pool
|
/src/sys/dev/pci/ |
if_wm.c | 6641 uint64_t crcerrs, algnerrc, symerrc, mpc, colc, sec, rlec, rxerrc, local in function:wm_update_stats 6647 mpc = CSR_READ(sc, WMREG_MPC); 6654 WM_EVCNT_ADD(&sc->sc_ev_mpc, mpc); 6836 if_statadd_ref(ifp, nsr, if_iqdrops, mpc + total_qdrop);
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_type.h | 3925 struct evcnt mpc[IXGBE_TC_COUNTER_NUM]; member in struct:ixgbe_hw_stats
|