Re: [PATCH] media: qcom: venus: flip the venus/iris switch
From: Bryan O'Donoghue
Date: Thu Nov 20 2025 - 04:58:22 EST
On 19/11/2025 15:18, Dmitry Baryshkov wrote:
With the Iris and Venus driver having more or less feature parity forIn principal this seems fine. I think we should have a metrics as opposed to vibes based criteria for the drop though i.e. an analysis of encoder/decoder features supported and test comparators to show either nop or benefit from the switch.
"HFI 6xx" platforms and with Iris gaining support for SC7280, flip the
switch. Use Iris by default for SM8250 and SC7280, the platforms which
are supported by both drivers, and use Venus only if Iris is not
compiled at all. Use IS_ENABLED to strip out the code and data
structures which are used by the disabled platforms.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
---
Note: then intention is to land this in 6.20, which might let us to
start dropping those platforms from the Venus driver in 6.21+.
---
bod