From: Hans Verkuil <hans.verkuil@xxxxxxxxx> This patch series adds support for the DCI-P3 colorspace. This colorspace is used by cinema projectors and is also support by the DisplayPort standard. The first patch is a cleanup patch for the vivid driver, the second improves the colorspace handling of NTSC 1953 (it now compensates for the different whitepoints between NTSC 1953 and Rec. 709). The next two add support for DCI-P3 to the header and the documentation and the last two support the new colorspace in the vivid driver. Regards, Hans Hans Verkuil (6): vivid: use ARRAY_SIZE to calculate max control value vivid: use Bradford method when converting Rec. 709 to NTSC 1953 videodev2.h: add support for the DCI-P3 colorspace DocBook media: document the new DCI-P3 colorspace vivid-tpg: support the DCI-P3 colorspace vivid: add support for the DCI-P3 colorspace Documentation/DocBook/media/v4l/biblio.xml | 9 + Documentation/DocBook/media/v4l/pixfmt.xml | 70 +++++++ drivers/media/platform/vivid/vivid-core.h | 1 + drivers/media/platform/vivid/vivid-ctrls.c | 17 +- drivers/media/platform/vivid/vivid-tpg-colors.c | 238 +++++++++++++++++++----- drivers/media/platform/vivid/vivid-tpg-colors.h | 4 +- include/uapi/linux/videodev2.h | 18 +- 7 files changed, 296 insertions(+), 61 deletions(-) -- 2.1.4 -- 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