Skip to content

Commit

Permalink
[media] omap3isp: Move to videobuf2
Browse files Browse the repository at this point in the history
Replace the custom buffers queue implementation with a videobuf2 queue.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed May 25, 2014
1 parent 34ea4d4 commit fbac140
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 1,287 deletions.
2 changes: 1 addition & 1 deletion drivers/media/platform/omap3isp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG

omap3-isp-objs += \
isp.o ispqueue.o ispvideo.o \
isp.o ispvideo.o \
ispcsiphy.o ispccp2.o ispcsi2.o \
ispccdc.o isppreview.o ispresizer.o \
ispstat.o isph3a_aewb.o isph3a_af.o isphist.o
Expand Down
Loading

0 comments on commit fbac140

Please sign in to comment.