* [GIT PULL FOR 6.20] Please pull av1-support
@ 2026-01-13 22:46 bod
0 siblings, 0 replies; only message in thread
From: bod @ 2026-01-13 22:46 UTC (permalink / raw)
To: bod, linux-media, hans; +Cc: bryan.odonoghue
From: Bryan O'Donoghue <bod@kernel.org>
The following changes since commit 3aa9296a23ec41a8424e9a2346eea59fb6cb7d8c:
media: i2c: add os05b10 image sensor driver (2026-01-12 08:43:11 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/bodonoghue.git tags/av1-support
for you to fetch changes up to bc42da5b9c0bdfd210387caf96ad6dea5642abfb:
media: iris: Add internal buffer calculation for AV1 decoder (2026-01-13 09:45:52 +0000)
----------------------------------------------------------------
This tag contains the first addition of AV1 to the Kernel
- The AV1 pixel format is added to the uapi and v4l2 lists
- A small update is then made to Qualcomm's Iris transcoder
- The patches have been on-list and tested in the community
everything looks good for merge.
----------------------------------------------------------------
Deepa Guthyappa Madivalara (5):
media: uapi: videodev2: Add support for AV1 stateful decoder
media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()
media: iris: Add support for AV1 format in iris decoder
media: iris: Define AV1-specific platform capabilities and properties
media: iris: Add internal buffer calculation for AV1 decoder
.../userspace-api/media/v4l/pixfmt-compressed.rst | 8 +
drivers/media/platform/qcom/iris/iris_buffer.h | 2 +
drivers/media/platform/qcom/iris/iris_ctrls.c | 8 +
drivers/media/platform/qcom/iris/iris_hfi_common.h | 3 +
.../platform/qcom/iris/iris_hfi_gen2_command.c | 85 +++++-
.../platform/qcom/iris/iris_hfi_gen2_defines.h | 9 +
.../platform/qcom/iris/iris_hfi_gen2_response.c | 22 ++
drivers/media/platform/qcom/iris/iris_instance.h | 1 +
.../platform/qcom/iris/iris_platform_common.h | 13 +
.../media/platform/qcom/iris/iris_platform_gen1.c | 22 +-
.../media/platform/qcom/iris/iris_platform_gen2.c | 159 +++++++++++
drivers/media/platform/qcom/iris/iris_vdec.c | 23 +-
drivers/media/platform/qcom/iris/iris_vidc.c | 1 +
drivers/media/platform/qcom/iris/iris_vpu_buffer.c | 299 ++++++++++++++++++++-
drivers/media/platform/qcom/iris/iris_vpu_buffer.h | 116 ++++++++
drivers/media/v4l2-core/v4l2-ioctl.c | 1 +
include/uapi/linux/videodev2.h | 1 +
17 files changed, 747 insertions(+), 26 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-13 22:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 22:46 [GIT PULL FOR 6.20] Please pull av1-support bod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox