lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250128080429.3911091-1-quic_dikshita@quicinc.com>
Date: Tue, 28 Jan 2025 13:34:27 +0530
From: Dikshita Agarwal <quic_dikshita@...cinc.com>
To: <quic_vgarodia@...cinc.com>, <quic_abhinavk@...cinc.com>,
        <mchehab@...nel.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
        <p.zabel@...gutronix.de>
CC: <hverkuil@...all.nl>, <sebastian.fricke@...labora.com>,
        <bryan.odonoghue@...aro.org>, <dmitry.baryshkov@...aro.org>,
        <neil.armstrong@...aro.org>, <nicolas@...fresne.ca>,
        <u.kleine-koenig@...libre.com>, <stefan.schmidt@...aro.org>,
        <lujianhua000@...il.com>, <linux-arm-msm@...r.kernel.org>,
        <linux-media@...r.kernel.org>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <krzysztof.kozlowski@...aro.org>,
        <johan@...nel.org>, <quic_dikshita@...cinc.com>
Subject: [RFC PATCH v10 0/2] Add helper module to select video driver

This is a RFC patch series from the original iris driver [1].
The first patch introduces a helper module to select between venus and iris
driver for plarform supported by both drivers.
The second patch enables the probe of SM8250 with iris driver.

This is just a RFC series, will send a proper v10 of iris driver
including these two patches, once everyone is OK with the changes.

[1]: https://lore.kernel.org/linux-media/20241212-qcom-video-iris-v9-0-e8c2c6bd4041@quicinc.com/

Dikshita Agarwal (2):
  media: iris: introduce helper module to select video driver
  media: iris: enable video driver probe of SM8250 SoC

 drivers/media/platform/qcom/Makefile          |   1 +
 drivers/media/platform/qcom/iris/Makefile     |   1 +
 drivers/media/platform/qcom/iris/iris_core.h  |   1 +
 .../platform/qcom/iris/iris_platform_common.h |   1 +
 .../platform/qcom/iris/iris_platform_sm8250.c | 148 ++++++++++++++++++
 drivers/media/platform/qcom/iris/iris_probe.c |   7 +
 drivers/media/platform/qcom/venus/core.c      |   5 +
 .../platform/qcom/video_drv_helper/Makefile   |   4 +
 .../qcom/video_drv_helper/video_drv_helper.c  |  70 +++++++++
 .../qcom/video_drv_helper/video_drv_helper.h  |  11 ++
 10 files changed, 249 insertions(+)
 create mode 100644 drivers/media/platform/qcom/iris/iris_platform_sm8250.c
 create mode 100644 drivers/media/platform/qcom/video_drv_helper/Makefile
 create mode 100644 drivers/media/platform/qcom/video_drv_helper/video_drv_helper.c
 create mode 100644 drivers/media/platform/qcom/video_drv_helper/video_drv_helper.h

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ