Re: [Intel-gfx] [PATCH 09/11] drm: Amend connector/encoder list locking rules

2015-06-24 Thread Daniel Vetter
On Wed, Jun 24, 2015 at 08:57:23AM +0100, Chris Wilson wrote: > On Tue, Jun 23, 2015 at 10:46:00PM +0200, Daniel Vetter wrote: > > Now that dp mst hotplug takes all locks we can amend the locking rules > > for the iterators. This is needed before we can roll these out in the > > atomic code to avoi

Re: [Intel-gfx] [PATCH 09/11] drm: Amend connector/encoder list locking rules

2015-06-24 Thread Chris Wilson
On Tue, Jun 23, 2015 at 10:46:00PM +0200, Daniel Vetter wrote: > Now that dp mst hotplug takes all locks we can amend the locking rules > for the iterators. This is needed before we can roll these out in the > atomic code to avoid getting burried in WARNINGs. > > Signed-off-by: Daniel Vetter > --

[Intel-gfx] [PATCH 09/11] drm: Amend connector/encoder list locking rules

2015-06-23 Thread Daniel Vetter
Now that dp mst hotplug takes all locks we can amend the locking rules for the iterators. This is needed before we can roll these out in the atomic code to avoid getting burried in WARNINGs. Signed-off-by: Daniel Vetter --- include/drm/drm_crtc.h | 6 -- 1 file changed, 4 insertions(+), 2 de