On 1/12/23 23:36, Arun R Murthy wrote: > DP2.0 E11 defines a new register to facilitate SDP error detection by a > 128B/132B capable DPRX device. > > Signed-off-by: Arun R Murthy <[email protected]> > --- > include/drm/display/drm_dp.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h > index 9bc22a02874d..8bf6f0a60c38 100644 > --- a/include/drm/display/drm_dp.h > +++ b/include/drm/display/drm_dp.h > @@ -691,6 +691,9 @@ > # define DP_FEC_LANE_2_SELECT (2 << 4) > # define DP_FEC_LANE_3_SELECT (3 << 4) > > +#define DP_SDP_ERROR_DETECTION 0x121 /* DP 2.0 E11 */ If we're sticking with copying the exact naming from the DP spec this might be more correctly be named DP_SDP_ERROR_DETECTION_CONFIGURATION Harry > +#define DP_SDP_CRC16_128B132B_EN BIT(0) > + > #define DP_AUX_FRAME_SYNC_VALUE 0x15c /* eDP 1.4 */ > # define DP_AUX_FRAME_SYNC_VALID (1 << 0) >
- [Intel-gfx] [PATCH 1/2] drm: Add SDP Error Detection Config... Arun R Murthy
- [Intel-gfx] [PATCH 2/2] i915/display/dp: SDP CRC16 for... Arun R Murthy
- Re: [Intel-gfx] [PATCH 2/2] i915/display/dp: SDP C... Jani Nikula
- Re: [Intel-gfx] [PATCH 2/2] i915/display/dp: S... Murthy, Arun R
- [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series startin... Patchwork
- [Intel-gfx] ✓ Fi.CI.BAT: success for series starting w... Patchwork
- [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting w... Patchwork
- Re: [Intel-gfx] [PATCH 1/2] drm: Add SDP Error Detecti... Harry Wentland
- [Intel-gfx] [PATCHv2 1/2] drm: Add SDP Error Detection... Arun R Murthy
- [Intel-gfx] [PATCHv2 2/2] i915/display/dp: SDP CRC... Arun R Murthy
- Re: [Intel-gfx] [PATCHv2 2/2] i915/display/dp:... Murthy, Arun R
- Re: [Intel-gfx] [PATCHv2 1/2] drm: Add SDP Error D... Harry Wentland
- [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting... Patchwork
- [Intel-gfx] [PATCHv2 1/2] drm: Add SDP Error Detection... Arun R Murthy
- [Intel-gfx] [RESEND PATCHv2 2/2] i915/display/dp: ... Arun R Murthy
- [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting... Patchwork
