Re: [PATCH v10 00/14] media: iris: Add support for glymur platform
From: Konrad Dybcio
Date: Fri Jul 31 2026 - 13:39:17 EST
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/c7b956a9-d3e8-4e18-b780-5d08f5cd2ca1@xxxxxxxxxx/
> 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@xxxxxxxxxxxxxxxx/
> 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