mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm_fb: display: retrieve correct base layer pipe
Base layer pipe is cloned and cached at satge array. Retrive the real base layer pipe before used it. Change-Id: I6fc606559684156348a57b500083ed4089fc71b5 Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>
This commit is contained in:
parent
f4844bd8ab
commit
f2495f9688
1 changed files with 6 additions and 0 deletions
|
@ -1662,6 +1662,12 @@ void mdp4_overlay_borderfill_stage_up(struct mdp4_overlay_pipe *pipe)
|
|||
|
||||
bspipe = ctrl->stage[mixer][MDP4_MIXER_STAGE_BASE];
|
||||
|
||||
/*
|
||||
* bspipe is clone here
|
||||
* get real pipe
|
||||
*/
|
||||
bspipe = mdp4_overlay_ndx2pipe(bspipe->pipe_ndx);
|
||||
|
||||
/* save original base layer */
|
||||
ctrl->baselayer[mixer] = bspipe;
|
||||
|
||||
|
|
Loading…
Reference in a new issue