]> git.baikalelectronics.ru Git - kernel.git/commit
radeon: fix regression with eviction since evict caching changes
authorDave Airlie <airlied@redhat.com>
Fri, 14 Dec 2012 11:04:46 +0000 (21:04 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Dec 2012 15:45:28 +0000 (10:45 -0500)
commitc80a156bc2d7b0ff3c766c11053763ac5cf841d6
treea2ecda4e8167c94a31d22442360401418c2abab6
parenta78232ff991867b54824c0cb096c975b70267bf4
radeon: fix regression with eviction since evict caching changes

Since c27bc3b835a9f8abccd53a57cdb132e7160c2132
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 Airlie <airlied@redhat.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_object.c