From 06e8bd2a0d668487f4124cde16629610f8f557ff Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Sat, 25 Feb 2006 09:51:15 +0000 Subject: Add all radeon pci ids known by ddx, but only r350/rv350 and below (new chips may be problematic). Leave the existing entries for new chips in though. Remove ids not known by ddx (secondary ids, non-existant,...). Correct some entries (name/family). Make the radeon family enum look more alike the ddx/dri versions. See #5413 --- shared-core/radeon_cp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared-core/radeon_cp.c') diff --git a/shared-core/radeon_cp.c b/shared-core/radeon_cp.c index bb64c125..9ac83a00 100644 --- a/shared-core/radeon_cp.c +++ b/shared-core/radeon_cp.c @@ -2179,7 +2179,9 @@ int radeon_driver_load(struct drm_device *dev, unsigned long flags) case CHIP_RV200: case CHIP_R200: case CHIP_R300: + case CHIP_R350: case CHIP_R420: + case CHIP_RV410: dev_priv->flags |= CHIP_HAS_HIERZ; break; default: -- cgit v1.2.3