Re: [PATCH 2/2] media: iris: Enable Gen2 HFI on SC7280

From: Bryan O'Donoghue

Date: Tue Feb 17 2026 - 05:39:00 EST


On 17/02/2026 07:40, Dikshita Agarwal wrote:
Due to these constraints, I think, the only possible way is to extract the
version from the firmware binary blob itself.

According to the internet machine

MDT::SW_ID
GEN1 == 0x0b || 0x0c
GEN2 == 0x24 (or above one assumes)

If you can verify that with the Iris firmware people we should be able to parse that data out of the mdt header and reliably differentiate on it.

---
bod