Searched refs:mpc30 (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_mpc.c | 34 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 …]
|
| D | dcn30_resource.c | 979 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn30_mpc_create() local 982 if (!mpc30) in dcn30_mpc_create() 985 dcn30_mpc_construct(mpc30, ctx, in dcn30_mpc_create() 992 return &mpc30->base; in dcn30_mpc_create()
|
| D | dcn30_mpc.h | 787 void dcn30_mpc_construct(struct dcn30_mpc *mpc30,
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/ |
| D | dcn302_resource.c | 781 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn302_mpc_create() local 783 if (!mpc30) in dcn302_mpc_create() 786 dcn30_mpc_construct(mpc30, ctx, &mpc_regs, &mpc_shift, &mpc_mask, num_mpcc, num_rmu); in dcn302_mpc_create() 788 return &mpc30->base; in dcn302_mpc_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/ |
| D | dcn303_resource.c | 730 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn303_mpc_create() local 732 if (!mpc30) in dcn303_mpc_create() 735 dcn30_mpc_construct(mpc30, ctx, &mpc_regs, &mpc_shift, &mpc_mask, num_mpcc, num_rmu); in dcn303_mpc_create() 737 return &mpc30->base; in dcn303_mpc_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_resource.c | 993 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn301_mpc_create() local 996 if (!mpc30) in dcn301_mpc_create() 999 dcn30_mpc_construct(mpc30, ctx, in dcn301_mpc_create() 1006 return &mpc30->base; in dcn301_mpc_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_resource.c | 1071 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local 1074 if (!mpc30) in dcn31_mpc_create() 1077 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create() 1084 return &mpc30->base; in dcn31_mpc_create()
|