Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/mpc/dcn10/
A Ddcn10_mpc.c30 mpc10->mpc_regs->reg
33 mpc10->base.ctx
37 mpc10->mpc_shift->field_name, mpc10->mpc_mask->field_name
123 ASSERT(mpcc_id < mpc10->num_mpcc); in mpc1_get_mpcc()
361 mpc10->mpcc_in_use_mask = 0; in mpc1_mpc_init()
507 mpc10->base.ctx = ctx; in dcn10_mpc_construct()
511 mpc10->mpc_regs = mpc_regs; in dcn10_mpc_construct()
512 mpc10->mpc_shift = mpc_shift; in dcn10_mpc_construct()
513 mpc10->mpc_mask = mpc_mask; in dcn10_mpc_construct()
515 mpc10->mpcc_in_use_mask = 0; in dcn10_mpc_construct()
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn10/
A Ddcn10_resource.c670 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc), in dcn10_mpc_create() local
673 if (!mpc10) in dcn10_mpc_create()
676 dcn10_mpc_construct(mpc10, ctx, in dcn10_mpc_create()
682 return &mpc10->base; in dcn10_mpc_create()

Completed in 12 milliseconds