Re: [Intel-gfx] [PATCH v3 2/4] drm/i915: Detect the hdcp capability of sink and src

2018-10-22 Thread Daniel Vetter
On Mon, Oct 22, 2018 at 07:46:03PM +0530, Ramalingam C wrote: > Implements a function to detect the sink and src's hdcp1.4 > capabilities. > > v2: > const qualifier is maintained at init. > > Signed-off-by: Ramalingam C > --- > drivers/gpu/drm/i915/intel_drv.h | 1 + > drivers/gpu/drm/i915/

[Intel-gfx] [PATCH v3 2/4] drm/i915: Detect the hdcp capability of sink and src

2018-10-22 Thread Ramalingam C
Implements a function to detect the sink and src's hdcp1.4 capabilities. v2: const qualifier is maintained at init. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/intel_drv.h | 1 + drivers/gpu/drm/i915/intel_hdcp.c | 33 +++-- 2 files changed, 28 insertion