Re: [PATCH v10 00/14] media: iris: Add support for glymur platform

Konrad Dybcio <[email protected]> Fri, 31 Jul 2026 19:32:29 +0200
Newsgroups dev.linux.lists.iommu,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media
Message-ID <[email protected]>
On 7/26/26 7:49 AM, Vishnu Reddy wrote:
> Glymur is a new generation video codec that supports dual hardware cores
> along with additional power domains and clocks.
> This series adds platform specific support in the iris driver to handle
> the extra cores, power domains, and clock requirements introduced by
> glymur. Add support for firmware loading through context bank firmware
> device.
> The sub node approach for representing the context banks (non-pixel,
> pixel and firmware) was discussed here:
> https://lore.kernel.org/all/[email protected]/
> Following that discussion, an RFC series migrating some existing iris
> targets to this sub node approach was posted here:
> https://lore.kernel.org/all/20260709-vpu_iommu_iova_handling-v1-0-72bb62cb2dfd@oss.qualcomm.com/
> This glymur series also adopts the same sub node approach.

FWIW this doesn't apply on next-20260731, conflicting with 
the change made to iris_probe() in:

412a2e5955e0 ("media: iris: Add Gen2 firmware autodetect and fallback")

the following patches also conflict

Konrad