[media] omap3isp: Use monotonic timestamps for statistics buffers
V4L2 buffers use the monotonic clock, while statistics buffers use wall time. This makes it difficult to correlate video frames and statistics. Switch statistics buffers to the monotonic clock to fix this. Reported-by: Antoine Reversat <a.reversat@gmail.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
64ae9958a6
commit
07d19e3cce
@@ -50,7 +50,7 @@ struct ispstat_buffer {
|
||||
struct iovm_struct *iovm;
|
||||
void *virt_addr;
|
||||
dma_addr_t dma_addr;
|
||||
struct timeval ts;
|
||||
struct timespec ts;
|
||||
u32 buf_size;
|
||||
u32 frame_number;
|
||||
u16 config_counter;
|
||||
|
Reference in New Issue
Block a user