Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad9f64fb authored by Terence Hampson's avatar Terence Hampson Committed by Matt Wagantall
Browse files

mdss: mdp: assign left mixer to pipe in pipe_assign



When pipe_assign calls pipe_init_config it determines
if the pipe is for use by real time client based on info
pipes left mixer. This value was not properly assigned
prior to this call.

Change-Id: If5edf449b8e501f9400d81477fcc12a8285e1172
Signed-off-by: default avatarTerence Hampson <thampson@codeaurora.org>
parent 08ab44dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1124,6 +1124,7 @@ struct mdss_mdp_pipe *mdss_mdp_pipe_assign(struct mdss_data_type *mdata,
		pipe = ERR_PTR(-EBUSY);
		goto error;
	}
	pipe->mixer_left = mixer;

	rc = mdss_mdp_pipe_init_config(pipe, mixer, false);
	if (rc)