[PATCH v2 01/13] gpu: ipu-v3: Add Video Deinterlacer unit

2016-07-26 Thread Philipp Zabel
Am Dienstag, den 19.07.2016, 18:10 -0700 schrieb Steve Longerbeam: > Adds the Video Deinterlacer (VDIC) unit. > > Signed-off-by: Steve Longerbeam [...] > +++ b/drivers/gpu/ipu-v3/ipu-vdi.c [...] > +static void __ipu_vdi_set_top_field_man(struct ipu_vdi *vdi, bool > top_field_0) > +{ > + u32

[PATCH v2 01/13] gpu: ipu-v3: Add Video Deinterlacer unit

2016-07-25 Thread kbuild test robot
Hi, [auto build test ERROR on stable/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Steve-Longerbeam/IPUv3-prep-for-i-MX5-6-v4l2-staging-drivers-v2/20160725-010817 base: https://git.ke

[PATCH v2 01/13] gpu: ipu-v3: Add Video Deinterlacer unit

2016-07-19 Thread Steve Longerbeam
Adds the Video Deinterlacer (VDIC) unit. Signed-off-by: Steve Longerbeam --- v2: - removed include of module.h - corrected V4L2 field type checks - cleaned up use_count decrement in ipu_vdi_disable() --- drivers/gpu/ipu-v3/Makefile | 2 +- drivers/gpu/ipu-v3/ipu-common.c | 11 ++ driver