From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maarten Lankhorst Subject: Re: [PATCH 01/10] drm/radeon: allow move_notify to be called without reservation Date: Mon, 12 Nov 2012 15:03:48 +0100 Message-ID: <50A101C4.4090304@canonical.com> References: <1352728811-21860-1-git-send-email-maarten.lankhorst@canonical.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 5533C9F0BA for ; Mon, 12 Nov 2012 06:03:50 -0800 (PST) In-Reply-To: <1352728811-21860-1-git-send-email-maarten.lankhorst@canonical.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: Maarten Lankhorst Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Op 12-11-12 15:00, Maarten Lankhorst schreef: > The few places that care should have those checks instead. > This allow destruction of bo backed memory without a reservation. Forgot to add, this patch series depends on the previous sync_obj_arg removal patches, and cpu_writers -EBUSY change. ~Maarten