summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-11-27 08:43:14 +1000
committerDave Airlie <airlied@redhat.com>2007-11-27 08:43:14 +1000
commite51b3c8ff4bb88bc0f57473b7c3fe7fcd6b1a916 (patch)
treec16930bbdcce3faedd5403dd965921f5fea22984 /shared-core/radeon_drv.h
parent66079b91f38cd8e21ae4c8ea1e74c56d44b82329 (diff)
r500: add a bunch of all r5xx pci ids..
fix up a range that may be needed for r500 mesa
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r--shared-core/radeon_drv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h
index 375e139d..aea4c476 100644
--- a/shared-core/radeon_drv.h
+++ b/shared-core/radeon_drv.h
@@ -126,6 +126,8 @@ enum radeon_family {
CHIP_RS400,
CHIP_RV515,
CHIP_R520,
+ CHIP_RV530,
+ CHIP_RV560,
CHIP_RV570,
CHIP_R580,
CHIP_LAST,
@@ -395,7 +397,7 @@ extern long radeon_compat_ioctl(struct file *filp, unsigned int cmd,
unsigned long arg);
/* r300_cmdbuf.c */
-extern void r300_init_reg_flags(void);
+extern void r300_init_reg_flags(struct drm_device *dev);
extern int r300_do_cp_cmdbuf(struct drm_device *dev,
struct drm_file *file_priv,