drm/kms/fb: separate fbdev connector list from core drm connectors
authorDave Airlie <airlied@redhat.com>
Tue, 30 Mar 2010 05:34:15 +0000 (05:34 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Apr 2010 00:28:01 +0000 (10:28 +1000)
commit0b4c0f3f0eceacb691e2b5570d9b16d751ce1b48
tree708eecc3e3b86f4328df588400e2b7a3f6f2b32d
parent8be48d924c307e72e3797ab5bde81b07a1ccc52d
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>
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_fb_helper.c
drivers/gpu/drm/i915/intel_fb.c
drivers/gpu/drm/nouveau/nouveau_fbcon.c
drivers/gpu/drm/radeon/radeon_connectors.c
drivers/gpu/drm/radeon/radeon_fb.c
include/drm/drm_crtc.h
include/drm/drm_crtc_helper.h
include/drm/drm_fb_helper.h