Skip to content

Commit 6350395

Browse files
committed
camx-dlkm: Update camx driver to v1.0.0
This tag v1.0.0 brings a below updates: - Fix incorrect request pointer in flush logic. - Fix KMD buffer handle in IFE prepare. - Fix memory leak and invalid handle access. - Fix OOB write and array access issues. - Fix prevent issues during sched req. - Fix OOB access while processing output buffer. - Protect shared WM common data. - Adapt to qcom_mdt_pas_load() API changes. - Add cpas support for v695_100. - Add ife csid support for v695. - Add camera support for x1e80100. Signed-off-by: Chandan Kumar Jha <cjha@qti.qualcomm.com>
1 parent 9e45d0d commit 6350395

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

recipes-multimedia/camx/camx-dlkm_git.bb renamed to recipes-multimedia/camx/camx-dlkm_1.0.0.bb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ HOMEPAGE = "https://github.com/qualcomm-linux/camera-driver"
33
LICENSE = "GPL-2.0-with-Linux-syscall-note"
44
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
55

6-
SRC_URI = "git://github.com/qualcomm-linux/camera-driver.git;protocol=https;branch=camera-kernel.qclinux.0.0"
6+
SRC_URI = " \
7+
git://github.com/qualcomm-linux/camera-driver.git;protocol=https;branch=camera-kernel.qclinux.0.0;tag=v${PV} \
8+
"
79

8-
PV = "0.0+git"
9-
SRCREV = "c62c54bb9c04efe5afb91576be55797aadf635f8"
10+
SRCREV = "3dac889d25682686d5d6990b0a62e4cd699c8cd9"
1011

1112
inherit module
1213

0 commit comments

Comments
 (0)