Home
last modified time | relevance | path

Searched refs:mpc30 (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_mpc.c34 mpc30->mpc_regs->reg
37 mpc30->base.ctx
41 mpc30->mpc_shift->field_name, mpc30->mpc_mask->field_name
51 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_is_dwb_idle() local
67 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_dwb_mux() local
77 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_disable_dwb_mux() local
90 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_out_rate_control() local
110 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_get_ogam_current() local
144 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_power_on_ogam_lut() local
164 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_configure_ogam_lut() local
[all …]
Ddcn30_resource.c851 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn30_mpc_create() local
854 if (!mpc30) in dcn30_mpc_create()
857 dcn30_mpc_construct(mpc30, ctx, in dcn30_mpc_create()
864 return &mpc30->base; in dcn30_mpc_create()
Ddcn30_mpc.h1003 void dcn30_mpc_construct(struct dcn30_mpc *mpc30,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_mpc.c35 mpc30->mpc_regs->reg
38 mpc30->base.ctx
42 mpc30->mpc_shift->field_name, mpc30->mpc_mask->field_name
47 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_mpc_init() local
53 …if (mpc30->mpc_mask->MPCC_MCM_SHAPER_MEM_LOW_PWR_MODE && mpc30->mpc_mask->MPCC_MCM_3DLUT_MEM_LOW_P… in mpc32_mpc_init()
54 for (mpcc_id = 0; mpcc_id < mpc30->num_mpcc; mpcc_id++) { in mpc32_mpc_init()
60 if (mpc30->mpc_mask->MPCC_OGAM_MEM_LOW_PWR_MODE) { in mpc32_mpc_init()
61 for (mpcc_id = 0; mpcc_id < mpc30->num_mpcc; mpcc_id++) in mpc32_mpc_init()
72 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_power_on_blnd_lut() local
97 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_get_post1dlut_current() local
[all …]
Ddcn32_resource.c955 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn32_mpc_create() local
958 if (!mpc30) in dcn32_mpc_create()
965 dcn32_mpc_construct(mpc30, ctx, in dcn32_mpc_create()
972 return &mpc30->base; in dcn32_mpc_create()
Ddcn32_mpc.h314 void dcn32_mpc_construct(struct dcn30_mpc *mpc30,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c656 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn302_mpc_create() local
658 if (!mpc30) in dcn302_mpc_create()
661 dcn30_mpc_construct(mpc30, ctx, &mpc_regs, &mpc_shift, &mpc_mask, num_mpcc, num_rmu); in dcn302_mpc_create()
663 return &mpc30->base; in dcn302_mpc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c603 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn303_mpc_create() local
605 if (!mpc30) in dcn303_mpc_create()
608 dcn30_mpc_construct(mpc30, ctx, &mpc_regs, &mpc_shift, &mpc_mask, num_mpcc, num_rmu); in dcn303_mpc_create()
610 return &mpc30->base; in dcn303_mpc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c813 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn301_mpc_create() local
816 if (!mpc30) in dcn301_mpc_create()
819 dcn30_mpc_construct(mpc30, ctx, in dcn301_mpc_create()
826 return &mpc30->base; in dcn301_mpc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1043 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local
1046 if (!mpc30) in dcn31_mpc_create()
1049 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create()
1056 return &mpc30->base; in dcn31_mpc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1013 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local
1016 if (!mpc30) in dcn31_mpc_create()
1019 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create()
1026 return &mpc30->base; in dcn31_mpc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1012 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local
1015 if (!mpc30) in dcn31_mpc_create()
1018 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create()
1025 return &mpc30->base; in dcn31_mpc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c954 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn321_mpc_create() local
957 if (!mpc30) in dcn321_mpc_create()
964 dcn32_mpc_construct(mpc30, ctx, in dcn321_mpc_create()
971 return &mpc30->base; in dcn321_mpc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1017 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local
1020 if (!mpc30) in dcn31_mpc_create()
1023 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create()
1030 return &mpc30->base; in dcn31_mpc_create()