Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-03-16 Thread Imre Deak
On Sat, Mar 16, 2019 at 12:22:30AM +0200, Souza, Jose wrote: > [...] > > > > > @@ -389,6 +410,15 @@ static void i915_hotplug_work_func(struct > > > > > work_struct *work) > > > > > > > > > > if (changed) > > > > > drm_kms_helper_hotplug_event(dev); > > > > > > > > Just realiz

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-03-15 Thread Souza, Jose
On Fri, 2019-03-15 at 03:39 +0200, Imre Deak wrote: > On Fri, Mar 15, 2019 at 02:25:36AM +0200, Souza, Jose wrote: > > On Thu, 2019-03-14 at 18:09 +0200, Imre Deak wrote: > > > On Tue, Mar 12, 2019 at 05:58:51PM -0700, José Roberto de Souza > > > wrote: > > > > From: Imre Deak > > > > > > > > The

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-03-14 Thread Imre Deak
On Fri, Mar 15, 2019 at 02:25:36AM +0200, Souza, Jose wrote: > On Thu, 2019-03-14 at 18:09 +0200, Imre Deak wrote: > > On Tue, Mar 12, 2019 at 05:58:51PM -0700, José Roberto de Souza > > wrote: > > > From: Imre Deak > > > > > > There is some scenarios that we are aware that sink probe can fail, >

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-03-14 Thread Souza, Jose
On Thu, 2019-03-14 at 18:09 +0200, Imre Deak wrote: > On Tue, Mar 12, 2019 at 05:58:51PM -0700, José Roberto de Souza > wrote: > > From: Imre Deak > > > > There is some scenarios that we are aware that sink probe can fail, > > so lets add the infrastructure to let hotplug() hook to request > > an

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-03-14 Thread Imre Deak
On Tue, Mar 12, 2019 at 05:58:51PM -0700, José Roberto de Souza wrote: > From: Imre Deak > > There is some scenarios that we are aware that sink probe can fail, > so lets add the infrastructure to let hotplug() hook to request > another probe after some time. > > Cc: Ville Syrjälä > Signed-off-

[Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-03-12 Thread José Roberto de Souza
From: Imre Deak There is some scenarios that we are aware that sink probe can fail, so lets add the infrastructure to let hotplug() hook to request another probe after some time. Cc: Ville Syrjälä Signed-off-by: José Roberto de Souza Signed-off-by: Jani Nikula Signed-off-by: Imre Deak --- d

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-02-25 Thread Imre Deak
On Mon, Feb 25, 2019 at 01:02:45PM +0200, Jani Nikula wrote: > On Fri, 22 Feb 2019, José Roberto de Souza wrote: > > From: Imre Deak > > > > There is some scenarios that we are aware that sink probe can fail, > > so lets add the infrastructure to let hotplug() hook to request > > another probe af

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-02-25 Thread Jani Nikula
On Fri, 22 Feb 2019, José Roberto de Souza wrote: > From: Imre Deak > > There is some scenarios that we are aware that sink probe can fail, > so lets add the infrastructure to let hotplug() hook to request > another probe after some time. See also http://patchwork.freedesktop.org/patch/msgid/20

[Intel-gfx] [PATCH 1/2] drm/i915: Add support for retrying hotplug

2019-02-22 Thread José Roberto de Souza
From: Imre Deak There is some scenarios that we are aware that sink probe can fail, so lets add the infrastructure to let hotplug() hook to request another probe after some time. Cc: Ville Syrjälä Signed-off-by: José Roberto de Souza Signed-off-by: Jani Nikula Signed-off-by: Imre Deak --- d