drm/radeon/kms: Use radeon_agp_disable when disabling AGP
authorJerome Glisse <jglisse@redhat.com>
Wed, 13 Jan 2010 14:16:38 +0000 (15:16 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 14 Jan 2010 01:53:55 +0000 (11:53 +1000)
commit700a0cc088a42a2ed92c6f961534fdb38588af87
tree81072f73651c411080d82d7c6466dfe46f4ce0c4
parent0a3f316370da07fcdb11fde4f5a683d60713b7fd
drm/radeon/kms: Use radeon_agp_disable when disabling AGP

Use same common function to disable agp so we replace the GART
callback by the proper one when we do so. This fix oops if
radeon_agp_init report failure.

This patch also move radeon_agp_init out of *_mc_init for r600
& rv770 so that we can have a similar behavior than for previous
hw, ie if agp_init fails it will fallback to GPU GART and disable
AGP.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r100.c
drivers/gpu/drm/radeon/r420.c
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_device.c
drivers/gpu/drm/radeon/rv770.c