RE: [PATCH v11 3/6] drm: Extend I915 mei interface for transcoder info

2019-08-28 Thread Sharma, Shashank
op.org>; Sharma, Shashank ; > Daniel Vetter ; Nikula, Jani > Subject: RE: [PATCH v11 3/6] drm: Extend I915 mei interface for transcoder > info > > > > > > > On 2019-08-28 at 13:28:06 +0530, Winkler, Tomas wrote: > > > > I915 needs to send the inde

RE: [PATCH v11 3/6] drm: Extend I915 mei interface for transcoder info

2019-08-28 Thread Winkler, Tomas
> > On 2019-08-28 at 13:28:06 +0530, Winkler, Tomas wrote: > > > I915 needs to send the index of the transcoder as per ME FW. > > > > > > To support this, define enum mei_fw_tc and add as a member into the > > > struct hdcp_port_data. > > > > > > v2: > > > Typo in commit msg is fixed

Re: [PATCH v11 3/6] drm: Extend I915 mei interface for transcoder info

2019-08-28 Thread Ramalingam C
On 2019-08-28 at 13:28:06 +0530, Winkler, Tomas wrote: > > I915 needs to send the index of the transcoder as per ME FW. > > > > To support this, define enum mei_fw_tc and add as a member into the struct > > hdcp_port_data. > > > > v2: > > Typo in commit msg is fixed [Shashank] > > v3: > >

RE: [PATCH v11 3/6] drm: Extend I915 mei interface for transcoder info

2019-08-28 Thread Winkler, Tomas
> I915 needs to send the index of the transcoder as per ME FW. > > To support this, define enum mei_fw_tc and add as a member into the struct > hdcp_port_data. > > v2: > Typo in commit msg is fixed [Shashank] > v3: > kdoc is added for mei_fw_tc [Tomas] > s/MEI_TC_x/MEI_TRANSCODER_x > >