Skip to content

Commit dcff0b5

Browse files
ndufresnemchehab
authored andcommitted
media: amphion: Fix firmware path to match linux-firmware
The path did not match the one it was submitted into linux-firmware which prevented generic distribution from having working CODEC. Fixes: 9f599f3 ("media: amphion: add vpu core driver") Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
1 parent 517f088 commit dcff0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/media/platform/amphion/vpu_core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ static const struct dev_pm_ops vpu_core_pm_ops = {
826826

827827
static struct vpu_core_resources imx8q_enc = {
828828
.type = VPU_CORE_TYPE_ENC,
829-
.fwname = "vpu/vpu_fw_imx8_enc.bin",
829+
.fwname = "amphion/vpu/vpu_fw_imx8_enc.bin",
830830
.stride = 16,
831831
.max_width = 1920,
832832
.max_height = 1920,
@@ -841,7 +841,7 @@ static struct vpu_core_resources imx8q_enc = {
841841

842842
static struct vpu_core_resources imx8q_dec = {
843843
.type = VPU_CORE_TYPE_DEC,
844-
.fwname = "vpu/vpu_fw_imx8_dec.bin",
844+
.fwname = "amphion/vpu/vpu_fw_imx8_dec.bin",
845845
.stride = 256,
846846
.max_width = 8188,
847847
.max_height = 8188,

0 commit comments

Comments
 (0)