media updates for v4.1-rc1
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJVNkdDAAoJEAhfPr2O5OEVxw4P/2dP5IfeEGt2knRgMBdxdDKA gjns4w7T+sclGeFQUtKDwu/k90+KRN4gZ61Pr2hOwdUCIr1mXXoDRpYaG0TeMpsP SpR5shMJX8wwtPEo2bKBcFv3ieHpo5LkIaMosytb0XnyL/QW16lKPK8clDN6NEf7 0BLz3bC15+Y2TBNZw87SPD2CDRKXcqUmhb/uBKf7kxVQ2Z+jbTGRvABp1PAr37gw aR9WOKBW3khn0zDpbS8lDurC35yGpAp5zFntmUic9tXl9OMTRAgr20bm12NVivmg LKR24KriDN5wAGjh5ADYbMFIA21XSAVuLlhCWIUmpSPP9zhBHnvB5k3vvhXxAzqI SNqPcKQqtb6sQplLOa8f7WuYm2RS+tzaGAmAdpThogIYZprh0muQmuMjw0y5MeM8 BTsldbuLJ06X2lm0z4zDOv0Xz5pk2cOvO3oDKkPAhb9OnLWW6ppdUE2kWFu8ndJf nYf+6NZm30etf742f+I6CM/qHSVy9476W0ITvGGdfO+cUgkNiY7QSz8cxbUgOe7u KGQsfc7mNrFbE9xwJl6XCyVcHFVIHhsA18SMXFPlVpUELl72W7wM8WrDXURuVmkm kEePMJr9W4pcAQdmqcqZuZ8SCCqjEoDxIKR9ZrBl8q58fylucbduFbrWw3gK/bim IGibNWOpPE0RA+Soz5vj =HpGw -----END PGP SIGNATURE----- Merge tag 'media/v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media Pull media updates from Mauro Carvalho Chehab: - a new frontend driver for new ATSC devices: lgdt3306a - a new sensor driver: ov2659 - a new platform driver: xilinx - the m88ts2022 tuner driver was merged at ts2020 driver - the media controller gained experimental support for DVB and hybrid devices - lots of random cleanups, fixes and improvements on media drivers * tag 'media/v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (404 commits) [media] uvcvideo: add support for VIDIOC_QUERY_EXT_CTRL [media] uvcvideo: fix cropcap v4l2-compliance failure [media] media: omap3isp: remove unused clkdev [media] coda: Add tracing support [media] coda: drop dma_sync_single_for_device in coda_bitstream_queue [media] coda: fix fill bitstream errors in nonstreaming case [media] coda: call SEQ_END when the first queue is stopped [media] coda: fail to start streaming if userspace set invalid formats [media] coda: remove duplicate error messages for buffer allocations [media] coda: move parameter buffer in together with context buffer allocation [media] coda: allocate bitstream buffer from REQBUFS, size depends on the format [media] coda: allocate per-context buffers from REQBUFS [media] coda: use strlcpy instead of snprintf [media] coda: bitstream payload is unsigned [media] coda: fix double call to debugfs_remove [media] coda: check kasprintf return value in coda_open [media] coda: bitrate can only be set in kbps steps [media] v4l2-mem2mem: no need to initialize b in v4l2_m2m_next_buf and v4l2_m2m_buf_remove [media] s5p-mfc: set allow_zero_bytesused flag for vb2_queue_init [media] coda: set allow_zero_bytesused flag for vb2_queue_init ...
This commit is contained in:
commit
0c8027d50c
458 changed files with 17123 additions and 6439 deletions
39
include/dt-bindings/media/xilinx-vip.h
Normal file
39
include/dt-bindings/media/xilinx-vip.h
Normal file
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
* Xilinx Video IP Core
|
||||
*
|
||||
* Copyright (C) 2013-2015 Ideas on Board
|
||||
* Copyright (C) 2013-2015 Xilinx, Inc.
|
||||
*
|
||||
* Contacts: Hyun Kwon <hyun.kwon@xilinx.com>
|
||||
* Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#ifndef __DT_BINDINGS_MEDIA_XILINX_VIP_H__
|
||||
#define __DT_BINDINGS_MEDIA_XILINX_VIP_H__
|
||||
|
||||
/*
|
||||
* Video format codes as defined in "AXI4-Stream Video IP and System Design
|
||||
* Guide".
|
||||
*/
|
||||
#define XVIP_VF_YUV_422 0
|
||||
#define XVIP_VF_YUV_444 1
|
||||
#define XVIP_VF_RBG 2
|
||||
#define XVIP_VF_YUV_420 3
|
||||
#define XVIP_VF_YUVA_422 4
|
||||
#define XVIP_VF_YUVA_444 5
|
||||
#define XVIP_VF_RGBA 6
|
||||
#define XVIP_VF_YUVA_420 7
|
||||
#define XVIP_VF_YUVD_422 8
|
||||
#define XVIP_VF_YUVD_444 9
|
||||
#define XVIP_VF_RGBD 10
|
||||
#define XVIP_VF_YUVD_420 11
|
||||
#define XVIP_VF_MONO_SENSOR 12
|
||||
#define XVIP_VF_CUSTOM2 13
|
||||
#define XVIP_VF_CUSTOM3 14
|
||||
#define XVIP_VF_CUSTOM4 15
|
||||
|
||||
#endif /* __DT_BINDINGS_MEDIA_XILINX_VIP_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue