linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add VP9 codec levels
@ 2020-09-08 12:32 Stanimir Varbanov
  2020-09-08 12:32 ` [PATCH v3 1/6] v4l2-ctrl: " Stanimir Varbanov
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Stanimir Varbanov @ 2020-09-08 12:32 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel, linux-media
  Cc: Paul Kocialkowski, Philipp Zabel, Hans Verkuil,
	Mauro Carvalho Chehab, Neil Armstrong, nicolas.dufresne,
	Stanimir Varbanov

Hello,

This new v3 now contains the implementation for VP9 profile and levels
in the Venus driver as has been requested by Nicolas at [1].

Comments are welcome!

regards,
Stan

[1] https://patchwork.kernel.org/patch/11717307/

Stanimir Varbanov (6):
  v4l2-ctrl: Add VP9 codec levels
  venus: hfi_helper: Add VP9 profile and levels
  venus: helpers: Add a helper to map v4l2 ids to HFI ids
  venus: vdec: Set/Get VP9 profile/level
  venus: vdec: Use helper to get profile and level
  venus: venc: Use helper to set profile and level

 .../media/v4l/ext-ctrls-codec.rst             |  43 ++++
 drivers/media/platform/qcom/venus/core.h      |  13 +-
 drivers/media/platform/qcom/venus/helpers.c   | 239 ++++++++++++++++++
 drivers/media/platform/qcom/venus/helpers.h   |   2 +
 .../media/platform/qcom/venus/hfi_helper.h    |  18 ++
 .../media/platform/qcom/venus/vdec_ctrls.c    |  31 ++-
 drivers/media/platform/qcom/venus/venc.c      | 159 +-----------
 .../media/platform/qcom/venus/venc_ctrls.c    |  14 +-
 drivers/media/v4l2-core/v4l2-ctrls.c          |  21 ++
 include/uapi/linux/v4l2-controls.h            |  17 ++
 10 files changed, 370 insertions(+), 187 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-09-08 22:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08 12:32 [PATCH v3 0/6] Add VP9 codec levels Stanimir Varbanov
2020-09-08 12:32 ` [PATCH v3 1/6] v4l2-ctrl: " Stanimir Varbanov
2020-09-08 22:09   ` Hans Verkuil
2020-09-08 12:32 ` [PATCH v3 2/6] venus: hfi_helper: Add VP9 profile and levels Stanimir Varbanov
2020-09-08 12:32 ` [PATCH v3 3/6] venus: helpers: Add a helper to map v4l2 ids to HFI ids Stanimir Varbanov
2020-09-08 12:32 ` [PATCH v3 4/6] venus: vdec: Set/Get VP9 profile/level Stanimir Varbanov
2020-09-08 12:32 ` [PATCH v3 5/6] venus: vdec: Use helper to get profile and level Stanimir Varbanov
2020-09-08 12:32 ` [PATCH v3 6/6] venus: venc: Use helper to set " Stanimir Varbanov

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).