Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
53 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_update_blending() local
79 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm() local
117 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm_clamp() local
139 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_output_csc() local
165 ocsc_regs.shifts.csc_c11 = mpc20->mpc_shift->MPC_OCSC_C11_A; in mpc2_set_output_csc()
166 ocsc_regs.masks.csc_c11 = mpc20->mpc_mask->MPC_OCSC_C11_A; in mpc2_set_output_csc()
167 ocsc_regs.shifts.csc_c12 = mpc20->mpc_shift->MPC_OCSC_C12_A; in mpc2_set_output_csc()
[all …]
H A Ddcn20_resource.c1209 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn20_mpc_create() local
1212 if (!mpc20) in dcn20_mpc_create()
1215 dcn20_mpc_construct(mpc20, ctx, in dcn20_mpc_create()
1221 return &mpc20->base; in dcn20_mpc_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1363 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn21_mpc_create() local
1366 if (!mpc20) in dcn21_mpc_create()
1369 dcn20_mpc_construct(mpc20, ctx, in dcn21_mpc_create()
1375 return &mpc20->base; in dcn21_mpc_create()