Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 17 of 17) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_mpc.c40 void mpc1_set_bg_color(struct mpc *mpc, in mpc1_set_bg_color() argument
44 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_set_bg_color()
63 struct mpc *mpc, in mpc1_update_blending() argument
67 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_blending()
68 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending()
77 mpc1_set_bg_color(mpc, &blnd_cfg->black_color, mpcc_id); in mpc1_update_blending()
82 struct mpc *mpc, in mpc1_update_stereo_mix() argument
86 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_stereo_mix()
96 void mpc1_assert_idle_mpcc(struct mpc *mpc, int id) in mpc1_assert_idle_mpcc() argument
98 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_assert_idle_mpcc()
[all …]
HDdcn10_mpc.h119 struct mpc base;
136 struct mpc *mpc,
145 struct mpc *mpc,
150 struct mpc *mpc);
153 struct mpc *mpc,
157 struct mpc *mpc,
162 struct mpc *mpc,
167 struct mpc *mpc,
171 struct mpc *mpc,
175 struct mpc *mpc,
[all …]
HDdcn10_hw_sequencer.c291 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s); in dcn10_log_hw_state()
863 struct mpc *mpc = dc->res_pool->mpc; in hwss1_plane_atomic_disconnect() local
869 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id); in hwss1_plane_atomic_disconnect()
875 mpc->funcs->remove_mpcc(mpc, mpc_tree_params, mpcc_to_remove); in hwss1_plane_atomic_disconnect()
1020 dc->res_pool->mpc->funcs->mpc_init(dc->res_pool->mpc); in dcn10_init_hw()
1913 struct mpc *mpc = dc->res_pool->mpc; in dcn10_update_mpcc() local
1961 mpc->funcs->update_blending(mpc, &blnd_cfg, mpcc_id); in dcn10_update_mpcc()
1966 new_mpcc = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, mpcc_id); in dcn10_update_mpcc()
1969 mpc->funcs->remove_mpcc(mpc, mpc_tree_params, new_mpcc); in dcn10_update_mpcc()
1972 mpc->funcs->assert_mpcc_idle_before_connect( in dcn10_update_mpcc()
[all …]
HDdcn10_resource.c615 static struct mpc *dcn10_mpc_create(struct dc_context *ctx) in dcn10_mpc_create()
833 if (pool->base.mpc != NULL) { in destruct()
834 kfree(TO_DCN10_MPC(pool->base.mpc)); in destruct()
835 pool->base.mpc = NULL; in destruct()
1323 pool->base.mpc = dcn10_mpc_create(ctx); in construct()
1324 if (pool->base.mpc == NULL) { in construct()
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
HDmpc.h101 struct mpc { struct
122 struct mpc *mpc, argument
143 struct mpc *mpc,
162 struct mpc *mpc,
174 void (*mpc_init)(struct mpc *mpc);
187 struct mpc *mpc,
195 void (*wait_for_idle)(struct mpc *mpc, int id);
197 void (*assert_mpcc_idle_before_connect)(struct mpc *mpc, int mpcc_id);
200 struct mpc *mpc,
/dragonfly/gnu/usr.bin/mpc/
HDMakefile8 CONTRIBDIR= ${.CURDIR}/../../../contrib/mpc/src
11 LIB= mpc
22 SRCS= mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c \
/dragonfly/contrib/mpc/
HDREADME.DRAGONFLY5 http://www.multiprecision.org/mpc/download/
7 file = mpc-1.0.3.tar.gz
/dragonfly/gnu/usr.bin/
HDMakefile22 SUBDIR+= mpc
37 .ORDER: ${BU_PRIMARY} gmp mpfr mpc ${_compiler_dir} ${_altcompiler_dirs}
/dragonfly/contrib/tcpdump/
HDprint-mptcp.c195 const struct mp_capable *mpc = (const struct mp_capable *) opt; in mp_capable_print() local
203 version = MP_CAPABLE_OPT_VERSION(mpc->sub_ver); /* uses GET_U_1() */ in mp_capable_print()
214 if (GET_U_1(mpc->flags) & MP_CAPABLE_C) in mp_capable_print()
217 ND_PRINT(" {0x%" PRIx64, GET_BE_U_8(mpc->sender_key)); in mp_capable_print()
219 ND_PRINT(",0x%" PRIx64, GET_BE_U_8(mpc->receiver_key)); in mp_capable_print()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDcore_types.h144 struct mpc *mpc; member
/dragonfly/sys/dev/netif/ig_hal/
HDe1000_hw.h557 u64 mpc; member
/dragonfly/sys/dev/netif/em/
HDif_em.c4102 adapter->stats.mpc += E1000_READ_REG(&adapter->hw, E1000_MPC); in em_update_stats()
4175 adapter->stats.mpc + adapter->stats.cexterr); in em_update_stats()
4246 (long long)adapter->stats.mpc); in em_print_hw_stats()
/dragonfly/sys/dev/netif/emx/
HDif_emx.c3646 sc->stats.mpc += E1000_READ_REG(&sc->hw, E1000_MPC); in emx_update_stats()
3709 sc->stats.ruc + sc->stats.roc + sc->stats.mpc + sc->stats.cexterr); in emx_update_stats()
3775 (long long)sc->stats.mpc); in emx_print_hw_stats()
/dragonfly/
HDMakefile.inc11047 _gcc_common_cross= lib/libz gnu/usr.bin/gmp gnu/usr.bin/mpfr gnu/usr.bin/mpc
/dragonfly/sys/dev/netif/igb/
HDif_igb.c3184 stats->mpc += E1000_READ_REG(hw, E1000_MPC); in igb_update_stats_counters()
3290 stats->ruc + stats->roc + stats->mpc + stats->cexterr); in igb_update_stats_counters()
/dragonfly/sys/dev/netif/ix/
HDixgbe_type.h3805 u64 mpc[8]; member
HDif_ix.c3546 stats->mpc[0] += IXGBE_READ_REG(hw, IXGBE_MPC(0)); in ix_update_stats()