Re: [PATCH v2 03/11] media: qcom: iris: handle HFI params directly

From: Dikshita Agarwal

Date: Fri Mar 06 2026 - 01:03:12 EST




On 2/28/2026 8:56 PM, Dmitry Baryshkov wrote:
> The HFI params are set per the HFI generation, they don't change between
> different platforms with the same HFI interface. Instead of copy-pasting

That's not entirely true, as the params can change for different platforms
for same HFI generation eg: HFI_PROP_LUMA_CHROMA_BIT_DEPTH won't be
supported on AR50LT even though its HFI GEN2.

Thanks,
Dikshita

> the same params between platform data over and over again, move them to
> the corresponding HFI generation source file and drop them from the HFI
> platform data.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---