mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/6] Venus new features
@ 2019-12-09  8:38 Stanimir Varbanov
  2019-12-09  8:38 ` [PATCH 1/6] venus: redesign clocks and pm domains control Stanimir Varbanov
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Stanimir Varbanov @ 2019-12-09  8:38 UTC (permalink / raw)
  To: linux-media, linux-kernel, linux-arm-msm, devicetree
  Cc: Vikash Garodia, Tomasz Figa, Stanimir Varbanov

Hello,

The patchset contains two new features:

The first one is the so called core-selection (for Venus on sdm845)
where we adding a mechanism in the driver to select the minimum
loaded core (sdm845 has two cores, aka hardware pipelines) for the
given driver instance. This feature should improve power management
and thermal mitigation as well. 

The second one is related to the decoder 10bit bitstream playback.

Aniket Masule (2):
  media: venus: introduce core selection
  media: venus: vdec: handle 10bit bitstreams

Stanimir Varbanov (4):
  venus: redesign clocks and pm domains control
  arm64: dts: sdm845: move venus clocks and pmdomains in parent
  dt-bindings: media: venus: describe sdm845 with optional pmdomains
  v4l: Add source event change for bit-depth

 .../devicetree/bindings/media/qcom,venus.txt  |  22 +-
 .../media/uapi/v4l/vidioc-dqevent.rst         |   8 +-
 .../media/videodev2.h.rst.exceptions          |   1 +
 arch/arm64/boot/dts/qcom/sdm845.dtsi          |  23 +-
 drivers/media/platform/qcom/venus/Makefile    |   2 +-
 drivers/media/platform/qcom/venus/core.c      |  89 +-
 drivers/media/platform/qcom/venus/core.h      |   9 +
 drivers/media/platform/qcom/venus/helpers.c   | 435 ++------
 drivers/media/platform/qcom/venus/helpers.h   |   4 -
 .../media/platform/qcom/venus/hfi_helper.h    |   6 +
 .../media/platform/qcom/venus/hfi_parser.h    |   5 +
 .../media/platform/qcom/venus/pm_helpers.c    | 947 ++++++++++++++++++
 .../media/platform/qcom/venus/pm_helpers.h    |  65 ++
 drivers/media/platform/qcom/venus/vdec.c      |  88 +-
 drivers/media/platform/qcom/venus/venc.c      |  75 +-
 include/uapi/linux/videodev2.h                |   1 +
 16 files changed, 1262 insertions(+), 518 deletions(-)
 create mode 100644 drivers/media/platform/qcom/venus/pm_helpers.c
 create mode 100644 drivers/media/platform/qcom/venus/pm_helpers.h

-- 
2.17.1


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

end of thread, other threads:[~2019-12-10  9:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-09  8:38 [PATCH 0/6] Venus new features Stanimir Varbanov
2019-12-09  8:38 ` [PATCH 1/6] venus: redesign clocks and pm domains control Stanimir Varbanov
2019-12-09  8:38 ` [PATCH 2/6] media: venus: introduce core selection Stanimir Varbanov
2019-12-09  8:38 ` [PATCH 3/6] arm64: dts: sdm845: move venus clocks and pmdomains in parent Stanimir Varbanov
2019-12-09  8:38 ` [PATCH 4/6] dt-bindings: media: venus: describe sdm845 with optional pmdomains Stanimir Varbanov
2019-12-10  9:08   ` Stanimir Varbanov
2019-12-09  8:38 ` [PATCH 5/6] v4l: Add source event change for bit-depth Stanimir Varbanov
2019-12-09  8:38 ` [PATCH 6/6] media: venus: vdec: handle 10bit bitstreams Stanimir Varbanov

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®