From: Mathias Fröhlich Date: Tue, 27 Oct 2009 19:08:01 +0000 (-0400) Subject: drm/radeon/kms/atom: Make card_info per device X-Git-Tag: v2.6.32-rc7~43^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c4b24b3e3bb83bfe29f24fe566281b4f722237;p=pandora-kernel.git drm/radeon/kms/atom: Make card_info per device Make the struct card_info, which is a per struct radeon_device dataset, a struct member of the radeon device instead of a static per kernel module value. This should avoid potential problems with two radeon cards installed in one system. Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed