drm/radeon/kms: R3XX/R4XX AGP asic use PCI GART not PCIE GART
authorJerome Glisse <jglisse@redhat.com>
Thu, 10 Sep 2009 11:47:09 +0000 (13:47 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 11 Sep 2009 01:41:34 +0000 (11:41 +1000)
commitc000273ebc830c27b8c9e03d5f4c147d3e310f48
tree68e453c02a23d38dce7b4d67f29fa59a099c3510
parent119e20dc149581db3064661b2e659f308f97b663
drm/radeon/kms: R3XX/R4XX AGP asic use PCI GART not PCIE GART

R3XX/R4XX AGP asic use the old PCI GART block, not the new PCIE GART.
Make sure we pick the right GART when disabling AGP.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Acked-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r300.c
drivers/gpu/drm/radeon/r420.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_device.c