From 8d7e798d4c73650ed240a3ad194744b94043e31f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 23 Oct 2004 06:25:56 +0000 Subject: Apply radeon r300 microcode patch to non-core --- shared/radeon_drv.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shared/radeon_drv.h') diff --git a/shared/radeon_drv.h b/shared/radeon_drv.h index ccb1654f..191eca4c 100644 --- a/shared/radeon_drv.h +++ b/shared/radeon_drv.h @@ -47,6 +47,12 @@ enum radeon_family { CHIP_LAST, }; +enum radeon_cp_microcode_version { + UCODE_R100, + UCODE_R200, + UCODE_R300, +}; + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) #include "radeon_i2c.h" #endif @@ -126,7 +132,7 @@ typedef struct drm_radeon_private { int usec_timeout; - int is_r200; + int microcode_version; unsigned long phys_pci_gart; dma_addr_t bus_pci_gart; -- cgit v1.2.3