[PATCH] drm/radeon: use cached memory when evicting for vram on non agp

2012-12-03 Thread Alex Deucher
On Wed, Nov 28, 2012 at 1:47 PM, wrote: > From: Jerome Glisse > > 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 o

[PATCH] drm/radeon: use cached memory when evicting for vram on non agp

2012-12-03 Thread Jerome Glisse
On Wed, Nov 28, 2012 at 1:47 PM, wrote: > From: Jerome Glisse > > 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 o

Re: [PATCH] drm/radeon: use cached memory when evicting for vram on non agp

2012-12-03 Thread Alex Deucher
On Wed, Nov 28, 2012 at 1:47 PM, wrote: > From: Jerome Glisse > > 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 o

Re: [PATCH] drm/radeon: use cached memory when evicting for vram on non agp

2012-12-03 Thread Jerome Glisse
On Wed, Nov 28, 2012 at 1:47 PM, wrote: > From: Jerome Glisse > > 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 o

[PATCH] drm/radeon: use cached memory when evicting for vram on non agp

2012-11-28 Thread j . glisse
From: Jerome Glisse 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 --- dr

[PATCH] drm/radeon: use cached memory when evicting for vram on non agp

2012-11-28 Thread j.gli...@gmail.com
From: Jerome Glisse 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 --- dr