Home
last modified time | relevance | path

Searched refs:mpcc (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_mpc.c68 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() local
78 mpcc->blnd_cfg = *blnd_cfg; in mpc1_update_blending()
106 struct mpcc *mpc1_get_mpcc(struct mpc *mpc, int mpcc_id) in mpc1_get_mpcc()
114 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp()
116 struct mpcc *tmp_mpcc = tree->opp_list; in mpc1_get_mpcc_for_dpp()
176 struct mpcc *mpc1_insert_plane( in mpc1_insert_plane()
181 struct mpcc *insert_above_mpcc, in mpc1_insert_plane()
186 struct mpcc *new_mpcc = NULL; in mpc1_insert_plane()
194 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane()
226 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane()
[all …]
HDdcn10_mpc.h135 struct mpcc *mpc1_insert_plane(
140 struct mpcc *insert_above_mpcc,
147 struct mpcc *mpcc);
178 struct mpcc *mpc1_get_mpcc(
182 struct mpcc *mpc1_get_mpcc_for_dpp(
HDdcn10_hw_sequencer.c865 struct mpcc *mpcc_to_remove = NULL; in hwss1_plane_atomic_disconnect()
1912 struct mpcc *new_mpcc; in dcn10_update_mpcc()
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
HDmpc.h85 struct mpcc { struct
88 …struct mpcc *mpcc_bot; /* pointer to bottom layer MPCC. NULL when not connected … argument
98 …struct mpcc *opp_list; /* The top MPCC layer of the MPC tree that outputs to OPP …
105 struct mpcc mpcc_array[MAX_MPCC];
142 struct mpcc* (*insert_plane)(
147 struct mpcc *insert_above_mpcc,
164 struct mpcc *mpcc);
191 struct mpcc* (*get_mpcc_for_dpp)(
HDopp.h201 int mpcc[MAX_PIPES]; member