Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/mpc/dcn401/
A Ddcn401_mpc.c34 mpc401->mpc_regs->reg
37 mpc401->base.ctx
41 mpc401->mpc_shift->field_name, mpc401->mpc_mask->field_name
553 mpc401->base.ctx, in mpc_read_gamut_remap()
628 mpc401->base.ctx = ctx; in dcn401_mpc_construct()
632 mpc401->mpc_regs = mpc_regs; in dcn401_mpc_construct()
633 mpc401->mpc_shift = mpc_shift; in dcn401_mpc_construct()
634 mpc401->mpc_mask = mpc_mask; in dcn401_mpc_construct()
636 mpc401->mpcc_in_use_mask = 0; in dcn401_mpc_construct()
637 mpc401->num_mpcc = num_mpcc; in dcn401_mpc_construct()
[all …]
A Ddcn401_mpc.h199 void dcn401_mpc_construct(struct dcn401_mpc *mpc401,
/drivers/gpu/drm/amd/display/dc/resource/dcn401/
A Ddcn401_resource.c943 struct dcn401_mpc *mpc401 = kzalloc(sizeof(struct dcn401_mpc), in dcn401_mpc_create() local
946 if (!mpc401) in dcn401_mpc_create()
953 dcn401_mpc_construct(mpc401, ctx, in dcn401_mpc_create()
960 return &mpc401->base; in dcn401_mpc_create()

Completed in 10 milliseconds