radeon: fix small typo in agp code

main
Dave Airlie 2008-11-03 09:27:00 +10:00
parent a8f07db596
commit 52ef9d87db
1 changed files with 1 additions and 1 deletions

View File

@ -2439,7 +2439,7 @@ int radeon_modeset_agp_init(struct drm_device *dev)
}
/* workaround some hw issues */
if (dev_priv->chip_family <= CHIP_R200) {
if (dev_priv->chip_family < CHIP_R200) {
RADEON_WRITE(RADEON_AGP_CNTL, RADEON_READ(RADEON_AGP_CNTL) | 0x000e0000);
}
return 0;