All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Forward Error Correction
@ 2018-08-07 23:05 Anusha Srivatsa
  2018-08-07 23:05 ` [PATCH 1/5] drm/dp/fec: DRM helper for " Anusha Srivatsa
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Anusha Srivatsa @ 2018-08-07 23:05 UTC (permalink / raw)
  To: intel-gfx

With Display Stream Compression, bit error
in pixel stream can turn into a significant
corruption on the screen. DP1.4 adds support for
Forward Eror correction which uses Reed-Solomon
codes with which the sink can detect small
numbers of bit errors in compressed stream.

This series is rebased on top of:
https://patchwork.freedesktop.org/series/47514/

Srivatsa, Anusha (5):
  drm/dp/fec: DRM helper for Forward Error Correction
  i915/dp/fec: Check for FEC Support
  drm/i915/fec: Set FEC_READY in FEC_CONFIGURATION
  i915/dp/fec: Configure the Forward Error Correction bits.
  drm/i915/fec: Disable FEC state.

 drivers/gpu/drm/drm_dp_helper.c  | 14 ++++++++
 drivers/gpu/drm/i915/i915_reg.h  |  2 ++
 drivers/gpu/drm/i915/intel_ddi.c |  5 +++
 drivers/gpu/drm/i915/intel_dp.c  | 74 ++++++++++++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/intel_drv.h |  8 ++++-
 include/drm/drm_dp_helper.h      |  3 ++
 6 files changed, 103 insertions(+), 3 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] 12+ messages in thread

end of thread, other threads:[~2018-08-21 23:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-07 23:05 [PATCH 0/5] Forward Error Correction Anusha Srivatsa
2018-08-07 23:05 ` [PATCH 1/5] drm/dp/fec: DRM helper for " Anusha Srivatsa
2018-08-17  9:51   ` Jani Nikula
2018-08-20 19:32     ` Manasi Navare
2018-08-21 16:30       ` Srivatsa, Anusha
2018-08-21 23:22       ` Srivatsa, Anusha
2018-08-07 23:05 ` [PATCH 2/5] i915/dp/fec: Check for FEC Support Anusha Srivatsa
2018-08-07 23:05 ` [PATCH 3/5] drm/i915/fec: Set FEC_READY in FEC_CONFIGURATION Anusha Srivatsa
2018-08-07 23:05 ` [PATCH 4/5] i915/dp/fec: Configure the Forward Error Correction bits Anusha Srivatsa
2018-08-07 23:05 ` [PATCH 5/5] drm/i915/fec: Disable FEC state Anusha Srivatsa
2018-08-07 23:17   ` Chris Wilson
2018-08-07 23:22 ` ✗ Fi.CI.BAT: failure for Forward Error Correction 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.