]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
v4l: xilinx: dma: Remove colorspace check in xvip_dma_verify_format
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Tue, 22 Mar 2016 15:26:09 +0000 (20:56 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 30 Mar 2016 11:22:40 +0000 (13:22 +0200)
commitacfffb80ca5746cc6d4a41628c3d09f66dd506d2
treef8a10f0c174ea858d8118796f06bd1fbb2fc42f1
parentba9fcd1f2f873f3100fe1fb72411f5ab9b342f90
v4l: xilinx: dma: Remove colorspace check in xvip_dma_verify_format

In current implementation driver only checks the colorspace
between the last subdev in the pipeline and the connected video node,
the pipeline could be configured with wrong colorspace information
until the very end. It thus makes little sense to check the
colorspace only at the video node. So check can be dropped until
we find a better solution to carry colorspace information
through pipelines and to userspace.

Signed-off-by: Radhey Shyam Pandey <radheys@xilinx.com>
Acked-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/media/platform/xilinx/xilinx-dma.c