Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

2019-03-12 Thread Souza, Jose
On Thu, 2019-02-28 at 18:06 +0200, Imre Deak wrote: > On Thu, Feb 28, 2019 at 02:32:38AM +0200, Souza, Jose wrote: > > [...] > > > > +* and then retrying the probe. > > > > +*/ > > > > + if (state == INTEL_HOTPLUG_NOCHANGE && > > > > + connector->base.status != > >

Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

2019-02-28 Thread Imre Deak
On Thu, Feb 28, 2019 at 02:32:38AM +0200, Souza, Jose wrote: > [...] > > > + * and then retrying the probe. > > > + */ > > > + if (state == INTEL_HOTPLUG_NOCHANGE && > > > + connector->base.status != connector_status_connected && > > > + irq_received && intel_port_is_tc(dev_priv,

Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

2019-02-27 Thread Souza, Jose
On Tue, 2019-02-26 at 16:08 +0200, Imre Deak wrote: > On Fri, Feb 22, 2019 at 01:08:34PM -0800, José Roberto de Souza > wrote: > > Unpowered type-c dongles can take some time to boot and be > > responsible, causing the probe to fail and sink never be detected > > without further actions from

Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

2019-02-26 Thread Jani Nikula
On Tue, 26 Feb 2019, Imre Deak wrote: > On Fri, Feb 22, 2019 at 01:08:34PM -0800, José Roberto de Souza wrote: >> Unpowered type-c dongles can take some time to boot and be >> responsible, causing the probe to fail and sink never be detected >> without further actions from userspace. >> >> It

Re: [Intel-gfx] [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

2019-02-26 Thread Imre Deak
On Fri, Feb 22, 2019 at 01:08:34PM -0800, José Roberto de Souza wrote: > Unpowered type-c dongles can take some time to boot and be > responsible, causing the probe to fail and sink never be detected > without further actions from userspace. > > It was not a issue for older platforms because

[Intel-gfx] [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

2019-02-22 Thread José Roberto de Souza
Unpowered type-c dongles can take some time to boot and be responsible, causing the probe to fail and sink never be detected without further actions from userspace. It was not a issue for older platforms because there was a hardware bridge between DDI/DP ports and type-c controller adding a

[Intel-gfx] [PATCH 2/2] drm/i915/icl: Probe again type-c connectors that failed

2019-02-08 Thread José Roberto de Souza
Unpowered type-c dongles can take some time to boot and be responsible, causing the probe to fail and sink never be detected without further actions from userspace. It was not a issue for older platforms because there was a hardware bridge between DDI/DP ports and type-c controller adding a