Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/mpc/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.h30 #define TO_DCN10_MPC(mpc_base) \ macro
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c924 kfree(TO_DCN10_MPC(pool->base.mpc)); in dcn10_resource_destruct()