drm/radeon/kms/r600: fix forcing pci mode on agp cards
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 25 Sep 2009 21:32:14 +0000 (17:32 -0400)
committerDave Airlie <airlied@linux.ie>
Fri, 25 Sep 2009 23:07:43 +0000 (09:07 +1000)
commit2b5d6c538b48772ba3351b8a8eed096f7af8de5d
tree163532c42500621837990cf68b566212f59f678f
parentc5e617e2f84225a28823a3e19951273b9f59eb27
drm/radeon/kms/r600: fix forcing pci mode on agp cards

All we need to do on r6xx/r7xx is clear the RADEON_IS_AGP
flag; the rest is handled in r600.c

fixes fdo bug 23990:
http://bugs.freedesktop.org/show_bug.cgi?id=23990

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/radeon/radeon_device.c