public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] media: mgb4: YUV and variable framerate support
@ 2024-03-07 12:18 tumic
  2024-03-07 12:18 ` [PATCH v2 1/2] media: mgb4: Add support for YUV image formats tumic
  2024-03-07 12:18 ` [PATCH v2 2/2] media: mgb4: Add support for V4L2_CAP_TIMEPERFRAME tumic
  0 siblings, 2 replies; 5+ messages in thread
From: tumic @ 2024-03-07 12:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, linux-kernel, Martin Tůma

From: Martin Tůma <martin.tuma@digiteqautomotive.com>

Recent mgb4 FW update added support for the YUV image format and variable
framerates independent of the signal framerate. The following patches extend
the mgb4 driver with support for both features.

Changes in V2:
- Added missing stride limit

Martin Tůma (2):
  media: mgb4: Add support for YUV image formats
  media: mgb4: Add support for V4L2_CAP_TIMEPERFRAME

 Documentation/admin-guide/media/mgb4.rst |   8 +-
 drivers/media/pci/mgb4/mgb4_core.c       |   2 +-
 drivers/media/pci/mgb4/mgb4_core.h       |   2 +
 drivers/media/pci/mgb4/mgb4_io.h         |  28 +-
 drivers/media/pci/mgb4/mgb4_sysfs_out.c  |   9 +-
 drivers/media/pci/mgb4/mgb4_vin.c        | 205 ++++++++++++---
 drivers/media/pci/mgb4/mgb4_vin.h        |   3 +-
 drivers/media/pci/mgb4/mgb4_vout.c       | 322 ++++++++++++++++++++---
 drivers/media/pci/mgb4/mgb4_vout.h       |   5 +-
 9 files changed, 504 insertions(+), 80 deletions(-)


base-commit: 65e6a2773d655172143cc0b927cdc89549842895
-- 
2.44.0


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

end of thread, other threads:[~2024-03-09 18:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 12:18 [PATCH v2 0/2] media: mgb4: YUV and variable framerate support tumic
2024-03-07 12:18 ` [PATCH v2 1/2] media: mgb4: Add support for YUV image formats tumic
2024-03-07 12:18 ` [PATCH v2 2/2] media: mgb4: Add support for V4L2_CAP_TIMEPERFRAME tumic
2024-03-09 18:39   ` kernel test robot
2024-03-09 18:50   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox