Home
last modified time | relevance | path

Searched refs:mpc20 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c34 mpc20->mpc_regs->reg
40 mpc20->base.ctx
44 mpc20->mpc_shift->field_name, mpc20->mpc_mask->field_name
178 mpc20->base.ctx, in mpc2_set_output_csc()
237 mpc20->base.ctx, in mpc2_set_ocsc_default()
576 mpc20->base.ctx = ctx; in dcn20_mpc_construct()
580 mpc20->mpc_regs = mpc_regs; in dcn20_mpc_construct()
581 mpc20->mpc_shift = mpc_shift; in dcn20_mpc_construct()
582 mpc20->mpc_mask = mpc_mask; in dcn20_mpc_construct()
584 mpc20->mpcc_in_use_mask = 0; in dcn20_mpc_construct()
[all …]
H A Ddcn20_resource.c841 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn20_mpc_create() local
844 if (!mpc20) in dcn20_mpc_create()
847 dcn20_mpc_construct(mpc20, ctx, in dcn20_mpc_create()
853 return &mpc20->base; in dcn20_mpc_create()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1082 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn21_mpc_create() local
1085 if (!mpc20) in dcn21_mpc_create()
1088 dcn20_mpc_construct(mpc20, ctx, in dcn21_mpc_create()
1094 return &mpc20->base; in dcn21_mpc_create()