From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Anusha Srivatsa <anusha.srivatsa@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [v3 0/7] Forward Error Correction
Date: Wed, 31 Oct 2018 23:13:18 +0200 [thread overview]
Message-ID: <20181031211318.GX9144@intel.com> (raw)
In-Reply-To: <20181031004517.17250-1-anusha.srivatsa@intel.com>
On Tue, Oct 30, 2018 at 05:45:10PM -0700, Anusha Srivatsa wrote:
> 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 eberytime 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_de_supports_fec;
> Add intel_dp_source supports_fec() (Ville)
One clear thing missing is from this series is the
state readout + PIPE_CONF_CHECK
>
> This is rebased on top of Manasi's End-to-end DSC
> Implementation: https://patchwork.freedesktop.org/series/47514/
>
> Anusha Srivatsa (7):
> i915/dp/fec: Cache the FEC_CAPABLE DPCD register
> drm/dp/fec: DRM helper for Forward Error Correction
> i915/dp/fec: Check for FEC Support
> i915/dp/fec: Add can_fec 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 | 60 ++++++++++++++++++++++++++++++++
> drivers/gpu/drm/i915/intel_dp.c | 58 ++++++++++++++++++++++++++++--
> drivers/gpu/drm/i915/intel_drv.h | 11 ++++++
> include/drm/drm_dp_helper.h | 7 ++++
> 5 files changed, 136 insertions(+), 2 deletions(-)
>
> --
> 2.17.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-10-31 21:13 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-31 0:45 [v3 0/7] Forward Error Correction Anusha Srivatsa
2018-10-31 0:45 ` [v4 1/7] i915/dp/fec: Cache the FEC_CAPABLE DPCD register Anusha Srivatsa
2018-11-01 22:31 ` Manasi Navare
2018-11-01 23:02 ` Srivatsa, Anusha
2018-11-01 23:15 ` Manasi Navare
2018-10-31 0:45 ` [v4 2/7] drm/dp/fec: DRM helper for Forward Error Correction Anusha Srivatsa
2018-10-31 0:45 ` [v4 3/7] i915/dp/fec: Check for FEC Support Anusha Srivatsa
2018-10-31 21:01 ` Ville Syrjälä
2018-10-31 23:51 ` Srivatsa, Anusha
2018-10-31 0:45 ` [v4 4/7] i915/dp/fec: Add fec_enable to the crtc state Anusha Srivatsa
2018-10-31 21:03 ` Ville Syrjälä
2018-10-31 0:45 ` [v4 5/7] drm/i915/fec: Set FEC_READY in FEC_CONFIGURATION Anusha Srivatsa
2018-11-01 22:24 ` Srivatsa, Anusha
2018-10-31 0:45 ` [v4 6/7] i915/dp/fec: Configure the Forward Error Correction bits Anusha Srivatsa
2018-10-31 21:08 ` Ville Syrjälä
2018-10-31 22:34 ` Srivatsa, Anusha
2018-11-02 11:16 ` Ville Syrjälä
2018-11-02 17:54 ` Srivatsa, Anusha
2018-10-31 0:45 ` [v4 7/7] drm/i915/fec: Disable FEC state Anusha Srivatsa
2018-10-31 21:12 ` Ville Syrjälä
2018-11-03 3:44 ` Manasi Navare
2018-10-31 11:00 ` ✗ Fi.CI.BAT: failure for Forward Error Correction (rev4) Patchwork
2018-10-31 21:13 ` Ville Syrjälä [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-11-02 5:41 [v3 0/7] Forward Error Correction Anusha Srivatsa
2018-10-26 4:49 Anusha Srivatsa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181031211318.GX9144@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=anusha.srivatsa@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.