[COMMON] fimc-is2: moved get_timestamp to Frame start ISR
authorWooyeon Kim <wooy88.kim@samsung.com>
Thu, 30 Aug 2018 11:33:38 +0000 (20:33 +0900)
committerhskang <hs1218.kang@samsung.com>
Wed, 5 Sep 2018 10:14:39 +0000 (19:14 +0900)
commit3b8946fd0ccbd259c7d0b363637950196016df42
treeeb9c42476e84679ad1daffbd0a45c14df6f6aa01
parent9b2bbaebdedfa42cb37c48c99e3103b7d01ffe0d
[COMMON] fimc-is2: moved get_timestamp to Frame start ISR

 (AS-IS) get_timestamp is located to notify_by_fstr
         notify_by_fstr is called in tasklet
 if tasklet scheduling is delayed, it can't gurantee
 timestamp interval between frame to frame.
 (TO-BE) get_timestamp before tasklet scheduled.
         move ISR.

 PR JIRA ID: CPR-232

Change-Id: Id126c7d7308dc5ada95d74bdedb8a082372319c9
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
drivers/media/platform/exynos/fimc-is2/fimc-is-device-csi_v4.c
drivers/media/platform/exynos/fimc-is2/fimc-is-device-sensor_v2.c