Re: [Intel-gfx] [PATCH v3 04/11] drm/i915: Shove the PHY test into the hotplug work

2020-09-30 Thread Imre Deak
On Wed, Sep 30, 2020 at 01:04:12PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Doing nay kind modeset stuff from the short hpd handler is > verboten. The ad-hoc PHY test modeset code violates this. And > by calling various link training related functions it's now > blocking further work

[Intel-gfx] [PATCH v3 04/11] drm/i915: Shove the PHY test into the hotplug work

2020-09-30 Thread Ville Syrjala
From: Ville Syrjälä Doing nay kind modeset stuff from the short hpd handler is verboten. The ad-hoc PHY test modeset code violates this. And by calling various link training related functions it's now blocking further work to plumb the crtc state down into the link training code. Let's hack arou