Re: [PATCH v9 10/11] media: qcom: iris: use new firmware name for SM8250
From: Rob Clark
Date: Sat Mar 21 2026 - 10:57:08 EST
On Sat, Mar 21, 2026 at 7:45 AM Dmitry Baryshkov
<dmitry.baryshkov@xxxxxxxxxxxxxxxx> wrote:
>
> The linux-firmware is providing the vpuNN_pM.mbn firmware for SM8250
> since August of 2024. Stop using the legacy firmware name
> (vpu-1.0/venus.mbn) and switch to the standard firmware name schema
> (vpu/vpu20_p4.mbn).
drive-by... how useful is it at all to list signed fw name in the
driver, when it's going to have to be overridden by dts for basically
everyone that isnt' a qc employee? On the GPU side, we stopped
listing zap fw names for this reason.
BR,
-R
> Reviewed-by: Vikash Garodia <vikash.garodia@xxxxxxxxxxxxxxxx>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
> drivers/media/platform/qcom/iris/iris_platform_vpu2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/platform/qcom/iris/iris_platform_vpu2.c b/drivers/media/platform/qcom/iris/iris_platform_vpu2.c
> index ab2a19aa9c36..692fbc2aab56 100644
> --- a/drivers/media/platform/qcom/iris/iris_platform_vpu2.c
> +++ b/drivers/media/platform/qcom/iris/iris_platform_vpu2.c
> @@ -111,7 +111,7 @@ const struct iris_platform_data sm8250_data = {
> .opp_clk_tbl = sm8250_opp_clk_table,
> /* Upper bound of DMA address range */
> .dma_mask = 0xe0000000 - 1,
> - .fwname = "qcom/vpu-1.0/venus.mbn",
> + .fwname = "qcom/vpu/vpu20_p4.mbn",
> .inst_iris_fmts = iris_fmts_vpu2_dec,
> .inst_iris_fmts_size = ARRAY_SIZE(iris_fmts_vpu2_dec),
> .inst_caps = &platform_inst_cap_vpu2,
>
> --
> 2.47.3
>
>