[PATCH 00/11] [RFC] drm_for_each_* macros and list locking

2015-06-24 Thread Daniel Vetter
On Wed, Jun 24, 2015 at 08:44:47AM +0100, Chris Wilson wrote: > On Tue, Jun 23, 2015 at 10:45:51PM +0200, Daniel Vetter wrote: > > Hi all, > > > > Dave&I have been discussing connector hotplug and unplugging around DP MST > > and > > if there's one thing that's clear it's that we don't even reall

[PATCH 00/11] [RFC] drm_for_each_* macros and list locking

2015-06-24 Thread Chris Wilson
On Tue, Jun 23, 2015 at 10:45:51PM +0200, Daniel Vetter wrote: > Hi all, > > Dave&I have been discussing connector hotplug and unplugging around DP MST and > if there's one thing that's clear it's that we don't even really know where > all > the problems are. Hence first step is to figure that ou

[PATCH 00/11] [RFC] drm_for_each_* macros and list locking

2015-06-23 Thread Daniel Vetter
Hi all, Dave&I have been discussing connector hotplug and unplugging around DP MST and if there's one thing that's clear it's that we don't even really know where all the problems are. Hence first step is to figure that out. One of the bigger items is walking the encoder/connector lists without ap