From: Hans Verkuil <hans.verkuil@xxxxxxxxx> The HDMI standard defines a Content Type field in the AVI InfoFrame that can tell the receiver what sort of video is being transferred. Based on that information the receiver can choose to optimize for that content type. A practical example is that if the content type is set to 'Game' then the TV might configure itself to a low-latency mode. But this requires that applications can get/set the content type, and that's what this patch series does: it adds new content type controls and implements it in the adv7511 HDMI transmitter and adv7604/adv7842 receivers. Regards, Hans Changes since v2: - Now it also compiles! Always handy... Changes since v1: - Add the _IT_ prefix since this is about IT Content, not content in general. - Add documentation - Add V4L2_CID_DV_TX_IT_CONTENT_TYPE - Add V4L2_DV_IT_CONTENT_TYPE_NO_ITC - Support this in the adv receivers. Hans Verkuil (5): v4l2-ctrls: add V4L2_CID_DV_RX/TX_IT_CONTENT_TYPE controls DocBook media: document the new V4L2_CID_DV_RX/TX_IT_CONTENT_TYPE controls adv7604: add support to for the content type control. adv7842: add support to for the content type control. adv7511: add support to for the content type control. Documentation/DocBook/media/v4l/controls.xml | 50 ++++++++++++++++++++++++++++ drivers/media/i2c/adv7511.c | 22 ++++++++++-- drivers/media/i2c/adv7604.c | 21 ++++++++++++ drivers/media/i2c/adv7842.c | 20 +++++++++++ drivers/media/v4l2-core/v4l2-ctrls.c | 16 +++++++++ include/uapi/linux/v4l2-controls.h | 10 ++++++ 6 files changed, 137 insertions(+), 2 deletions(-) -- 2.7.0.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html