Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-12-10 Thread Jindal, Sonika
-- From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter Sent: Thursday, December 10, 2015 2:24 PM To: Jindal, Sonika Cc: Daniel Vetter ; intel-gfx@lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder On Thu, Dec 10, 2015 at 0

Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-12-10 Thread Daniel Vetter
00 PM > To: Jindal, Sonika > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder > > On Thu, Dec 10, 2015 at 10:15:41AM +0530, Sonika Jindal wrote: > > From: Shashank Sharma > > > > This patch adds a s

Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-12-10 Thread Jindal, Sonika
] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder On Thu, Dec 10, 2015 at 10:15:41AM +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

Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-12-10 Thread Daniel Vetter
On Thu, Dec 10, 2015 at 10:15:41AM +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 implementation of hdmi_detect()

[Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-12-09 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 connector->detect_edid) in every d

Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-09-29 Thread Daniel Vetter
On Tue, Sep 29, 2015 at 09:43:10AM +0530, Jindal, Sonika wrote: > > > On 9/28/2015 7:04 PM, Daniel Vetter wrote: > >On Mon, Sep 28, 2015 at 02:26:04PM +0530, Sonika Jindal wrote: > >>This patch adds a separate probe function for HDMI > >>EDID read over DDC channel. This function has been > >>regi

Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-09-28 Thread Jindal, Sonika
On 9/28/2015 7:04 PM, Daniel Vetter wrote: On Mon, Sep 28, 2015 at 02:26:04PM +0530, Sonika Jindal wrote: 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 hdm

Re: [Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-09-28 Thread Daniel Vetter
On Mon, Sep 28, 2015 at 02:26:04PM +0530, Sonika Jindal wrote: > 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 cach

[Intel-gfx] [PATCH] drm/i915: Add hot_plug hook for hdmi encoder

2015-09-28 Thread Sonika Jindal
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 connector->detect_edid) in every detect call.This function