linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] uvcvideo: Fixes for hw timestamping
@ 2021-11-18 22:09 Ricardo Ribalda
  2021-11-18 22:09 ` [PATCH 1/8] media: uvc: Extend documentation of uvc_video_clock_decode() Ricardo Ribalda
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ricardo Ribalda @ 2021-11-18 22:09 UTC (permalink / raw)
  To: Laurent Pinchart, Mauro Carvalho Chehab, linux-media,
	linux-kernel, Tomasz Figa, Sergey Senozhatsky, hn . chen
  Cc: Ricardo Ribalda

Add some fixes for fixing hw timestamp on some Logitech and Sunplus
cameras. The issues have been previously reported to the manufacturers.

Also include a patch to fix the current hw timestamping logic for ANY
uvc 1.5 model running at under 16 fps.

Ricardo Ribalda (8):
  media: uvc: Extend documentation of uvc_video_clock_decode()
  media: uvc: Allow quirking by entity guid
  media: uvc: Create UVC_QUIRK_IGNORE_EMPTY_TS quirk
  media: uvcvideo: Quirk for invalid dev_sof in Logi C922
  media: uvcvideo: Quirk for autosuspend in Logi C910
  media: uvcvideo: Allow hw clock updates with buffers not full
  media: uvcvideo: Refactor clock circular buffer
  media: uvcvideo: Fix hw timestampt handling for slow FPS

 drivers/media/usb/uvc/uvc_driver.c |  63 +++++++++++++++
 drivers/media/usb/uvc/uvc_video.c  | 119 ++++++++++++++++++-----------
 drivers/media/usb/uvc/uvcvideo.h   |   4 +
 3 files changed, 142 insertions(+), 44 deletions(-)

-- 
2.34.0.rc2.393.gf8c9666880-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-11-18 22:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 22:09 [PATCH 0/8] uvcvideo: Fixes for hw timestamping Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 1/8] media: uvc: Extend documentation of uvc_video_clock_decode() Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 2/8] media: uvc: Allow quirking by entity guid Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 3/8] media: uvc: Create UVC_QUIRK_IGNORE_EMPTY_TS quirk Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 4/8] media: uvcvideo: Quirk for invalid dev_sof in Logi C922 Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 5/8] media: uvcvideo: Quirk for autosuspend in Logi C910 Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 6/8] media: uvcvideo: Allow hw clock updates with buffers not full Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 7/8] media: uvcvideo: Refactor clock circular buffer Ricardo Ribalda
2021-11-18 22:09 ` [PATCH 8/8] media: uvcvideo: Fix hw timestampt handling for slow FPS Ricardo Ribalda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).