You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
media: bcm2835-unicam: Correctly handle FS + FE ISR condtion
This change aligns the FS/FE interrupt handling with the Raspberry Pi
kernel downstream Unicam driver.
If we get a simultaneous FS + FE interrupt for the same frame, it cannot
be marked as completed and returned to userland as the framebuffer will
be refilled by Unicam on the next sensor frame. Additionally, the
timestamp will be set to 0 as the FS interrupt handling code will not
have run yet.
To avoid these problems, the frame is considered dropped in the FE
handler, and will be returned to userland on the subsequent sensor frame.
Signed-off-by: Naushir Patuck <[email protected]>
0 commit comments