]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list
authorDave Airlie <airlied@redhat.com>
Tue, 30 Mar 2010 05:34:14 +0000 (05:34 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Apr 2010 00:24:56 +0000 (10:24 +1000)
commit8be48d924c307e72e3797ab5bde81b07a1ccc52d
tree7d2fec8d40b0a6e9f7bd8a5aef5bb100783ecd44
parent386516744ba45d50f42c6999151cc210cb4f96e4
drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list

This move to using the list of crtcs in the fb helper and cleans up the
whole picking code, now we store the crtc/connectors we want directly
into the modeset and we use the modeset directly to set the mode.

Fixes from James Simmons and Ben Skeggs.

Signed-off-by: Dave Airlie <airlied@redhat.com>
13 files changed:
drivers/gpu/drm/drm_crtc_helper.c
drivers/gpu/drm/drm_fb_helper.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_fb.c
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_fbcon.c
drivers/gpu/drm/nouveau/nouveau_fbcon.h
drivers/gpu/drm/nouveau/nv04_fbcon.c
drivers/gpu/drm/nouveau/nv50_fbcon.c
drivers/gpu/drm/radeon/radeon_fb.c
drivers/gpu/drm/radeon/radeon_mode.h
include/drm/drm_crtc.h
include/drm/drm_fb_helper.h