Skip to content

Commit

Permalink
msm: mdp: Unmap secure memory on dtv off
Browse files Browse the repository at this point in the history
Signed-off-by: naseer <naseer@codeaurora.org>
  • Loading branch information
naseer authored and hellsgod committed Sep 13, 2013
1 parent 56dac63 commit e95a995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/msm/mdp4_overlay_dtv.c
Expand Up @@ -648,6 +648,7 @@ int mdp4_dtv_off(struct platform_device *pdev)
wake_up_interruptible_all(&vctrl->wait_queue);

mdp4_dtv_wait4vsync(cndx);
mdp4_unmap_sec_resource(mfd);

pipe = vctrl->base_pipe;
if (pipe != NULL) {
Expand Down

0 comments on commit e95a995

Please sign in to comment.