From: Alex Deucher Date: Wed, 14 Oct 2009 06:00:42 +0000 (-0400) Subject: drm/radeon/kms: move active_device setup into encoder fixup() X-Git-Tag: v2.6.32-rc7~43^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c2a6d730400e14bf28ccfa11b9bbf453db775ec;p=pandora-kernel.git drm/radeon/kms: move active_device setup into encoder fixup() radeon_encoder->active_device defines the active routing between the encoder and connector. The encoder fixup and dpms functions need to know the active_device to function properly. Setting active_device in the prepare hook was too late in some cases. Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed