| /dragonfly/sys/dev/drm/amd/display/dc/dcn10/ |
| HD | dcn10_mpc.c | 40 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 …]
|
| HD | dcn10_mpc.h | 119 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 …]
|
| HD | dcn10_hw_sequencer.c | 291 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 …]
|
| HD | dcn10_resource.c | 615 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/ |
| HD | mpc.h | 101 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/ |
| HD | Makefile | 8 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/ |
| HD | README.DRAGONFLY | 5 http://www.multiprecision.org/mpc/download/ 7 file = mpc-1.0.3.tar.gz
|
| /dragonfly/gnu/usr.bin/ |
| HD | Makefile | 22 SUBDIR+= mpc 37 .ORDER: ${BU_PRIMARY} gmp mpfr mpc ${_compiler_dir} ${_altcompiler_dirs}
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-mptcp.c | 195 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/ |
| HD | core_types.h | 144 struct mpc *mpc; member
|
| /dragonfly/sys/dev/netif/ig_hal/ |
| HD | e1000_hw.h | 557 u64 mpc; member
|
| /dragonfly/sys/dev/netif/em/ |
| HD | if_em.c | 4102 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/ |
| HD | if_emx.c | 3646 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/ |
| HD | Makefile.inc1 | 1047 _gcc_common_cross= lib/libz gnu/usr.bin/gmp gnu/usr.bin/mpfr gnu/usr.bin/mpc
|
| /dragonfly/sys/dev/netif/igb/ |
| HD | if_igb.c | 3184 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/ |
| HD | ixgbe_type.h | 3805 u64 mpc[8]; member
|
| HD | if_ix.c | 3546 stats->mpc[0] += IXGBE_READ_REG(hw, IXGBE_MPC(0)); in ix_update_stats()
|