RE: [PATCH v5 05/40] drm/i915: wrapping all hdcp var into intel_hdcp

2018-07-11 Thread C, Ramalingam
kar, Uma > > Subject: Re: [PATCH v5 05/40] drm/i915: wrapping all hdcp var into intel_hdcp > > On Wed, Jun 27, 2018 at 02:09:54PM +0530, Ramalingam C wrote: > > Considering significant number of HDCP specific variables, it will be > > clean to have separate struct for

Re: [PATCH v5 05/40] drm/i915: wrapping all hdcp var into intel_hdcp

2018-07-09 Thread Sean Paul
On Wed, Jun 27, 2018 at 02:09:54PM +0530, Ramalingam C wrote: > Considering significant number of HDCP specific variables, it will > be clean to have separate struct for HDCP. > > New structure called intel_hdcp is added within intel_connector. > > v2: > struct hdcp statically allocated. [Sean