| commit | 61c4b24b3e3bb83bfe29f24fe566281b4f722237 | [log] [tgz] |
|---|---|---|
| author | Mathias Fröhlich <Mathias.Froehlich@gmx.net> | Tue Oct 27 15:08:01 2009 -0400 |
| committer | Dave Airlie <airlied@redhat.com> | Wed Oct 28 13:34:21 2009 +1000 |
| tree | cdb0a2ade5d601010d7ec9faada2336542e501ea | |
| parent | d56ef9c8fd34ed29ffae27598a864b4a9a82521b [diff] |
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 <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>