Re: [PATCH v6 02/35] drm: HDMI and DP specific HDCP2.2 defines

2018-08-01 Thread Ramalingam C
; Shankar, Uma Cc: Sharma, Shashank ; C, Ramalingam Subject: [PATCH v6 02/35] drm: HDMI and DP specific HDCP2.2 defines This patch adds HDCP register definitions for HDMI and DP HDCP adaptations. HDMI specific HDCP2.2 register definitions are added into drm_hdcp.h, where as HDCP2.2 register offsets in

RE: [PATCH v6 02/35] drm: HDMI and DP specific HDCP2.2 defines

2018-07-31 Thread Shankar, Uma
Shashank ; C, Ramalingam > >Subject: [PATCH v6 02/35] drm: HDMI and DP specific HDCP2.2 defines > >This patch adds HDCP register definitions for HDMI and DP HDCP adaptations. > >HDMI specific HDCP2.2 register definitions are added into drm_hdcp.h, where as >HDCP2.2 register offsets i

[PATCH v6 02/35] drm: HDMI and DP specific HDCP2.2 defines

2018-07-13 Thread Ramalingam C
This patch adds HDCP register definitions for HDMI and DP HDCP adaptations. HDMI specific HDCP2.2 register definitions are added into drm_hdcp.h, where as HDCP2.2 register offsets in DPCD offsets are defined at drm_dp_helper.h. v2: bit_field definitions are replaced by macros. [Tomas and Jani]