All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 1/2] drm: Add SDP Error Detection Configuration Register
@ 2023-01-13  4:36 ` Arun R Murthy
  0 siblings, 0 replies; 27+ messages in thread
From: Arun R Murthy @ 2023-01-13  4:36 UTC (permalink / raw)
  To: intel-gfx, dri-devel, jani.nikula

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 <arun.r.murthy@intel.com>
---
 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 */
+#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)
 
-- 
2.25.1


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

end of thread, other threads:[~2023-01-25  1:58 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13  4:36 [Intel-gfx] [PATCH 1/2] drm: Add SDP Error Detection Configuration Register Arun R Murthy
2023-01-13  4:36 ` Arun R Murthy
2023-01-13  4:36 ` [Intel-gfx] [PATCH 2/2] i915/display/dp: SDP CRC16 for 128b132b link layer Arun R Murthy
2023-01-13  4:36   ` Arun R Murthy
2023-01-13  8:19   ` [Intel-gfx] " Jani Nikula
2023-01-13  8:19     ` Jani Nikula
2023-01-19  6:19     ` [Intel-gfx] " Murthy, Arun R
2023-01-19  6:19       ` Murthy, Arun R
2023-01-13  5:14 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm: Add SDP Error Detection Configuration Register Patchwork
2023-01-13  5:41 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-01-13 15:57 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-01-13 20:40 ` [Intel-gfx] [PATCH 1/2] " Harry Wentland
2023-01-13 20:40   ` Harry Wentland
2023-01-19 11:47 ` [Intel-gfx] [PATCHv2 " Arun R Murthy
2023-01-19 11:47   ` Arun R Murthy
2023-01-19 11:47   ` [Intel-gfx] [PATCHv2 2/2] i915/display/dp: SDP CRC16 for 128b132b link layer Arun R Murthy
2023-01-19 11:47     ` Arun R Murthy
2023-01-25  1:58     ` [Intel-gfx] " Murthy, Arun R
2023-01-25  1:58       ` Murthy, Arun R
2023-01-19 15:35   ` [Intel-gfx] [PATCHv2 1/2] drm: Add SDP Error Detection Configuration Register Harry Wentland
2023-01-19 15:35     ` Harry Wentland
2023-01-19 12:57 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [PATCHv2,2/2] i915/display/dp: SDP CRC16 for 128b132b link layer (rev3) Patchwork
2023-01-20  5:59 ` [Intel-gfx] [PATCHv2 1/2] drm: Add SDP Error Detection Configuration Register Arun R Murthy
2023-01-20  5:59   ` Arun R Murthy
2023-01-20  5:59   ` [Intel-gfx] [RESEND PATCHv2 2/2] i915/display/dp: SDP CRC16 for 128b132b link layer Arun R Murthy
2023-01-20  5:59     ` Arun R Murthy
2023-01-20  6:08 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [RESEND,PATCHv2,2/2] i915/display/dp: SDP CRC16 for 128b132b link layer (rev5) 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.