OSDN Git Service

[media] hdmi: added unpack and logging functions for InfoFrames
authorMartin Bugge <marbugge@cisco.com>
Fri, 19 Dec 2014 12:14:21 +0000 (09:14 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 27 Jan 2015 12:18:50 +0000 (10:18 -0200)
commit2c676f378edb16cb68f7815581c8119fc43a4b85
tree310e66ff7eb4de75e8b2bdbafd513e004b29c11a
parent05c80d75f10ad7d3f95444b65788d6a0bbb4380d
[media] hdmi: added unpack and logging functions for InfoFrames

When receiving video it is very useful to be able to unpack the InfoFrames.
Logging is useful as well, both for transmitters and receivers.

Especially when implementing the VIDIOC_LOG_STATUS ioctl (supported by many
V4L2 drivers) for a receiver it is important to be able to easily log what
the InfoFrame contains. This greatly simplifies debugging.

Signed-off-by: Martin Bugge <marbugge@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/video/hdmi.c
include/linux/hdmi.h