[Intel-gfx] [PATCH v5 0/6] YCBCR 4:2:0 handling in i915 layer

Shashank Sharma shashank.sharma at intel.com
Fri Jul 21 15:25:03 UTC 2017


This patch series is a subset of series "YCBCR 4:2:0 handling in DRM layer"
Published and reviewed here: https://patchwork.freedesktop.org/series/26973/

The original series had 14 patches, out of which first 8 (which were in DRM
layer) are reviewed merged. These 6 patches are the I915 layer handling of
YCBCR 4:2:0 output.

V4: Addressed review comments from Ville.
V5: Addressed review comments from Imre.

Shashank Sharma (6):
  drm/i915: add config function for YCBCR420 outputs
  drm/i915: prepare scaler for YCBCR420 modeset
  drm/i915: prepare pipe for YCBCR420 output
  drm/i915: prepare csc unit for YCBCR420 output
  drm/i915: set colorspace for YCBCR420 outputs
  drm/i915/glk: set HDMI 2.0 identifier

 drivers/gpu/drm/i915/i915_reg.h      |  3 ++
 drivers/gpu/drm/i915/intel_color.c   | 45 ++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_ddi.c     |  3 ++
 drivers/gpu/drm/i915/intel_display.c | 28 ++++++++++++++++
 drivers/gpu/drm/i915/intel_drv.h     |  3 ++
 drivers/gpu/drm/i915/intel_hdmi.c    | 64 ++++++++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/intel_panel.c   |  3 +-
 7 files changed, 144 insertions(+), 5 deletions(-)

-- 
2.7.4



More information about the Intel-gfx mailing list