All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/8] dv-timings: add VICs and picture aspect ratio
@ 2016-09-16 10:57 Hans Verkuil
  2016-09-16 10:57 ` [PATCHv2 1/8] videodev2.h: checkpatch cleanup Hans Verkuil
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Hans Verkuil @ 2016-09-16 10:57 UTC (permalink / raw)
  To: linux-media

From: Hans Verkuil <hans.verkuil@cisco.com>

The v4l2_bt_timings struct is missing information about the picture aspect
ratio and the CEA-861 and HDMI VIC (Video Identification Code).

This patch series adds support for this.

Changes since v1:

- Split the first patch into a cleanup patch and a patch adding the
  actual new flags.
- Document the new flags.
- Add the v4l2_dv_timings_cea861_aspect_ratio function (this patch is
  not yet intended for upstreaming since no driver calls it).

Regards,

	Hans

Hans Verkuil (8):
  videodev2.h: checkpatch cleanup
  videodev2.h: add VICs and picture aspect ratio
  vidioc-g-dv-timings.rst: document the new dv_timings flags
  v4l2-dv-timings: add VICs and picture aspect ratio
  v4l2-dv-timings: add helpers to find vic and pixelaspect ratio
  cobalt: add cropcap support
  adv7604: add vic detect
  v4l2-dv-timings: add v4l2_dv_timings_cea861_aspect_ratio

 .../media/uapi/v4l/vidioc-g-dv-timings.rst         | 23 +++++
 Documentation/media/videodev2.h.rst.exceptions     |  3 +
 drivers/media/i2c/adv7604.c                        | 18 +++-
 drivers/media/pci/cobalt/cobalt-v4l2.c             | 21 +++++
 drivers/media/v4l2-core/Kconfig                    |  1 +
 drivers/media/v4l2-core/v4l2-dv-timings.c          | 76 ++++++++++++++++-
 include/media/v4l2-dv-timings.h                    | 26 ++++++
 include/uapi/linux/v4l2-dv-timings.h               | 97 ++++++++++++++--------
 include/uapi/linux/videodev2.h                     | 75 ++++++++++++-----
 9 files changed, 281 insertions(+), 59 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-09-16 10:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 10:57 [PATCHv2 0/8] dv-timings: add VICs and picture aspect ratio Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 1/8] videodev2.h: checkpatch cleanup Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 2/8] videodev2.h: add VICs and picture aspect ratio Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 3/8] vidioc-g-dv-timings.rst: document the new dv_timings flags Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 4/8] v4l2-dv-timings: add VICs and picture aspect ratio Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 5/8] v4l2-dv-timings: add helpers to find vic and pixelaspect ratio Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 6/8] cobalt: add cropcap support Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 7/8] adv7604: add vic detect Hans Verkuil
2016-09-16 10:57 ` [PATCHv2 8/8] v4l2-dv-timings: add v4l2_dv_timings_cea861_aspect_ratio Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.