Home
last modified time | relevance | path

Searched refs:dcn30_mpc (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn30/
H A Ddcn30_mpc.c49 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_mpc_init()
64 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_mpc_init_single_inst()
81 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_is_dwb_idle()
97 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_dwb_mux()
107 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_disable_dwb_mux()
120 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_out_rate_control()
138 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_get_ogam_current()
172 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_power_on_ogam_lut()
192 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_configure_ogam_lut()
205 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_ogam_get_reg_field()
[all …]
H A Ddcn30_mpc.h33 container_of(mpc_base, struct dcn30_mpc, base)
991 struct dcn30_mpc { struct
1002 void dcn30_mpc_construct(struct dcn30_mpc *mpc30, argument
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn32/
H A Ddcn32_mpc.c47 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_mpc_init()
72 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_power_on_blnd_lut()
98 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_get_post1dlut_current()
129 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_configure_post1dlut()
140 struct dcn30_mpc *mpc, in mpc32_post1dlut_get_reg_field()
172 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_program_post1dluta_settings()
201 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_program_post1dlutb_settings()
231 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_program_post1dlut_pwl()
268 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_program_post1dlut()
305 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_get_shaper_current()
[all …]
H A Ddcn32_mpc.h325 void dcn32_mpc_construct(struct dcn30_mpc *mpc30,
/linux/drivers/gpu/drm/amd/display/dc/mpc/
H A DMakefile48 MPC_DCN30 = dcn30_mpc.o
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c646 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn303_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c682 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn302_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c802 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn301_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1083 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn31_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1017 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn31_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c951 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn35_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1025 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn31_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c977 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn321_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c958 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn35_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c971 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn35_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1024 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn31_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c847 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn30_mpc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c983 struct dcn30_mpc *mpc30 = kzalloc_obj(struct dcn30_mpc); in dcn32_mpc_create()