RE: [PATCH v14 04/33] drm/i915: MEI interface implementation

2019-02-20 Thread C, Ramalingam
r, Tomas ; Shankar, > Uma > Subject: Re: [PATCH v14 04/33] drm/i915: MEI interface implementation > > On Sat, Feb 16, 2019 at 11:06:51PM +0530, Ramalingam C wrote: > > Defining the mei-i915 interface functions and initialization of the > > interface. > > > >

Re: [PATCH v14 04/33] drm/i915: MEI interface implementation

2019-02-20 Thread Daniel Vetter
On Sat, Feb 16, 2019 at 11:06:51PM +0530, Ramalingam C wrote: > Defining the mei-i915 interface functions and initialization of > the interface. > > v2: > Adjust to the new interface changes. [Tomas] > Added further debug logs for the failures at MEI i/f. > port in hdcp_port data is equipped

[PATCH v14 04/33] drm/i915: MEI interface implementation

2019-02-16 Thread Ramalingam C via dri-devel
Defining the mei-i915 interface functions and initialization of the interface. v2: Adjust to the new interface changes. [Tomas] Added further debug logs for the failures at MEI i/f. port in hdcp_port data is equipped to handle -ve values. v3: mei comp is matched for global i915 comp master