Searched refs:mpc20 (Results 1 – 3 of 3) sorted by relevance
34 mpc20->mpc_regs->reg40 mpc20->base.ctx44 mpc20->mpc_shift->field_name, mpc20->mpc_mask->field_name178 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 …]
858 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn20_mpc_create() local861 if (!mpc20) in dcn20_mpc_create()864 dcn20_mpc_construct(mpc20, ctx, in dcn20_mpc_create()870 return &mpc20->base; in dcn20_mpc_create()
1098 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn21_mpc_create() local1101 if (!mpc20) in dcn21_mpc_create()1104 dcn20_mpc_construct(mpc20, ctx, in dcn21_mpc_create()1110 return &mpc20->base; in dcn21_mpc_create()
Completed in 11 milliseconds