Re: [PATCH v8 00/18] media: iris: Add AR50LT core support and enable Agatti platform
Bryan O'Donoghue <[email protected]> Thu, 30 Jul 2026 21:09:32 +0100
| Newsgroups | org.kernel.vger.linux-media,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] Looking up https://lore.kernel.org/all/[email protected]/ Grabbing thread from lore.kernel.org/all/[email protected]/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 <[email protected]> (✓ 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/[email protected] (From: [email protected]) ✓ 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"