diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-07-28 15:16:37 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-07-28 15:16:37 -0500 |
commit | f8cd1167a575299e396f1525cfcf04783b6dfd77 (patch) | |
tree | fba9f7aec00e0332f73f15231e1aae2b7aa99ba0 /recipes-kernel/kernel-modules | |
parent | 021178dd1a9d269a2965c1ca799e6e6412babaf6 (diff) | |
download | meta-freescale-f8cd1167a575299e396f1525cfcf04783b6dfd77.tar.gz |
kernel-module-isp-vvcam: Upgrade to 4.2.2.13.0
47588cb fix run isp with gpu system hang
4cba67a fix M865SW-752:dual basler ISP no output after run resolution switch
f1d6fd1 fix M865SW-752:ISP no output after run resolution switch
d24fcba Update Release P12 from Verisilicon
1400059 Update Release form Verisilicon
560ab3d fix capture raw no effect
1898992 M865SW-718 fix v4l2 v4l2-compliance report gpu error
3155f87 M865SW-665 buf may be in use when buf free
573818f modify M865SW-703
b1660aa M865SW-703 Use reversed memory only for tuning tool
fd65a5a Update Release form Verisilicon
49d6095 replace VFL_TYPE_GRABBER with VFL_TYPE_VIDEO for kernel 5.10
87bb1e6 Update release form Verisilicon
b1b6c27 Update release form Verisilicon
2f1b024 Release form Verisilicon
ed598eb Release form Verisilicon
acf619c Removing files for import
26fc8dd update the build script
35a3a55 Release form Verisilicon
eeacd33 Removing files for import
be06526 change all mode to same flip mirror
7961df8 update native sensor set wb
ca5d76f fix set sensor sub blc no use
7af7840 native sensor set wb
e749c3d extdmaqueue need to be initalized out of the MACRO ENABLE_IRQ
deaa49f add set sensor blc
a2f4915 add set long exp and gain
1220f2a raw format support
08a10de change raw10 and raw12 lsb alignment
ff63273 fix bug in tuning test
9dbc2f9 1.fixed the bug that random hang after 30 cycles run stress case of mediaserver 2.add the number to enum ISPIOC for the convenience of developers
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-kernel/kernel-modules')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.13.0.bb (renamed from recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.13.0.bb index 973cc51b..7eee17d1 100644 --- a/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.11.0.bb +++ b/recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.13.0.bb | |||
@@ -4,13 +4,13 @@ DESCRIPTION = "Kernel loadable module for ISP" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/vvcam/LICENSE;md5=64381a6ea83b48c39fe524c85f65fb44" |
6 | 6 | ||
7 | SRCBRANCH = "imx_5.4.70_2.3.2" | 7 | SRCBRANCH = "imx_5.10_2.0.0" |
8 | ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https" | 8 | ISP_KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/isp-vvcam.git;protocol=https" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
11 | ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \ | 11 | ${ISP_KERNEL_SRC};branch=${SRCBRANCH} \ |
12 | " | 12 | " |
13 | SRCREV = "6cbf264313b4859c985c8d66bae19b522996de6c" | 13 | SRCREV = "47588cb88cc75400b5d2c35a17527e99b752d9be" |
14 | 14 | ||
15 | S = "${WORKDIR}/git/vvcam/v4l2" | 15 | S = "${WORKDIR}/git/vvcam/v4l2" |
16 | 16 | ||