RE: [PATCH v6 05/35] drm/i915: wrapping all hdcp var into intel_hdcp

2018-07-31 Thread Shankar, Uma
Shashank ; C, Ramalingam > >Subject: [PATCH v6 05/35] drm/i915: wrapping all hdcp var into intel_hdcp > >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_conne

[PATCH v6 05/35] drm/i915: wrapping all hdcp var into intel_hdcp

2018-07-13 Thread Ramalingam C
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 Paul] enable and disable function parameters are retained.[Sean Paul] v3: