Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 19e67e0

Browse files
Patrick WhewellHans Verkuil
authored andcommitted
media: venus: Fix firmware path for resources
The firmware path for some of the resources is still the old format. This fixes the path to address the firmware correctly using the new .mbn format. Signed-off-by: Patrick Whewell <[email protected]> Signed-off-by: Stanimir Varbanov <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 4c99885 commit 19e67e0

File tree

1 file changed

+5
-5
lines changed
  • drivers/media/platform/qcom/venus

1 file changed

+5
-5
lines changed

drivers/media/platform/qcom/venus/core.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ static const struct venus_resources msm8916_res = {
549549
.vmem_size = 0,
550550
.vmem_addr = 0,
551551
.dma_mask = 0xddc00000 - 1,
552-
.fwname = "qcom/venus-1.8/venus.mdt",
552+
.fwname = "qcom/venus-1.8/venus.mbn",
553553
};
554554

555555
static const struct freq_tbl msm8996_freq_table[] = {
@@ -582,7 +582,7 @@ static const struct venus_resources msm8996_res = {
582582
.vmem_size = 0,
583583
.vmem_addr = 0,
584584
.dma_mask = 0xddc00000 - 1,
585-
.fwname = "qcom/venus-4.2/venus.mdt",
585+
.fwname = "qcom/venus-4.2/venus.mbn",
586586
};
587587

588588
static const struct freq_tbl sdm660_freq_table[] = {
@@ -690,7 +690,7 @@ static const struct venus_resources sdm845_res = {
690690
.vmem_size = 0,
691691
.vmem_addr = 0,
692692
.dma_mask = 0xe0000000 - 1,
693-
.fwname = "qcom/venus-5.2/venus.mdt",
693+
.fwname = "qcom/venus-5.2/venus.mbn",
694694
};
695695

696696
static const struct venus_resources sdm845_res_v2 = {
@@ -720,7 +720,7 @@ static const struct venus_resources sdm845_res_v2 = {
720720
.cp_size = 0x70800000,
721721
.cp_nonpixel_start = 0x1000000,
722722
.cp_nonpixel_size = 0x24800000,
723-
.fwname = "qcom/venus-5.2/venus.mdt",
723+
.fwname = "qcom/venus-5.2/venus.mbn",
724724
};
725725

726726
static const struct freq_tbl sc7180_freq_table[] = {
@@ -768,7 +768,7 @@ static const struct venus_resources sc7180_res = {
768768
.cp_size = 0x70800000,
769769
.cp_nonpixel_start = 0x1000000,
770770
.cp_nonpixel_size = 0x24800000,
771-
.fwname = "qcom/venus-5.4/venus.mdt",
771+
.fwname = "qcom/venus-5.4/venus.mbn",
772772
};
773773

774774
static const struct freq_tbl sm8250_freq_table[] = {

0 commit comments

Comments
 (0)