This patch series adds YCBCR 4:2:0 output support for LSPCON displays. In order to indicate the color format of output, to the LSPCON device, a source has to set and send proper AVI infoframes to LSPCON. So this patch series: - first adds AVI infoframes support for LSPCON - then adds YCBCR 4:2:0 output support for LSPCON A previous version of this series and its review can be found here: https://patchwork.freedesktop.org/series/28536/ As few of the base patches got merged already, sending this as new series. Shashank Sharma (5): drm/i915: check LSPCON vendor OUI drm/i915: Add AVI infoframe support for LSPCON drm/i915: Write AVI infoframes for MCA LSPCON drm/i915: Write AVI infoframes for Parade LSPCON drm/i915: Add YCBCR 4:2:0 support for LSPCON drivers/gpu/drm/i915/i915_reg.h | 2 + drivers/gpu/drm/i915/intel_ddi.c | 24 ++- drivers/gpu/drm/i915/intel_display.c | 15 +- drivers/gpu/drm/i915/intel_dp.c | 13 +- drivers/gpu/drm/i915/intel_drv.h | 28 ++- drivers/gpu/drm/i915/intel_hdmi.c | 15 +- drivers/gpu/drm/i915/intel_lspcon.c | 341 +++++++++++++++++++++++++++++++++-- 7 files changed, 411 insertions(+), 27 deletions(-) -- 2.7.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx