diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-23 12:31:20 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | 8022516a67679cab05ba10a6f19399598e181015 (patch) | |
tree | ed66f58bf40a7b0f4549d499c21a52afed2a85f3 /meta-rcar-gen3/recipes-kernel/kernel-module-vspm | |
parent | dd532898a9664ef906bddff12a5bf4b59e81d601 (diff) |
rcar-gen3: VSP: Update SRCREV for VSPM/V4L2
This commit updates VSPM/V4L2 SRCREV for supporting
kernel v4.14 stable:
[vsp2driver]
- Rename struct fence to dma_fence.
- Rename graph and pipeline structs and functions.
- Propagate the format to the compose size.
- Add V4L2_CID_HFLIP V4L2_CID_VFLIP V4L2_CID_ROTATE support.
- Fix module autoload for OF registration.
- Fix format-info documentation.
- Clean up file handle in open() error path.
- Prevent multiple streamon race commencing pipeline early.
- Don't set WPF sink pointer.
- Fix soft reset sequence.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/kernel-module-vspm')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/kernel-module-vspm/kernel-module-vspm.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/kernel-module-vspm/kernel-module-vspm.bb b/meta-rcar-gen3/recipes-kernel/kernel-module-vspm/kernel-module-vspm.bb index f1b7ba0..5c2b65e 100644 --- a/meta-rcar-gen3/recipes-kernel/kernel-module-vspm/kernel-module-vspm.bb +++ b/meta-rcar-gen3/recipes-kernel/kernel-module-vspm/kernel-module-vspm.bb @@ -16,7 +16,7 @@ PR = "r0" VSPM_DRV_URL = "git://github.com/renesas-rcar/vspm_drv.git" BRANCH = "rcar_gen3" -SRCREV = "8d945ed2ccda6341de0680ada85c918c3067773f" +SRCREV = "24ce081f61a5757456bc8a9d1a7897c29202a03c" SRC_URI = "${VSPM_DRV_URL};branch=${BRANCH}" |