Home
last modified time | relevance | path

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

/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
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 …]
H A Ddcn201_mpc.h79 void dcn201_mpc_construct(struct dcn201_mpc *mpc201,