Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/mpc/dcn20/
A Ddcn20_mpc.c34 mpc20->mpc_regs->reg
40 mpc20->base.ctx
44 mpc20->mpc_shift->field_name, mpc20->mpc_mask->field_name
178 mpc20->base.ctx, in mpc2_set_output_csc()
237 mpc20->base.ctx, in mpc2_set_ocsc_default()
596 mpc20->base.ctx = ctx; in dcn20_mpc_construct()
600 mpc20->mpc_regs = mpc_regs; in dcn20_mpc_construct()
601 mpc20->mpc_shift = mpc_shift; in dcn20_mpc_construct()
602 mpc20->mpc_mask = mpc_mask; in dcn20_mpc_construct()
604 mpc20->mpcc_in_use_mask = 0; in dcn20_mpc_construct()
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn21/
A Ddcn21_resource.c1064 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn21_mpc_create() local
1067 if (!mpc20) in dcn21_mpc_create()
1070 dcn20_mpc_construct(mpc20, ctx, in dcn21_mpc_create()
1076 return &mpc20->base; in dcn21_mpc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn20/
A Ddcn20_resource.c838 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn20_mpc_create() local
841 if (!mpc20) in dcn20_mpc_create()
844 dcn20_mpc_construct(mpc20, ctx, in dcn20_mpc_create()
850 return &mpc20->base; in dcn20_mpc_create()

Completed in 15 milliseconds