mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] visl: Add support for AV1
@ 2023-11-13 15:39 Detlev Casanova
  2023-11-13 15:39 ` [PATCH v2 1/2] visl: Add AV1 support Detlev Casanova
  2023-11-13 15:39 ` [PATCH v2 2/2] doc: " Detlev Casanova
  0 siblings, 2 replies; 4+ messages in thread
From: Detlev Casanova @ 2023-11-13 15:39 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-media, Daniel Almeida, Mauro Carvalho Chehab, Detlev Casanova

AV1 support is missing in the visl test driver.
Add it and adapt documentation.

The traces are missing for some fields, basically:
- multi-dimensional arrays
- arrays of flags
- enums
which don't have a __print_* macro.

Changes since v1:
- Rebased on media_tree/master

Detlev Casanova (2):
  visl: Add AV1 support
  doc: visl: Add AV1 support

 Documentation/admin-guide/media/visl.rst      |   2 +
 drivers/media/test-drivers/visl/visl-core.c   |  21 ++
 drivers/media/test-drivers/visl/visl-dec.c    |  70 +++-
 drivers/media/test-drivers/visl/visl-dec.h    |   8 +
 .../media/test-drivers/visl/visl-trace-av1.h  | 314 ++++++++++++++++++
 .../test-drivers/visl/visl-trace-points.c     |   1 +
 drivers/media/test-drivers/visl/visl-video.c  |  18 +
 drivers/media/test-drivers/visl/visl-video.h  |   1 +
 drivers/media/test-drivers/visl/visl.h        |   1 +
 9 files changed, 435 insertions(+), 1 deletion(-)
 create mode 100644 drivers/media/test-drivers/visl/visl-trace-av1.h

-- 
2.41.0


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

end of thread, other threads:[~2023-11-22 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 15:39 [PATCH v2 0/2] visl: Add support for AV1 Detlev Casanova
2023-11-13 15:39 ` [PATCH v2 1/2] visl: Add AV1 support Detlev Casanova
2023-11-22 20:21   ` Hans Verkuil
2023-11-13 15:39 ` [PATCH v2 2/2] doc: " Detlev Casanova

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

all inboxes | Powered by JetHome®