Commit 9d551891 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab
Browse files

media: ti-vpe: cal: Split video node handling to cal-video.c



To prepare for implementation of media controller centric device
configuration, move all the video node handling support to a separate
file.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarBenoit Parrot <bparrot@ti.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent f4d9837d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,4 +13,4 @@ ccflags-$(CONFIG_VIDEO_TI_VPE_DEBUG) += -DDEBUG

obj-$(CONFIG_VIDEO_TI_CAL) += ti-cal.o

ti-cal-y := cal.o
ti-cal-y := cal.o cal-video.o
+887 −0

File added.

Preview size limit exceeded, changes collapsed.

+23 −1062

File changed.

Preview size limit exceeded, changes collapsed.

+226 −0

File added.

Preview size limit exceeded, changes collapsed.