/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A 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 …]
|
H A D | dcn30_resource.c | 841 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn30_mpc_create() local 844 if (!mpc30) in dcn30_mpc_create() 847 dcn30_mpc_construct(mpc30, ctx, in dcn30_mpc_create() 854 return &mpc30->base; in dcn30_mpc_create()
|
H A D | dcn30_mpc.h | 1003 void dcn30_mpc_construct(struct dcn30_mpc *mpc30,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_mpc.c | 35 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 …]
|
H A D | dcn32_resource.c | 944 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn32_mpc_create() local 947 if (!mpc30) in dcn32_mpc_create() 954 dcn32_mpc_construct(mpc30, ctx, in dcn32_mpc_create() 961 return &mpc30->base; in dcn32_mpc_create()
|
H A D | dcn32_mpc.h | 327 void dcn32_mpc_construct(struct dcn30_mpc *mpc30,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
H A D | dcn302_resource.c | 648 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn302_mpc_create() local 650 if (!mpc30) in dcn302_mpc_create() 653 dcn30_mpc_construct(mpc30, ctx, &mpc_regs, &mpc_shift, &mpc_mask, num_mpcc, num_rmu); in dcn302_mpc_create() 655 return &mpc30->base; in dcn302_mpc_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
H A D | dcn303_resource.c | 594 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn303_mpc_create() local 596 if (!mpc30) in dcn303_mpc_create() 599 dcn30_mpc_construct(mpc30, ctx, &mpc_regs, &mpc_shift, &mpc_mask, num_mpcc, num_rmu); in dcn303_mpc_create() 601 return &mpc30->base; in dcn303_mpc_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_resource.c | 795 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn301_mpc_create() local 798 if (!mpc30) in dcn301_mpc_create() 801 dcn30_mpc_construct(mpc30, ctx, in dcn301_mpc_create() 808 return &mpc30->base; in dcn301_mpc_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/ |
H A D | dcn316_resource.c | 999 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local 1002 if (!mpc30) in dcn31_mpc_create() 1005 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create() 1012 return &mpc30->base; in dcn31_mpc_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/ |
H A D | dcn315_resource.c | 1003 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local 1006 if (!mpc30) in dcn31_mpc_create() 1009 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create() 1016 return &mpc30->base; in dcn31_mpc_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/ |
H A D | dcn321_resource.c | 943 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn321_mpc_create() local 946 if (!mpc30) in dcn321_mpc_create() 953 dcn32_mpc_construct(mpc30, ctx, in dcn321_mpc_create() 960 return &mpc30->base; in dcn321_mpc_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_resource.c | 1077 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local 1080 if (!mpc30) in dcn31_mpc_create() 1083 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create() 1090 return &mpc30->base; in dcn31_mpc_create()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_resource.c | 1005 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create() local 1008 if (!mpc30) in dcn31_mpc_create() 1011 dcn30_mpc_construct(mpc30, ctx, in dcn31_mpc_create() 1018 return &mpc30->base; in dcn31_mpc_create()
|