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)
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>

No differences found