Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_mpc.c30 mpc10->mpc_regs->reg
33 mpc10->base.ctx
37 mpc10->mpc_shift->field_name, mpc10->mpc_mask->field_name
118 ASSERT(mpcc_id < mpc10->num_mpcc); in mpc1_get_mpcc()
365 mpc10->mpcc_in_use_mask = 0; in mpc1_mpc_init()
511 mpc10->base.ctx = ctx; in dcn10_mpc_construct()
515 mpc10->mpc_regs = mpc_regs; in dcn10_mpc_construct()
516 mpc10->mpc_shift = mpc_shift; in dcn10_mpc_construct()
517 mpc10->mpc_mask = mpc_mask; in dcn10_mpc_construct()
519 mpc10->mpcc_in_use_mask = 0; in dcn10_mpc_construct()
[all …]
A Ddcn10_resource.c744 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc), in dcn10_mpc_create() local
747 if (!mpc10) in dcn10_mpc_create()
750 dcn10_mpc_construct(mpc10, ctx, in dcn10_mpc_create()
756 return &mpc10->base; in dcn10_mpc_create()

Completed in 8 milliseconds