OSDN Git Service

[media] media: ti-vpe: Use mem-to-mem ioctl helpers
authorPrabhakar Lad <prabhakar.csengg@gmail.com>
Fri, 19 Dec 2014 13:52:04 +0000 (10:52 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Feb 2015 15:34:18 +0000 (13:34 -0200)
commit47e604c5ddf128b5102cfd5d88cd5e2f243e1c2f
tree06f82a3ad38c60db1f381ebe0fb65ec83445c5b1
parent901c4ad64c53f4d29d7bd96f33d1d5aae55ad8d8
[media] media: ti-vpe: Use mem-to-mem ioctl helpers

1: Simplify the vpe mem-to-mem driver by using the m2m ioctl
   and vb2 helpers.
2: Align and arranged the v4l2_ioctl_ops.
3: Fixes a typo.
4: Use of_match_ptr() instead of explicitly defining the macro
   to NULL in case CONFIG_OF is not defined.

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/ti-vpe/vpe.c