Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn401/
Ddcn401_mpc.c34 mpc401->mpc_regs->reg
37 mpc401->base.ctx
41 mpc401->mpc_shift->field_name, mpc401->mpc_mask->field_name
45 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_update_3dlut_fast_load_select() local
52 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_get_3dlut_fast_load_status() local
62 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_set_movable_cm_location() local
84 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in get3dlut_config() local
242 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_program_lut_mode() local
284 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_program_lut_read_write_control() local
302 struct dcn401_mpc *mpc401 = TO_DCN401_MPC(mpc); in mpc401_program_3dlut_size() local
[all …]
Ddcn401_mpc.h199 void dcn401_mpc_construct(struct dcn401_mpc *mpc401,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/
Ddcn401_resource.c944 struct dcn401_mpc *mpc401 = kzalloc(sizeof(struct dcn401_mpc), in dcn401_mpc_create() local
947 if (!mpc401) in dcn401_mpc_create()
954 dcn401_mpc_construct(mpc401, ctx, in dcn401_mpc_create()
961 return &mpc401->base; in dcn401_mpc_create()