[PATCH 1/6] drm/atomic: Ensure that drm_connector_index is stable

2014-11-19 Thread Daniel Vetter
I've totally forgotten that with DP MST connectors can now be hotplugged. And failed to adapt Rob's drm_atomic_state code (which predates connector hotplugging) to the new realities. The first step is to make sure that the connector indices used to access the arrays of pointers are stable. The con

[Intel-gfx] [PATCH 1/6] drm/atomic: Ensure that drm_connector_index is stable

2014-11-19 Thread Rob Clark
On Wed, Nov 19, 2014 at 12:38 PM, Daniel Vetter wrote: > I've totally forgotten that with DP MST connectors can now be > hotplugged. And failed to adapt Rob's drm_atomic_state code (which > predates connector hotplugging) to the new realities. > > The first step is to make sure that the connector