]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
qcom: add squashed version of a530 zap shader
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 10 Oct 2022 22:31:10 +0000 (01:31 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 10 Oct 2022 22:31:10 +0000 (01:31 +0300)
Qualcomm binary files can be published in one of two formats: a split
MDT+Bnn format, consisting of several files, or a squashed MBN format,
consisting of a single ELF file.

Most of Qualcomm binary files (except the venus firmware) are
distributed (in linux-firmware) and used in the MBN format (even if the
original publishing format was MDT), since that requires transfer of a
single file between the userspace and the kernel.

Provide a squashed variant of Qualcomm Adreno a530 ZAP shader.  For
backwards compatibility reason the split a530_zap.* files are retained.
They can be removed later, after all users migrate to new file location.

Cc: Rob Clark <robdclark@chromium.org>
Cc: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
WHENCE
qcom/apq8096/a530_zap.mbn [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index d67b12d0cbc44d86e22628d67971ccf634033e8a..f76757010a9bbc808fd7d7ddda80a4dff2457a70 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -5615,6 +5615,7 @@ File: qcom/a530_zap.b00
 File: qcom/a530_zap.b01
 File: qcom/a530_zap.b02
 File: qcom/a530_zap.mdt
+File: qcom/apq8096/a530_zap.mbn
 File: qcom/a630_gmu.bin
 File: qcom/a630_sqe.fw
 File: qcom/sdm845/a630_zap.mbn
diff --git a/qcom/apq8096/a530_zap.mbn b/qcom/apq8096/a530_zap.mbn
new file mode 100644 (file)
index 0000000..2953c4d
Binary files /dev/null and b/qcom/apq8096/a530_zap.mbn differ