-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msm: camera: cam_isp: Recovery after IRQ delayed
Dynamic FPS to Detect IRQ delay. If the irq is delayed, the frame drop is reported. This commit helps to recover from the frame drop. We a added a new blob command to report fps from UMD to KMD. This patch Use this fps to calculate If there is a IRQ delay or not. If yes then It sets a flag 'irq_delay_detected'. Change-Id: I3cbcd9275d705f8c2458c7860780fbab615fabc4 Signed-off-by: Vikram Sharma <[email protected]>
- Loading branch information
Vikram Sharma
authored and
Gerrit - the friendly Code Review server
committed
Jul 25, 2019
1 parent
5def64c
commit e71c354
Showing
6 changed files
with
186 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e71c354
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit is already included in the commit with the ID: f5d777a