All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bryan O'Donoghue <bod@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
	Vikash Garodia <vikash.garodia@oss.qualcomm.com>,
	Abhinav Kumar <abhinav.kumar@linux.dev>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Vishnu Reddy <busanna.reddy@oss.qualcomm.com>
Cc: linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>,
	Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: Re: [PATCH v8 00/18] media: iris: Add AR50LT core support and enable Agatti platform
Date: Thu, 30 Jul 2026 21:09:32 +0100	[thread overview]
Message-ID: <97a82a07-be5e-4667-8b85-50eb31136a65@kernel.org> (raw)
In-Reply-To: <20260730-iris-ar50lt-v8-0-6597c08cea6f@oss.qualcomm.com>

On 30/07/2026 16:20, Dmitry Baryshkov wrote:
> This series adds support for the AR50Lt VPU core to the iris driver and
> enables the Agatti SoC to use Gen2 firmware and HFI.
> 
> AR50Lt introduces a few platform-specific requirements that need to be
> handled in the iris core and VPU abstraction layer. To accommodate
> this, the series adds minimal hooks and updates needed to allow the
> firmware to operate correctly on AR50Lt without impacting existing
> supported platforms.
> 
> Additionally, the series wires up Agatti to use the Gen2 firmware and
> HFI path, aligning it with newer generations of supported Qualcomm
> video hardware.
can't apply

b4 shazam 20260730-iris-ar50lt-v8-1-6597c08cea6f@oss.qualcomm.com
Looking up 
https://lore.kernel.org/all/20260730-iris-ar50lt-v8-1-6597c08cea6f@oss.qualcomm.com/
Grabbing thread from 
lore.kernel.org/all/20260730-iris-ar50lt-v8-1-6597c08cea6f@oss.qualcomm.com/t.mbox.gz
Checking for newer revisions
Grabbing search results from lore.kernel.org
Analyzing 31 messages in the thread
Analyzing 225 code-review messages
Checking attestation on all messages, may take a moment...
---
   ✓ [PATCH v8 1/18] media: iris: Add Gen2 firmware autodetect and fallback
     + Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> (✓ 
DKIM/kernel.org)
   ✓ [PATCH v8 2/18] media: iris: Skip UBWC configuration when not supported
   ✓ [PATCH v8 3/18] media: iris: drop IRIS_FMT_foo enumeration
   ✓ [PATCH v8 4/18] media: iris: Filter UBWC raw formats based on 
hardware capabilities
   ✓ [PATCH v8 5/18] media: iris: Introduce set_preset_register as a vpu_op
   ✓ [PATCH v8 6/18] media: iris: Introduce interrupt_init as a vpu_op
   ✓ [PATCH v8 7/18] media: iris: add vpu op hook to disable ARP buffer
   ✓ [PATCH v8 8/18] media: iris: Add platform data field for watchdog 
interrupt mask
   ✓ [PATCH v8 9/18] media: iris: Add platform flag for instantaneous 
bandwidth voting
   ✓ [PATCH v8 10/18] media: iris: skip PIPE if it is not supported by 
the platform
   ✓ [PATCH v8 11/18] media: iris: Add framework support for AR50_LITE 
video core
   ✓ [PATCH v8 12/18] media: iris: add minimal GET_PROPERTY implementation
   ✓ [PATCH v8 13/18] media: iris: update buffer requirements based on 
received info
   ✓ [PATCH v8 14/18] media: iris: implement support for the Agatti platform
   ✓ [PATCH v8 15/18] media: iris: Introduce buffer size calculations 
for AR50LT
   ✓ [PATCH v8 16/18] media: iris: add Gen2 firmware support on the 
Agatti platform
   ✓ [PATCH v8 17/18] media: venus: skip QCM2290 if Iris driver is enabled
   ✓ [PATCH v8 18/18] media: iris: constify inst_fw_cap_sm8250_dec
   ---
   ✓ Signed: openpgp/dbaryshkov@gmail.com (From: 
dmitry.baryshkov@oss.qualcomm.com)
   ✓ Signed: DKIM/oss.qualcomm.com
---
Total patches: 18
---
Applying: media: iris: Add Gen2 firmware autodetect and fallback
Patch failed at 0001 media: iris: Add Gen2 firmware autodetect and fallback
error: patch failed: drivers/media/platform/qcom/iris/iris_firmware.c:14
error: drivers/media/platform/qcom/iris/iris_firmware.c: patch does not 
apply
error: patch failed: 
drivers/media/platform/qcom/iris/iris_platform_common.h:289
error: drivers/media/platform/qcom/iris/iris_platform_common.h: patch 
does not apply
error: patch failed: 
drivers/media/platform/qcom/iris/iris_platform_vpu2.c:22
error: drivers/media/platform/qcom/iris/iris_platform_vpu2.c: patch does 
not apply
error: patch failed: 
drivers/media/platform/qcom/iris/iris_platform_vpu3x.c:90
error: drivers/media/platform/qcom/iris/iris_platform_vpu3x.c: patch 
does not apply
error: patch failed: drivers/media/platform/qcom/iris/iris_probe.c:251
error: drivers/media/platform/qcom/iris/iris_probe.c: patch does not apply
error: patch failed: drivers/media/platform/qcom/iris/iris_vidc.c:9
error: drivers/media/platform/qcom/iris/iris_vidc.c: patch does not apply
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am 
--abort".
hint: Disable this message with "git config set advice.mergeConflict false"

      parent reply	other threads:[~2026-07-30 20:09 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <J0r-fdDYeS3FyqabzR_0wiwxC-2onZeePkUSfv0NavGV8KB3Anc-j8yKHqfY2I3X4VAiZpRkYSIZLaTwuyhKMA==@protonmail.internalid>
2026-07-30 15:20 ` [PATCH v8 00/18] media: iris: Add AR50LT core support and enable Agatti platform Dmitry Baryshkov
2026-07-30 15:20   ` [PATCH v8 01/18] media: iris: Add Gen2 firmware autodetect and fallback Dmitry Baryshkov
2026-07-30 15:37     ` sashiko-bot
2026-07-30 20:02     ` Bryan O'Donoghue
2026-07-30 15:20   ` [PATCH v8 02/18] media: iris: Skip UBWC configuration when not supported Dmitry Baryshkov
2026-07-30 15:32     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 03/18] media: iris: drop IRIS_FMT_foo enumeration Dmitry Baryshkov
2026-07-30 15:20   ` [PATCH v8 04/18] media: iris: Filter UBWC raw formats based on hardware capabilities Dmitry Baryshkov
2026-07-30 15:20   ` [PATCH v8 05/18] media: iris: Introduce set_preset_register as a vpu_op Dmitry Baryshkov
2026-07-30 15:20   ` [PATCH v8 06/18] media: iris: Introduce interrupt_init " Dmitry Baryshkov
2026-07-30 15:20   ` [PATCH v8 07/18] media: iris: add vpu op hook to disable ARP buffer Dmitry Baryshkov
2026-07-30 15:41     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 08/18] media: iris: Add platform data field for watchdog interrupt mask Dmitry Baryshkov
2026-07-30 15:32     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 09/18] media: iris: Add platform flag for instantaneous bandwidth voting Dmitry Baryshkov
2026-07-30 15:20   ` [PATCH v8 10/18] media: iris: skip PIPE if it is not supported by the platform Dmitry Baryshkov
2026-07-30 15:56     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 11/18] media: iris: Add framework support for AR50_LITE video core Dmitry Baryshkov
2026-07-30 15:41     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 12/18] media: iris: add minimal GET_PROPERTY implementation Dmitry Baryshkov
2026-07-30 15:39     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 13/18] media: iris: update buffer requirements based on received info Dmitry Baryshkov
2026-07-30 15:52     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 14/18] media: iris: implement support for the Agatti platform Dmitry Baryshkov
2026-07-30 15:54     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 15/18] media: iris: Introduce buffer size calculations for AR50LT Dmitry Baryshkov
2026-07-30 15:47     ` sashiko-bot
2026-07-30 15:20   ` [PATCH v8 16/18] media: iris: add Gen2 firmware support on the Agatti platform Dmitry Baryshkov
2026-07-30 15:21   ` [PATCH v8 17/18] media: venus: skip QCM2290 if Iris driver is enabled Dmitry Baryshkov
2026-07-30 15:39     ` sashiko-bot
2026-07-30 15:21   ` [PATCH v8 18/18] media: iris: constify inst_fw_cap_sm8250_dec Dmitry Baryshkov
2026-07-30 20:09   ` Bryan O'Donoghue [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=97a82a07-be5e-4667-8b85-50eb31136a65@kernel.org \
    --to=bod@kernel.org \
    --cc=abhinav.kumar@linux.dev \
    --cc=andersson@kernel.org \
    --cc=busanna.reddy@oss.qualcomm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dikshita.agarwal@oss.qualcomm.com \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh@kernel.org \
    --cc=vikash.garodia@oss.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.