Home
last modified time | relevance | path

Searched refs:dcn10_mpc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c44 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_set_bg_color()
81 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_blending()
99 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_stereo_mix()
111 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_assert_idle_mpcc()
121 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_get_mpcc()
147 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_is_mpcc_idle()
163 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_assert_mpcc_idle_before_connect()
204 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_insert_plane()
292 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_remove_mpcc()
373 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_mpc_init()
[all …]
H A Ddcn10_mpc.h31 container_of(mpc_base, struct dcn10_mpc, base)
124 struct dcn10_mpc { struct
134 void dcn10_mpc_construct(struct dcn10_mpc *mpcc10, argument
H A DMakefile28 dcn10_hubp.o dcn10_mpc.o \
H A Ddcn10_resource.c677 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc), in dcn10_mpc_create()