Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-14 Thread Daniel Vetter
Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of > Daniel Vetter > Sent: Monday, September 14, 2015 2:00 PM > To: Jindal, Sonika > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function > > On Fri, Sep

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-14 Thread Sharma, Shashank
org Subject: Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function On Fri, Sep 11, 2015 at 04:15:39PM +0530, Jindal, Sonika wrote: On 9/10/2015 12:25 AM, Rodrigo Vivi wrote: I liked the approach and agree with Daniel, so with his suggestions feel free to use: Reviewed-by: Rodrigo V

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-14 Thread Daniel Vetter
On Fri, Sep 11, 2015 at 04:15:39PM +0530, Jindal, Sonika wrote: > > > On 9/10/2015 12:25 AM, Rodrigo Vivi wrote: > >I liked the approach and agree with Daniel, so with his suggestions feel > >free to use: > >Reviewed-by: Rodrigo Vivi >> >

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-14 Thread Sharma, Shashank
nika Cc: intel-gfx@lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function On Fri, Sep 11, 2015 at 04:15:39PM +0530, Jindal, Sonika wrote: > > > On 9/10/2015 12:25 AM, Rodrigo Vivi wrote: > >I liked the approach and agree with Daniel, so w

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-11 Thread Jindal, Sonika
On 9/10/2015 12:25 AM, Rodrigo Vivi wrote: I liked the approach and agree with Daniel, so with his suggestions feel free to use: Reviewed-by: Rodrigo Vivi > On Fri, Sep 4, 2015 at 7:46 AM Daniel Vetter

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-09 Thread Rodrigo Vivi
I liked the approach and agree with Daniel, so with his suggestions feel free to use: Reviewed-by: Rodrigo Vivi On Fri, Sep 4, 2015 at 7:46 AM Daniel Vetter wrote: > On Fri, Sep 04, 2015 at 06:56:12PM +0530, Sonika Jindal wrote: > > From: Shashank

[Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-04 Thread Sonika Jindal
From: Shashank Sharma This patch adds a separate probe function for HDMI EDID read over DDC channel. This function has been registered as a .hot_plug handler for HDMI encoder. The current implementation of hdmi_detect() function re-sets the cached HDMI edid (in

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Add HDMI probe function

2015-09-04 Thread Daniel Vetter
On Fri, Sep 04, 2015 at 06:56:12PM +0530, Sonika Jindal wrote: > From: Shashank Sharma > > This patch adds a separate probe function for HDMI > EDID read over DDC channel. This function has been > registered as a .hot_plug handler for HDMI encoder. > > The current