Re: [Intel-gfx] [PATCH v3 2/2] drm/i915: Enable hotplug retry

2019-07-10 Thread Imre Deak
On Fri, Jun 28, 2019 at 02:39:21PM -0700, José Roberto de Souza wrote: > Right now we are aware of two cases that needs another hotplug retry: > - Unpowered type-c dongles > - HDMI slow unplug > > Both have a complete explanation in the code to schedule another run > of the hotplug handler. > >

Re: [Intel-gfx] [PATCH v3 2/2] drm/i915: Enable hotplug retry

2019-07-09 Thread Souza, Jose
On Tue, 2019-07-09 at 12:26 +0300, Timo Aaltonen wrote: > On 2.7.2019 23.41, Souza, Jose wrote: > > On Tue, 2019-07-02 at 23:29 +0300, Timo Aaltonen wrote: > > > On 2.7.2019 22.54, Souza, Jose wrote: > > > > Here a dmesg output of this patch working in a unpowered type-c > > > > dongle: > > > >

Re: [Intel-gfx] [PATCH v3 2/2] drm/i915: Enable hotplug retry

2019-07-09 Thread Timo Aaltonen
On 2.7.2019 23.41, Souza, Jose wrote: > On Tue, 2019-07-02 at 23:29 +0300, Timo Aaltonen wrote: >> On 2.7.2019 22.54, Souza, Jose wrote: >>> Here a dmesg output of this patch working in a unpowered type-c >>> dongle: >>> https://gist.github.com/zehortigoza/93c54b03fb65237cc1a2e193acef61a8 >>> >>>

Re: [Intel-gfx] [PATCH v3 2/2] drm/i915: Enable hotplug retry

2019-07-02 Thread Souza, Jose
On Tue, 2019-07-02 at 23:29 +0300, Timo Aaltonen wrote: > On 2.7.2019 22.54, Souza, Jose wrote: > > Here a dmesg output of this patch working in a unpowered type-c > > dongle: > > https://gist.github.com/zehortigoza/93c54b03fb65237cc1a2e193acef61a8 > > > > With the latest type-c patches from Imre

Re: [Intel-gfx] [PATCH v3 2/2] drm/i915: Enable hotplug retry

2019-07-02 Thread Timo Aaltonen
On 2.7.2019 22.54, Souza, Jose wrote: > Here a dmesg output of this patch working in a unpowered type-c dongle: > https://gist.github.com/zehortigoza/93c54b03fb65237cc1a2e193acef61a8 > > With the latest type-c patches from Imre it is becoming really hard to > reproduce this but is still possible,

Re: [Intel-gfx] [PATCH v3 2/2] drm/i915: Enable hotplug retry

2019-07-02 Thread Souza, Jose
Here a dmesg output of this patch working in a unpowered type-c dongle: https://gist.github.com/zehortigoza/93c54b03fb65237cc1a2e193acef61a8 With the latest type-c patches from Imre it is becoming really hard to reproduce this but is still possible, also looks like due some internal error on the

[Intel-gfx] [PATCH v3 2/2] drm/i915: Enable hotplug retry

2019-06-28 Thread José Roberto de Souza
Right now we are aware of two cases that needs another hotplug retry: - Unpowered type-c dongles - HDMI slow unplug Both have a complete explanation in the code to schedule another run of the hotplug handler. It could have more checks to just trigger the retry in those two specific cases but why