Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn201/
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
49 struct dcn201_mpc *mpc201 = TO_DCN201_MPC(mpc); in mpc201_set_out_rate_control() local
103 void dcn201_mpc_construct(struct dcn201_mpc *mpc201, in dcn201_mpc_construct() argument
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()
[all …]
Ddcn201_mpc.h79 void dcn201_mpc_construct(struct dcn201_mpc *mpc201,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn201/
Ddcn201_resource.c727 struct dcn201_mpc *mpc201 = kzalloc(sizeof(struct dcn201_mpc), in dcn201_mpc_create() local
730 if (!mpc201) in dcn201_mpc_create()
733 dcn201_mpc_construct(mpc201, ctx, in dcn201_mpc_create()
739 return &mpc201->base; in dcn201_mpc_create()