commit | 0b4c0f3f0eceacb691e2b5570d9b16d751ce1b48 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Mar 30 05:34:15 2010 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Apr 07 10:28:01 2010 +1000 |
tree | 708eecc3e3b86f4328df588400e2b7a3f6f2b32d | |
parent | 8be48d924c307e72e3797ab5bde81b07a1ccc52d [diff] |
drm/kms/fb: separate fbdev connector list from core drm connectors This breaks the connection between the core drm connector list and the fbdev connector usage, and allows them to become disjoint in the future. It also removes the untype void* that was in the connector struct to support this. All connectors are added to the fbdev now but this could be changed in the future. Signed-off-by: Dave Airlie <airlied@redhat.com>