commit | b21e3afe2357c0f49348a5fb61247012bf8262ec | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Wed Aug 07 22:34:48 2013 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Mon Aug 19 10:40:31 2013 +1000 |
tree | 1d1e06b848236bb3b0f766d0b401eecbaee80b1c | |
parent | ddcd09d62bd503bfd33291348b7cd8ad32d413fd [diff] |
drm: use ida to allocate connector ids 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 <imirkin@alum.mit.edu> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>