All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/8] YCBCR 4:2:0/4:4:4 output support for LSPCON
@ 2018-04-03  8:57 Shashank Sharma
  2018-04-03  8:57 ` [PATCH v7 1/8] drm/i915: Introduce CRTC output format Shashank Sharma
                   ` (14 more replies)
  0 siblings, 15 replies; 23+ messages in thread
From: Shashank Sharma @ 2018-04-03  8:57 UTC (permalink / raw)
  To: intel-gfx

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:
- introduces concept of CRTC output format.
- adds AVI infoframes support for LSPCON.
- then adds YCBCR 4:2:0 and 4:4:4 output support for LSPCON.

Previous versions of this series and its review can be found here:
https://patchwork.freedesktop.org/series/28536/
https://patchwork.freedesktop.org/series/33794/

- In order to address review comment from V2, I have added 2 new patches
  in this series, hence sent V3, and then V4 and to address additional
  comments.
- V5 of the series adds a new patch (first patch) just to
  introduce CRTC_OUTPUT_FORMAT concept, and later adds patches for 4:2:0
  and 4:4:4 outputs.
- V6 fixes a warning in CI builds, related to state->get_config().
- V7 fixes alignment warnings from checkpatch.

Sharma, Shashank (2):
  drm/i915: Check LSPCON vendor OUI
  drm/i915: Write AVI infoframes for MCA LSPCON

Shashank Sharma (6):
  drm/i915: Introduce CRTC output format
  drm/i915: Add CRTC output format YCBCR 4:2:0
  drm/i915: Add CRTC output format YCBCR 4:4:4
  drm/i915: Add AVI infoframe support for LSPCON
  drm/i915: Write AVI infoframes for Parade LSPCON
  drm/i915: Add YCBCR 4:2:0/4:4:4 support for LSPCON

 drivers/gpu/drm/i915/i915_reg.h      |   2 +
 drivers/gpu/drm/i915/intel_color.c   |   3 +-
 drivers/gpu/drm/i915/intel_crt.c     |   3 +
 drivers/gpu/drm/i915/intel_ddi.c     |  28 ++-
 drivers/gpu/drm/i915/intel_display.c | 104 ++++++++---
 drivers/gpu/drm/i915/intel_dp.c      |   5 +
 drivers/gpu/drm/i915/intel_dp_mst.c  |   1 +
 drivers/gpu/drm/i915/intel_drv.h     |  39 +++-
 drivers/gpu/drm/i915/intel_dsi.c     |   1 +
 drivers/gpu/drm/i915/intel_dvo.c     |   1 +
 drivers/gpu/drm/i915/intel_hdmi.c    |  24 ++-
 drivers/gpu/drm/i915/intel_lspcon.c  | 338 +++++++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/intel_lvds.c    |   2 +
 drivers/gpu/drm/i915/intel_panel.c   |   2 +-
 drivers/gpu/drm/i915/intel_sdvo.c    |   1 +
 drivers/gpu/drm/i915/intel_tv.c      |   1 +
 16 files changed, 497 insertions(+), 58 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] 23+ messages in thread

end of thread, other threads:[~2018-05-30  6:21 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03  8:57 [PATCH v7 0/8] YCBCR 4:2:0/4:4:4 output support for LSPCON Shashank Sharma
2018-04-03  8:57 ` [PATCH v7 1/8] drm/i915: Introduce CRTC output format Shashank Sharma
2018-04-05  4:37   ` [PATCH v8 " Shashank Sharma
2018-04-03  8:57 ` [PATCH v7 2/8] drm/i915: Add CRTC output format YCBCR 4:2:0 Shashank Sharma
2018-04-04  8:49   ` [Intel-gfx] " Dan Carpenter
2018-04-03  8:57 ` [PATCH v7 3/8] drm/i915: Add CRTC output format YCBCR 4:4:4 Shashank Sharma
2018-04-03  8:57 ` [PATCH v7 4/8] drm/i915: Check LSPCON vendor OUI Shashank Sharma
2018-04-03  8:57 ` [PATCH v7 5/8] drm/i915: Add AVI infoframe support for LSPCON Shashank Sharma
2018-04-03  8:57 ` [PATCH v7 6/8] drm/i915: Write AVI infoframes for MCA LSPCON Shashank Sharma
2018-04-03  8:57 ` [PATCH v7 7/8] drm/i915: Write AVI infoframes for Parade LSPCON Shashank Sharma
2018-04-05  4:38   ` [PATCH v8 " Shashank Sharma
2018-04-03  8:57 ` [PATCH v7 8/8] drm/i915: Add YCBCR 4:2:0/4:4:4 support for LSPCON Shashank Sharma
2018-04-03  9:40 ` ✗ Fi.CI.CHECKPATCH: warning for YCBCR 4:2:0/4:4:4 output support for LSPCON (rev5) Patchwork
2018-04-05  4:35   ` Sharma, Shashank
2018-04-03  9:55 ` ✗ Fi.CI.BAT: " Patchwork
2018-04-05  4:49 ` ✗ Fi.CI.CHECKPATCH: warning for YCBCR 4:2:0/4:4:4 output support for LSPCON (rev7) Patchwork
2018-04-05  4:51   ` Sharma, Shashank
2018-04-05  5:29     ` Saarinen, Jani
2018-04-05  8:21     ` Jani Nikula
2018-04-05  5:09 ` ✗ Fi.CI.BAT: " Patchwork
2018-04-25  6:34 ` ✓ Fi.CI.IGT: success " Patchwork
2018-04-25  8:16 ` ✗ Fi.CI.BAT: failure " Patchwork
2018-05-30  6:21 ` 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.