From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maarten Lankhorst Subject: Re: [PATCH] radeon: fix regression with eviction since evict caching changes Date: Fri, 14 Dec 2012 12:22:09 +0100 Message-ID: <50CB0BE1.5040603@canonical.com> References: <1355483086-12447-1-git-send-email-airlied@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E51BE5D42 for ; Fri, 14 Dec 2012 03:22:11 -0800 (PST) In-Reply-To: <1355483086-12447-1-git-send-email-airlied@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Dave Airlie Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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.freedesktop.org/show_bug.cgi?id=58272 > > Signed-off-by: Dave Airlie Signed-off-by: Maarten Lankhorst