Re: [PATCH v14 13/33] drm/i915: Implement the HDCP2.2 support for DP

2019-08-19 Thread Ramalingam C
On 2019-08-15 at 11:43:54 +0300, Jani Nikula wrote: > On Sat, 16 Feb 2019, Ramalingam C via dri-devel > wrote: > > Implements the DP adaptation specific HDCP2.2 functions. > > > > These functions perform the DPCD read and write for communicating the > > HDCP2.2 auth message back and forth. > > >

Re: [PATCH v14 13/33] drm/i915: Implement the HDCP2.2 support for DP

2019-08-15 Thread Jani Nikula
On Sat, 16 Feb 2019, Ramalingam C via dri-devel wrote: > Implements the DP adaptation specific HDCP2.2 functions. > > These functions perform the DPCD read and write for communicating the > HDCP2.2 auth message back and forth. > > v2: > wait for cp_irq is merged with this patch. Rebased. > v3:

[PATCH v14 13/33] drm/i915: Implement the HDCP2.2 support for DP

2019-02-16 Thread Ramalingam C via dri-devel
Implements the DP adaptation specific HDCP2.2 functions. These functions perform the DPCD read and write for communicating the HDCP2.2 auth message back and forth. v2: wait for cp_irq is merged with this patch. Rebased. v3: wait_queue is used for wait for cp_irq [Chris Wilson] v4: Style fix