Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.c30 mpc201->mpc_regs->reg
33 mpc201->base.ctx
36 mpc201->base.ctx->logger
40 mpc201->mpc_shift->field_name, mpc201->mpc_mask->field_name
112 mpc201->base.ctx = ctx; in dcn201_mpc_construct()
114 mpc201->base.funcs = &dcn201_mpc_funcs; in dcn201_mpc_construct()
116 mpc201->mpc_regs = mpc_regs; in dcn201_mpc_construct()
117 mpc201->mpc_shift = mpc_shift; in dcn201_mpc_construct()
118 mpc201->mpc_mask = mpc_mask; in dcn201_mpc_construct()
120 mpc201->mpcc_in_use_mask = 0; in dcn201_mpc_construct()
[all …]
H A Ddcn201_mpc.h79 void dcn201_mpc_construct(struct dcn201_mpc *mpc201,
H A Ddcn201_resource.c724 struct dcn201_mpc *mpc201 = kzalloc(sizeof(struct dcn201_mpc), in dcn201_mpc_create() local
727 if (!mpc201) in dcn201_mpc_create()
730 dcn201_mpc_construct(mpc201, ctx, in dcn201_mpc_create()
736 return &mpc201->base; in dcn201_mpc_create()