Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/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()
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 …]
A Ddcn20_resource.c858 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn20_mpc_create() local
861 if (!mpc20) in dcn20_mpc_create()
864 dcn20_mpc_construct(mpc20, ctx, in dcn20_mpc_create()
870 return &mpc20->base; in dcn20_mpc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_resource.c1098 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn21_mpc_create() local
1101 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