Home
last modified time | relevance | path

Searched refs:mpc10 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c30 mpc10->mpc_regs->reg
33 mpc10->base.ctx
37 mpc10->mpc_shift->field_name, mpc10->mpc_mask->field_name
110 ASSERT(mpcc_id < mpc10->num_mpcc); in mpc1_get_mpcc()
352 mpc10->mpcc_in_use_mask = 0; in mpc1_mpc_init()
452 mpc10->base.ctx = ctx; in dcn10_mpc_construct()
456 mpc10->mpc_regs = mpc_regs; in dcn10_mpc_construct()
457 mpc10->mpc_shift = mpc_shift; in dcn10_mpc_construct()
458 mpc10->mpc_mask = mpc_mask; in dcn10_mpc_construct()
460 mpc10->mpcc_in_use_mask = 0; in dcn10_mpc_construct()
[all …]
H A Ddcn10_resource.c617 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc), in dcn10_mpc_create() local
620 if (!mpc10) in dcn10_mpc_create()
623 dcn10_mpc_construct(mpc10, ctx, in dcn10_mpc_create()
629 return &mpc10->base; in dcn10_mpc_create()