[PATCH v3] drm: use ida to allocate connector ids

2013-08-08 Thread Ville Syrjälä
On Wed, Aug 07, 2013 at 10:34:48PM -0400, Ilia Mirkin wrote: > This makes it so that reloading a module does not cause all the > connector ids to change, which are user-visible and sometimes used > for configuration. > > Signed-off-by: Ilia Mirkin > --- > > v2 -> v3: > - rename ida struct name

Re: [PATCH v3] drm: use ida to allocate connector ids

2013-08-08 Thread Ville Syrjälä
On Wed, Aug 07, 2013 at 10:34:48PM -0400, Ilia Mirkin wrote: > This makes it so that reloading a module does not cause all the > connector ids to change, which are user-visible and sometimes used > for configuration. > > Signed-off-by: Ilia Mirkin > --- > > v2 -> v3: > - rename ida struct name

[PATCH v3] drm: use ida to allocate connector ids

2013-08-07 Thread Ilia Mirkin
This makes it so that reloading a module does not cause all the connector ids to change, which are user-visible and sometimes used for configuration. Signed-off-by: Ilia Mirkin --- v2 -> v3: - rename ida struct name to... ida. (i'm ready to accept my "creative name of the year" award.) - fi

[PATCH v3] drm: use ida to allocate connector ids

2013-08-07 Thread Ilia Mirkin
This makes it so that reloading a module does not cause all the connector ids to change, which are user-visible and sometimes used for configuration. Signed-off-by: Ilia Mirkin --- v2 -> v3: - rename ida struct name to... ida. (i'm ready to accept my "creative name of the year" award.) - fi