Home
last modified time | relevance | path

Searched refs:mpcc_id (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c42 int mpcc_id) in mpc1_set_bg_color() argument
65 int mpcc_id) in mpc1_update_blending() argument
84 int mpcc_id) in mpc1_update_stereo_mix() argument
183 int mpcc_id) in mpc1_insert_plane() argument
231 REG_SET(MPCC_BOT_SEL[temp_mpcc->mpcc_id], 0, MPCC_BOT_SEL, mpcc_id); in mpc1_insert_plane()
271 int mpcc_id = mpcc_to_remove->mpcc_id; in mpc1_remove_mpcc() local
349 int mpcc_id; in mpc1_mpc_init() local
353 for (mpcc_id = 0; mpcc_id < mpc10->num_mpcc; mpcc_id++) { in mpc1_mpc_init()
358 mpc1_init_mpcc(&(mpc->mpcc_array[mpcc_id]), mpcc_id); in mpc1_mpc_init()
377 int mpcc_id; in mpc1_init_mpcc_list_from_hw() local
[all …]
H A Ddcn10_mpc.h142 int mpcc_id);
164 int mpcc_id);
168 int mpcc_id);
172 int mpcc_id);
180 int mpcc_id);
H A Ddcn10_hw_sequencer.c1034 hubp->mpcc_id = dpp->inst; in dcn10_init_hw()
1911 int mpcc_id; in dcn10_update_mpcc() local
1957 mpcc_id = hubp->inst; in dcn10_update_mpcc()
1961 mpc->funcs->update_blending(mpc, &blnd_cfg, mpcc_id); in dcn10_update_mpcc()
1966 new_mpcc = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, mpcc_id); in dcn10_update_mpcc()
1973 dc->res_pool->mpc, mpcc_id); in dcn10_update_mpcc()
1982 mpcc_id); in dcn10_update_mpcc()
1987 hubp->mpcc_id = mpcc_id; in dcn10_update_mpcc()
H A Ddcn10_hubp.c65 hubp->mpcc_id = 0xf; in hubp1_set_blank()
1192 hubp1->base.mpcc_id = 0xf; in dcn10_hubp_construct()
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dmpc.h86 int mpcc_id; /* MPCC physical instance */ member
149 int mpcc_id);
189 int mpcc_id);
197 void (*assert_mpcc_idle_before_connect)(struct mpc *mpc, int mpcc_id);
H A Dhubp.h53 int mpcc_id; member