diff options
author | Dave Airlie <airlied@redhat.com> | 2008-07-18 14:30:57 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-07-18 14:36:47 +1000 |
commit | 7cfdba2b30e40efc688f1704bd4f4141dc6f9a6c (patch) | |
tree | 070c9faba632e42bb05aa6a5466a275c8869c8b9 /shared-core/radeon_drv.h | |
parent | ed7e1709158ca42736650379ee2aba64a827c51e (diff) |
radeon: remove microcode version
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r-- | shared-core/radeon_drv.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 9e7d9a99..9bd23be1 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -136,12 +136,6 @@ enum radeon_family { CHIP_LAST, }; -enum radeon_cp_microcode_version { - UCODE_R100, - UCODE_R200, - UCODE_R300, -}; - /* * Chip flags */ @@ -249,8 +243,6 @@ typedef struct drm_radeon_private { int usec_timeout; - int microcode_version; - struct { u32 boxes; int freelist_timeouts; @@ -321,6 +313,7 @@ typedef struct drm_radeon_private { int num_gb_pipes; int track_flush; + uint32_t chip_family; /* extract from flags */ } drm_radeon_private_t; typedef struct drm_radeon_buf_priv { |