diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 18:52:52 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 18:52:52 +0100 |
commit | 81593e7deb688fa3108a0589c1418459ec0df4de (patch) | |
tree | fda4e8126925af011062f921913800ab6a55ffe6 /src/radeon.h | |
parent | 997b0dddfeb180043ece5eff0ac0d6a1a751f9b5 (diff) |
radeon: drop cardType shouldn't matter to userspace.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon.h b/src/radeon.h index 21f950b7..b7d67de6 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -253,12 +253,6 @@ typedef struct { (info->ChipFamily == CHIP_FAMILY_RS300) || \ (info->ChipFamily == CHIP_FAMILY_R200)) -typedef enum { - CARD_PCI, - CARD_AGP, - CARD_PCIE -} RADEONCardType; - struct radeon_exa_pixmap_priv { struct radeon_bo *bo; uint32_t tiling_flags; @@ -443,7 +437,6 @@ typedef struct { RADEONFBLayout CurrentLayout; Bool directRenderingEnabled; - RADEONCardType cardType; /* Current card is a PCI card */ struct radeon_dri2 dri2; Bool accelDFS; |