drm/radeon: use cached memory when evicting for vram on non agp
authorJerome Glisse <jglisse@redhat.com>
Wed, 28 Nov 2012 18:47:55 +0000 (13:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 8 Dec 2012 00:48:21 +0000 (19:48 -0500)
commit0d0b3e7443bed6b49cb90fe7ddc4b5578a83a88d
tree7736e4b935ac33c42f0435a9c7c2d80afdb04aab
parent57f570838341507682b7705f1d950608ef2182bd
drm/radeon: use cached memory when evicting for vram on non agp

Force the use of cached memory when evicting from vram on non agp
hardware. Also force write combine on agp hw. This is to insure
the minimum cache type change when allocating memory and improving
memory eviction especialy on pci/pcie hw.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
drivers/gpu/drm/radeon/radeon_object.c