drm/radeon/kms: never treat rs4xx as AGP
authorAlex Deucher <alexdeucher@gmail.com>
Sun, 21 Mar 2010 18:02:25 +0000 (14:02 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 31 Mar 2010 03:11:04 +0000 (13:11 +1000)
commitf95df9ca6896978108201a77422a1ae2cdc595ec
tree7968e3fa83ee28b1f7232798c051d19defd3009c
parentf47299c55a837af1727bc601e1fc0fa33adaeda5
drm/radeon/kms: never treat rs4xx as AGP

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>
cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_device.c