Re: [Intel-gfx] [PATCH 23/43] drm/i915: wrapping all hdcp var into intel_hdcp

2018-02-25 Thread Ramalingam C
On Thursday 22 February 2018 08:17 PM, Sean Paul wrote: On Wed, Feb 14, 2018 at 07:43:38PM +0530, Ramalingam C wrote: Considering the upcoming significant no HDCP2.2 variables, it will be clean to have separate struct fo HDCP. New structure called intel_hdcp is introduced. Signed-off-by:

Re: [Intel-gfx] [PATCH 23/43] drm/i915: wrapping all hdcp var into intel_hdcp

2018-02-22 Thread Sean Paul
On Wed, Feb 14, 2018 at 07:43:38PM +0530, Ramalingam C wrote: > Considering the upcoming significant no HDCP2.2 variables, it will > be clean to have separate struct fo HDCP. > > New structure called intel_hdcp is introduced. > > Signed-off-by: Ramalingam C > --- >

[Intel-gfx] [PATCH 23/43] drm/i915: wrapping all hdcp var into intel_hdcp

2018-02-14 Thread Ramalingam C
Considering the upcoming significant no HDCP2.2 variables, it will be clean to have separate struct fo HDCP. New structure called intel_hdcp is introduced. Signed-off-by: Ramalingam C --- drivers/gpu/drm/i915/intel_display.c | 9 ++- drivers/gpu/drm/i915/intel_dp.c