Home
last modified time | relevance | path

Searched refs:TO_DCN10_MPC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/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()
74 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_blending()
93 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_stereo_mix()
105 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_assert_idle_mpcc()
115 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_get_mpcc()
141 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_is_mpcc_idle()
157 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_assert_mpcc_idle_before_connect()
198 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_insert_plane()
285 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_remove_mpcc()
366 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_mpc_init()
[all …]
H A Ddcn10_mpc.h30 #define TO_DCN10_MPC(mpc_base) \ macro
H A Ddcn10_resource.c977 kfree(TO_DCN10_MPC(pool->base.mpc)); in dcn10_resource_destruct()