drm/radeon/kms: never treat rs4xx as AGP
commitf72fea6955869fa30548ee1617f51b6f4b053c88
authorAlex Deucher <alexdeucher@gmail.com>
Sun, 21 Mar 2010 18:02:25 +0000 (21 14:02 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:47:46 +0000 (26 07:47 -0700)
treef517fd44cd6501eb82c076cf26107f60bd6d6a06
parent1628711eab4c0e5b82416b609e38e67a92006c13
drm/radeon/kms: never treat rs4xx as AGP

commit f95df9ca6896978108201a77422a1ae2cdc595ec upstream.

RS4xx+ IGP chips use an internal gart, however,
some of them have the agp cap bits set in their pci
configs.  Make sure to clear the AGP flag as AGP will
not work with them.

Should fix fdo bug 27225

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/radeon_device.c