Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [v7 0/4] Forward Error Correction
@ 2018-11-07  0:31 Anusha Srivatsa
  2018-11-07  0:31 ` [v7 1/4] i915/dp/fec: Add fec_enable to the crtc state Anusha Srivatsa
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Anusha Srivatsa @ 2018-11-07  0:31 UTC (permalink / raw)
  To: intel-gfx

With Display Compression, the bit error in the pixel
stream can turn into a significant corruption on
the screen. The DP1.4 adds FEC - Forward Error Correction
scheme which uses Reed-Solomon parity/correction check
generated by the source and used by the sink to detect
and correct small numbers of bit errors in the compressed
stream.

v2: Avoid doing aux channel read everytime we check
for FEC support. Instead cache the value of the DPCD
registers, similar to the DSC implementaion (Jani)

v3: Add fec as a state to crtc. Move around the code. (Ville)

v4: s/can_fec/fec_enable; s/intel_dp_can_fec/intel_dp_supports_fec;
Add intel_dp_source supports_fec() (Ville)

v5: Reduce unwanted checks. Pass intel_encoder to fec func
instead of intel_dp. Move code around to suitable place.

v6: Remove warning. rebase.

v7: Dont pass state as argument. Change fec state to take into
account source and sink capability. (Ville, manasi)

Rebased on top of: https://patchwork.freedesktop.org/series/51986/ 

Anusha Srivatsa (4):
  i915/dp/fec: Add fec_enable to the crtc state.
  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/i915/i915_reg.h  |  2 ++
 drivers/gpu/drm/i915/intel_ddi.c | 62 +++++++++++++++++++++++++++++---
 drivers/gpu/drm/i915/intel_dp.c  | 31 ++++++++++++++--
 drivers/gpu/drm/i915/intel_drv.h |  3 ++
 4 files changed, 92 insertions(+), 6 deletions(-)

-- 
2.19.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2018-11-07 22:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-07  0:31 [v7 0/4] Forward Error Correction Anusha Srivatsa
2018-11-07  0:31 ` [v7 1/4] i915/dp/fec: Add fec_enable to the crtc state Anusha Srivatsa
2018-11-07  2:39   ` Manasi Navare
2018-11-07 22:53     ` Srivatsa, Anusha
2018-11-07  0:31 ` [v7 2/4] drm/i915/fec: Set FEC_READY in FEC_CONFIGURATION Anusha Srivatsa
2018-11-07  2:41   ` Manasi Navare
2018-11-07  0:31 ` [v7 3/4] i915/dp/fec: Configure the Forward Error Correction bits Anusha Srivatsa
2018-11-07  0:31 ` [v7 4/4] drm/i915/fec: Disable FEC state Anusha Srivatsa
2018-11-07 14:17 ` ✗ Fi.CI.BAT: failure for Forward Error Correction (rev7) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox