All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] YCBCR 4:2:0 output support for LSPCON
@ 2017-11-14 15:17 Shashank Sharma
  2017-11-14 15:17 ` [PATCH 1/5] drm/i915: check LSPCON vendor OUI Shashank Sharma
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Shashank Sharma @ 2017-11-14 15:17 UTC (permalink / raw)
  To: intel-gfx, maarten.lankhorst


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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-12-20 10:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-14 15:17 [PATCH 0/5] YCBCR 4:2:0 output support for LSPCON Shashank Sharma
2017-11-14 15:17 ` [PATCH 1/5] drm/i915: check LSPCON vendor OUI Shashank Sharma
2017-11-14 15:17 ` [PATCH 2/5] drm/i915: Add AVI infoframe support for LSPCON Shashank Sharma
2017-11-14 15:17 ` [PATCH 3/5] drm/i915: Write AVI infoframes for MCA LSPCON Shashank Sharma
2017-11-14 15:17 ` [PATCH 4/5] drm/i915: Write AVI infoframes for Parade LSPCON Shashank Sharma
2017-12-18 19:15   ` Maarten Lankhorst
2017-12-19 10:13     ` David Weinehall
2017-12-20  4:38       ` Sharma, Shashank
2017-12-20 10:36         ` David Weinehall
2017-11-14 15:17 ` [PATCH 5/5] drm/i915: Add YCBCR 4:2:0 support for LSPCON Shashank Sharma
2017-11-14 15:39   ` Ville Syrjälä
2017-12-18 19:23   ` Maarten Lankhorst
2017-12-20  5:01     ` Sharma, Shashank
2017-11-14 15:39 ` ✓ Fi.CI.BAT: success for YCBCR 4:2:0 output " Patchwork
2017-11-14 20:26 ` ✗ Fi.CI.IGT: warning " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.