Home
last modified time | relevance | path

Searched refs:mpc_insert_plane_params (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3052 struct mpc *mpc = params->mpc_insert_plane_params.mpc; in hwss_mpc_insert_plane()
3053 struct mpc_tree *tree = params->mpc_insert_plane_params.mpc_tree_params; in hwss_mpc_insert_plane()
3054 struct mpcc_blnd_cfg *blnd_cfg = &params->mpc_insert_plane_params.blnd_cfg; in hwss_mpc_insert_plane()
3055 struct mpcc_sm_cfg *sm_cfg = params->mpc_insert_plane_params.sm_cfg; in hwss_mpc_insert_plane()
3056 struct mpcc *insert_above_mpcc = params->mpc_insert_plane_params.insert_above_mpcc; in hwss_mpc_insert_plane()
3057 int mpcc_id = params->mpc_insert_plane_params.mpcc_id; in hwss_mpc_insert_plane()
3058 int dpp_id = params->mpc_insert_plane_params.dpp_id; in hwss_mpc_insert_plane()
3318 seq_state->steps[*seq_state->num_steps].params.mpc_insert_plane_params.mpc = mpc; in hwss_add_mpc_insert_plane()
3319 …seq_state->steps[*seq_state->num_steps].params.mpc_insert_plane_params.mpc_tree_params = mpc_tree_… in hwss_add_mpc_insert_plane()
3320 seq_state->steps[*seq_state->num_steps].params.mpc_insert_plane_params.blnd_cfg = blnd_cfg; in hwss_add_mpc_insert_plane()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h402 struct mpc_insert_plane_params { struct
847 struct mpc_insert_plane_params mpc_insert_plane_params; member