]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/commit
qcom: vpu: restore compatibility with kernels before 6.6
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 28 Aug 2024 06:08:31 +0000 (09:08 +0300)
committerJosh Boyer <jwboyer@kernel.org>
Wed, 28 Aug 2024 11:30:40 +0000 (07:30 -0400)
commit91f955b730451855c14c332f1db9844b2d7b0cf2
tree02f0bd2ec9f726a65717b5c3378db3f29fbd0fc3
parent3cff7109c79f928330e0b91585c14588db49631c
qcom: vpu: restore compatibility with kernels before 6.6

Linux kernels before 6.6 used qcom/vpu-1.0/venus.mdt as a firmware
filename for Qualcomm SM8250 devices. Commit 36db650dae03 ("qcom: update
path for video firmware for vpu-1/2/3.0") moved the VPU firmware, added
the venus.mbn compatibility symlink, but at the same time it dropped
the venus.mdt symlink. Bring the historical name back to restore
compatibility with kernels older than 6.6.

Fixes: 36db650dae03 ("qcom: update path for video firmware for vpu-1/2/3.0")
Cc: Dikshita Agarwal <quic_dikshita@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
WHENCE