mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
media: qcom: iris: use new firmware name for SM8250
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). Reviewed-by: Vikash Garodia <vikash.garodia@oss.qualcomm.com> Reviewed-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
This commit is contained in:
parent
53a5e09563
commit
96360a8941
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user