Re: [Intel-gfx] [PATCH 37/43] drm/i915: Initialize HDCP2.2 and its MEI interface

2018-02-14 Thread Ramalingam C
On Wednesday 14 February 2018 08:15 PM, Chris Wilson wrote: Quoting Ramalingam C (2018-02-14 14:13:52) Implements the init and exit for hdcp2.2 support. This includes the mei interface initialization also. Signed-off-by: Ramalingam C --- +static int

Re: [Intel-gfx] [PATCH 37/43] drm/i915: Initialize HDCP2.2 and its MEI interface

2018-02-14 Thread Chris Wilson
Quoting Ramalingam C (2018-02-14 14:13:52) > Implements the init and exit for hdcp2.2 support. This includes the > mei interface initialization also. > > Signed-off-by: Ramalingam C > --- > +static int intel_hdcp2_init(struct intel_hdcp *hdcp, > +

[Intel-gfx] [PATCH 37/43] drm/i915: Initialize HDCP2.2 and its MEI interface

2018-02-14 Thread Ramalingam C
Implements the init and exit for hdcp2.2 support. This includes the mei interface initialization also. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/intel_dp.c | 3 +- drivers/gpu/drm/i915/intel_drv.h | 3 +- drivers/gpu/drm/i915/intel_hdcp.c | 145