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

2019-08-26 Thread Ramalingam C
On 2019-08-27 at 10:36:11 +0530, Sharma, Shashank wrote: > > On 8/22/2019 8:49 PM, Ramalingam C wrote: > > I915 needs to send the index of the transcoder as per ME FW. > > To support this, define enum mei_fw_ddi and add as a member into > > the struct hdcp_port_data. > > > > Signed-off-by:

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

2019-08-26 Thread Ramalingam C
On 2019-08-27 at 10:18:07 +0530, Sharma, Shashank wrote: > > On 8/22/2019 8:49 PM, Ramalingam C wrote: > > I915 needs to send the index of the transcoder as per ME FW. > > To support this, define enum mei_fw_ddi and add as a member into > > the struct hdcp_port_data. > > The commit message says

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

2019-08-26 Thread Sharma, Shashank
On 8/22/2019 8:49 PM, Ramalingam C wrote: I915 needs to send the index of the transcoder as per ME FW. To support this, define enum mei_fw_ddi and add as a member into the struct hdcp_port_data. Signed-off-by: Ramalingam C Acked-by: Jani Nikula --- include/drm/i915_mei_hdcp_interface.h |

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

2019-08-26 Thread Sharma, Shashank
On 8/22/2019 8:49 PM, Ramalingam C wrote: I915 needs to send the index of the transcoder as per ME FW. To support this, define enum mei_fw_ddi and add as a member into the struct hdcp_port_data. The commit message says you are defining enum mei_fw_ddi, but you are actually defining enum

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

2019-08-22 Thread Ramalingam C
I915 needs to send the index of the transcoder as per ME FW. To support this, define enum mei_fw_ddi and add as a member into the struct hdcp_port_data. Signed-off-by: Ramalingam C Acked-by: Jani Nikula --- include/drm/i915_mei_hdcp_interface.h | 13 + 1 file changed, 13