Skip to content

Commit

Permalink
msm:camera:isp: Remove unwanted register update
Browse files Browse the repository at this point in the history
At some cases, if register update is not issued
from user space, due to the register update at
frame drop config, partial settings may be
applied. Remove the unwanted register update
at frame drop configuration.

Change-Id: I717a6c29ae997a3702510f41ef833ec72053b3df
Signed-off-by: Meera Gande <mgande@codeaurora.org>
Signed-off-by: khusika <khusikadhamar@gmail.com>
  • Loading branch information
Meera Gande authored and khusika committed Oct 13, 2018
1 parent b4b3134 commit 10fc56f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/platform/msm/camera_v2/isp/msm_isp40.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,6 @@ static void msm_vfe40_cfg_framedrop(void __iomem *vfe_base,
msm_camera_io_w(temp | (framedrop_period - 1) << 2,
vfe_base + VFE40_WM_BASE(stream_info->wm[i]) + 0xC);
}

msm_camera_io_w_mb(0x1, vfe_base + 0x378);
}

static void msm_vfe40_clear_framedrop(struct vfe_device *vfe_dev,
Expand Down

0 comments on commit 10fc56f

Please sign in to comment.