From: Hans Verkuil <hans.verkuil@xxxxxxxxx> The HDMI standard defines a Content Type field in the video 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 set the content type, and that's what this patch series does: it adds a new content type control and implements it in the adv7511 HDMI transmitter. Regards, Hans Hans Verkuil (2): v4l2-ctrls: add V4L2_CID_DV_TX_CONTENT_TYPE adv7511: add content type control support drivers/media/i2c/adv7511.c | 12 +++++++++++- drivers/media/v4l2-core/v4l2-ctrls.c | 11 +++++++++++ include/uapi/linux/v4l2-controls.h | 8 ++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) -- 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