Re: [Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-22 Thread Oleksij Rempel
Hi, no more warnings with this patch. Thank you! Am 21.10.2015 um 16:22 schrieb Jani Nikula: > commit 0706f17c307b056ff6f1848320ba82d76945a6ff > Author: Egbert Eich > Date: Wed Sep 23 16:15:27 2015 +0200 > > drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt, v2 > > a

Re: [Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-22 Thread Jani Nikula
On Thu, 22 Oct 2015, Ville Syrjälä wrote: > On Thu, Oct 22, 2015 at 10:46:58AM +0300, Jani Nikula wrote: >> On Wed, 21 Oct 2015, Ville Syrjälä wrote: >> > On Wed, Oct 21, 2015 at 05:22:43PM +0300, Jani Nikula wrote: >> >> commit 0706f17c307b056ff6f1848320ba82d76945a6ff >> >> Author: Egbert Eich

Re: [Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-22 Thread Ville Syrjälä
On Thu, Oct 22, 2015 at 10:46:58AM +0300, Jani Nikula wrote: > On Wed, 21 Oct 2015, Ville Syrjälä wrote: > > On Wed, Oct 21, 2015 at 05:22:43PM +0300, Jani Nikula wrote: > >> commit 0706f17c307b056ff6f1848320ba82d76945a6ff > >> Author: Egbert Eich > >> Date: Wed Sep 23 16:15:27 2015 +0200 > >>

Re: [Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-22 Thread Jani Nikula
On Thu, 22 Oct 2015, Daniel Vetter wrote: > On Thu, Oct 22, 2015 at 10:46:58AM +0300, Jani Nikula wrote: >> On Wed, 21 Oct 2015, Ville Syrjälä wrote: >> > On Wed, Oct 21, 2015 at 05:22:43PM +0300, Jani Nikula wrote: >> >> commit 0706f17c307b056ff6f1848320ba82d76945a6ff >> >> Author: Egbert Eich

Re: [Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-22 Thread Daniel Vetter
On Thu, Oct 22, 2015 at 10:46:58AM +0300, Jani Nikula wrote: > On Wed, 21 Oct 2015, Ville Syrjälä wrote: > > On Wed, Oct 21, 2015 at 05:22:43PM +0300, Jani Nikula wrote: > >> commit 0706f17c307b056ff6f1848320ba82d76945a6ff > >> Author: Egbert Eich > >> Date: Wed Sep 23 16:15:27 2015 +0200 > >>

Re: [Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-22 Thread Jani Nikula
On Wed, 21 Oct 2015, Ville Syrjälä wrote: > On Wed, Oct 21, 2015 at 05:22:43PM +0300, Jani Nikula wrote: >> commit 0706f17c307b056ff6f1848320ba82d76945a6ff >> Author: Egbert Eich >> Date: Wed Sep 23 16:15:27 2015 +0200 >> >> drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD inter

Re: [Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-21 Thread Ville Syrjälä
On Wed, Oct 21, 2015 at 05:22:43PM +0300, Jani Nikula wrote: > commit 0706f17c307b056ff6f1848320ba82d76945a6ff > Author: Egbert Eich > Date: Wed Sep 23 16:15:27 2015 +0200 > > drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt, v2 > > added a check with WARN to ensure on

[Intel-gfx] [PATCH] drm/i915: add hotplug activation period to hotplug update mask

2015-10-21 Thread Jani Nikula
commit 0706f17c307b056ff6f1848320ba82d76945a6ff Author: Egbert Eich Date: Wed Sep 23 16:15:27 2015 +0200 drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt, v2 added a check with WARN to ensure only bits within the mask are enabled. Turns out that doesn't hold for G4X, w