[PATCH] radeon: fix regression with eviction since evict caching changes

2012-12-14 Thread Dave Airlie
From: Dave Airlie Since 0d0b3e7443bed6b49cb90fe7ddc4b5578a83a88d drm/radeon: use cached memory when evicting for vram on non agp evicting from TTM would try and evict to TTM instead of system, not so good. This should fix: https://bugs.freedesktop.org/show_bug.cgi?id=58272 Signed-off-by: Dave

[PATCH] radeon: fix regression with eviction since evict caching changes

2012-12-14 Thread Maarten Lankhorst
Op 14-12-12 12:04, Dave Airlie schreef: > From: Dave Airlie > > Since 0d0b3e7443bed6b49cb90fe7ddc4b5578a83a88d > drm/radeon: use cached memory when evicting for vram on non agp > > evicting from TTM would try and evict to TTM instead of system, > not so good. > > This should fix: > https://bugs.fr

[PATCH] radeon: fix regression with eviction since evict caching changes

2012-12-14 Thread Alex Deucher
Added to my tree. Thanks. On Fri, Dec 14, 2012 at 6:22 AM, Maarten Lankhorst wrote: > Signed-off-by: Maarten Lankhorst

Re: [PATCH] radeon: fix regression with eviction since evict caching changes

2012-12-14 Thread Alex Deucher
Added to my tree. Thanks. On Fri, Dec 14, 2012 at 6:22 AM, Maarten Lankhorst wrote: > Signed-off-by: Maarten Lankhorst ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] radeon: fix regression with eviction since evict caching changes

2012-12-14 Thread Maarten Lankhorst
Op 14-12-12 12:04, Dave Airlie schreef: > From: Dave Airlie > > Since 0d0b3e7443bed6b49cb90fe7ddc4b5578a83a88d > drm/radeon: use cached memory when evicting for vram on non agp > > evicting from TTM would try and evict to TTM instead of system, > not so good. > > This should fix: > https://bugs.fr

[PATCH] radeon: fix regression with eviction since evict caching changes

2012-12-14 Thread Dave Airlie
From: Dave Airlie Since 0d0b3e7443bed6b49cb90fe7ddc4b5578a83a88d drm/radeon: use cached memory when evicting for vram on non agp evicting from TTM would try and evict to TTM instead of system, not so good. This should fix: https://bugs.freedesktop.org/show_bug.cgi?id=58272 Signed-off-by: Dave