drm/radeon/kms/atom: Make card_info per device
authorMathias Fröhlich <Mathias.Froehlich@gmx.net>
Tue, 27 Oct 2009 19:08:01 +0000 (15:08 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 28 Oct 2009 03:34:21 +0000 (13:34 +1000)
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 <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found