omx: add two layer support [3/6]
authorjintao xu <jintao.xu@amlogic.com>
Wed, 16 Jan 2019 02:14:49 +0000 (10:14 +0800)
committerLuan Yuan <luan.yuan@amlogic.com>
Wed, 13 Mar 2019 12:22:05 +0000 (20:22 +0800)
commit362e1c3102f28c82054b30f184e2a4666b49d605
treea0b4b0b554436e65426fc62e860baf07d2483c1b
parent0051dfaacdca6c779eb665572a479a727c8f04ef
omx: add two layer support [3/6]

PD#SWPL-85

Problem:
Need support two video layers feature

Solution:
1: Add videosync.
2: amlvideo support multi-instance

Verify:
U212

Change-Id: I3570fad361ba5bd388dd46c51a66da056fa7a1fd
Signed-off-by: jintao xu <jintao.xu@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
Conflicts:
MAINTAINERS
drivers/amlogic/media/deinterlace/deinterlace_hw.c
16 files changed:
MAINTAINERS
arch/arm/configs/meson64_a32_defconfig
arch/arm64/configs/meson64_defconfig
arch/arm64/configs/meson64_smarthome_defconfig
drivers/amlogic/media/deinterlace/deinterlace_hw.c
drivers/amlogic/media/video_processor/Kconfig
drivers/amlogic/media/video_processor/Makefile
drivers/amlogic/media/video_processor/video_dev/amlvideo.c
drivers/amlogic/media/video_processor/videosync/Kconfig [new file with mode: 0644]
drivers/amlogic/media/video_processor/videosync/Makefile [new file with mode: 0644]
drivers/amlogic/media/video_processor/videosync/vfp.h [new file with mode: 0644]
drivers/amlogic/media/video_processor/videosync/videosync.c [new file with mode: 0644]
drivers/amlogic/media/video_processor/videosync/videosync.h [new file with mode: 0644]
drivers/amlogic/media/video_sink/video.c
include/linux/amlogic/major.h
include/linux/amlogic/media/video_sink/video.h